var fDesc=new Array();
fDesc[0] = "FlexiStarter™ is the complete text and graphics layout program that can run on the Windows platform. FlexiStarter™ allows you to do both cutting and designing of your signs at same time. This entry-level layout and cutting package features file import and export.
The user interface has been long renowned for its ease-of-use.
The Strongest import filters in the industry give you the flexibility to import from the most popular industry applications.
Highly protect your investment: Flexi family has a complete line of tools and products for all your design, editing and production needs. Flexibility upgrade in the future to the higher levels of the Flexi FAMILY.
FlexiStarter Features:
Production:
-Production Manager
-Network Production
-Receive Jobs from Local Computer
-Receive Jobs from a network computer
-Make Setup Active/Inactive
-Setup Multiple Output Devices
-Automatic Tiling
-Manual Cut Tiling
-Settable Tile Overlap
-Number of Copies/Copy Spacing Mirror
-Rotate in 90deg Increments
-Scale by Percentage
-Fit to Media
-Output to LPT Port
-Output to Network Port (TCP/IP)
-Output to File
-Desktop Printing
-Desktop Printing - Scale to page
-Desktop Printing - Tile large jobs
Design:
-DesignCentral
-Workspace Profiles
-Snapping Commands
-Measure Tool
-Import Standard File Formats
-Export Standard File Formats
-Flexi 6/7 Import/Export
-Casmate Import/Export
-Context Menus
-Step and Repeat Copies
-Undelete Items
-Windows Version
Draw:
-Rectangle
-Oval
-Star
-Polygon
-Dimensions/Labels
-Guidelines
-View/Select
-Show Fills
-Show Path
-Direction
-Zoom Tools
Objects:
-Group/Ungroup/Ungroup all
-Compound/Uncompound Weld
-Make /Release /Lock Guides
-Convert to Outlines
-Convert Stroke to Outlines
-Convert Linked to Native Path Direction
-Order
-Spacing
-Rotate
-Resize
-Deskew Horizontal
-Deskew Vertical
-Duplicate
Cut/Plot:
-Vinyl Cutting
-Fill Plot
-Registration Marks
-Superior Weeding
-Auto-weld
-Auto-trap
Color:
-Color Mixer
-Fill/Stroke Editor
-Vinyl Color Libraries
-Find Closest Matching Color
-View Filter";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}