
var another_button = new Array ();
var needtochoose = new Array ();
var TitleForFabric = new Array();
var MenuTopdfFile = new Array(); 
/*=========================STRING FOR REQUIRED OPTIONS================================*/
optiontxtbox = "Options not selected. \n The following options are required: \n \n";
optiontxtbox2 =" \n option line ";  /* cancelled for now */ 


needtochoose[0] ="Choose one";
needtochoose[1] ="choose one";    

/*=========================BUTTONS FOR DROPDOWN MENU==================================*/
/*BTN4- View wood colors, BTN3- view fabric & colors, BTN-2 - view leather colors, BTN1- View fabric and colors*/


/* the format is: Dropdown menu name |  button image name ,or none for hide button */
another_button[0]="Wood Color|viewfabricBTN4.png";
another_button[1]="Inner Fabric Color|viewfabricBTN3.png";
another_button[2]="Seat Color|viewfabricBTN3.png";
another_button[3]="Bed Size|none";
another_button[4]="Wood: Finish|viewfabricBTN4.png";
another_button[5]="Wood and Leatherette Color|viewfabricBTN4.png";
another_button[6]="Add Dresser|none";
another_button[7]="Add Mirror|none";
another_button[8]="Leather Color|viewfabricBTN2.png";
another_button[9]="Add Coffee Table|none";
another_button[10]="Add Ottoman|none";
another_button[11]="Add Chairs|none";
another_button[12]="Add 2-Seater Bench|none";
another_button[13]="Arm Preference|none";
another_button[14]="Leather - Color|viewfabricBTN2.png";
another_button[15]="Add Foot Bench|none";
another_button[16]="Add Buffet|none";
another_button[17]="Chair Color|none";
another_button[18]="Sectional Side|none";
another_button[19]="Optional Tilt|none";
another_button[20]="Black Powder Coating|none";
another_button[21]="Optional Stretchers|none";
another_button[22]="Wire Base Finish|none";
another_button[23]="Wood Base Finish|none";
another_button[24]="Base|none";


/*=========================TITLES FOR FABRIC TABLE==================================*/
var FabricDefaultTitle="Click on Fabric Samples to choose.";  

/* Fabric table titles depends on dropdown menu name */

TitleForFabric[0]="Body Fabric Color|Click on Samples for body to choose.";
TitleForFabric[1]="Back Cushions: Fabric Color|Click on Samples for Back Cushions to choose.";
TitleForFabric[2]="Wood Color|Click on Wood Finishes to choose.";
TitleForFabric[3]="Wood: Finish|Click on Wood Finishes to choose.";
TitleForFabric[4]="Wood and Leatherette Color|Click on Wood & Leatherette Samples to choose.";
TitleForFabric[5]="Leather Color|Click on Leather Sample to choose.";
TitleForFabric[6]="Leather - Color|Click on Leather Sample to choose.";

/*=========================WHICH DOROPDOWN MENU HAS PDF==================================*/
var LinkLineForPdfFile = "Click here to view high resolution"

MenuTopdfFile[0]="Body: Fabric Color|fabrics.pdf";
MenuTopdfFile[1]="Back Cushions: Fabric Color|fabrics.pdf";
MenuTopdfFile[2]="Pillows: Fabric Color|fabrics.pdf";
MenuTopdfFile[3]="Headrest: Fabric Color|fabrics.pdf";
MenuTopdfFile[4]="Bottom Cushions: Fabric Color|fabrics.pdf";
MenuTopdfFile[5]="Cushions: Fabric Color|fabrics.pdf";
MenuTopdfFile[6]="Fabric Color|fabrics.pdf";
MenuTopdfFile[7]="Seat: Color|Leatherette-CREA.pdf";
MenuTopdfFile[8]="Fabric Color|fabrics.pdf";
MenuTopdfFile[9]="Bed: Color|Leatherette-C.pdf";
MenuTopdfFile[10]="Bed: Color|Leatherette-C.pdf";
MenuTopdfFile[11]="Wood and Leatherette Color|Wood_and_leatherette.pdf";
MenuTopdfFile[12]="Bed: Fabric Color|fabrics.pdf";
MenuTopdfFile[13]="Choose Fabric|LinreneFabrics.pdf";
MenuTopdfFile[14]="Leather - Color|Leather-CH.pdf";

		

