function fillColors(productLine) { if(productLine=="GreenScreenŽ ECO 1%") { choices = new Array("Full Set (All Colors)", "White", "Pearl", "Pearl Linen", "Linen", "Pewter", "Charcoal", "Charcoal Bronze"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="GreenScreenŽ ECO 3%") { choices = new Array("Full Set (All Colors)", "White", "Pearl", "Pearl Linen", "Linen", "Pewter", "Charcoal", "Charcoal Bronze"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="GreenScreenŽ ECO 5%") { choices = new Array("Full Set (All Colors)", "White", "Pearl", "Pearl Linen", "Linen", "Pewter", "Charcoal", "Charcoal Bronze"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="GreenScreenŽ ECO 8%") { choices = new Array("Full Set (All Colors)", "White", "Pearl", "Pearl Linen", "Linen", "Pewter", "Charcoal", "Charcoal Bronze"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="GreenScreenŽ Platinum 3%") { choices = new Array("Full Set (All Colors)", "Pearl", "Pewter", "Charcoal", "Charcoal Bronze"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="GreenScreenŽ ECO 3% Gold") { choices = new Array("Charcoal"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="GreenScreenŽ NRG 3%") { choices = new Array("Full Set (All Colors)", "Pearl", "Pearl Linen", "Gold", "Brown", "Silver (currently unavailable)"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="GreenScreenŽ Balance 6%") { choices = new Array("Full Set (All Colors)", "White", "Grey", "Anthracite", "Light Grey Metallic", "Grey Metallic", "Anthracite Metallic"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="GreenScreenŽ Spectra 10%") { choices = new Array("Full Set (All Colors)", "White", "Cream", "Grey", "Anthracite"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="GreenScreenŽ Vista 25%") { choices = new Array("Full Set (All Colors)", "White", "Beige", "Grey", "Anthracite", "Light Grey Metallic", "Grey Metallic", "Anthracite Metallic"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="SuperScreen 3%") { choices = new Array("Full Set (All Colors)", "White", "White Pearl", "White Linen", "White Lotus", "White Stone", "Pearl", "Pearl Linen", "Pearl Lotus", "Linen", "Linen Stone", "Linen Ultramarine", "Pewter", "Pewter Lotus", "Pewter Ultramarine", "Pewter Green", "Charcoal", "Charcoal Pewter", "Charcoal Bronze", "Charcoal Lotus", "Charcoal Ultramarine", "Charcoal Green"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="SuperScreen 5%") { choices = new Array("Full Set (All Colors)", "White", "White Pearl", "White Linen", "White Lotus", "White Stone", "Pearl", "Pearl Linen", "Pearl Lotus", "Linen", "Linen Stone", "Linen Ultramarine", "Pewter", "Pewter Lotus", "Pewter Ultramarine", "Pewter Green", "Charcoal", "Charcoal Pewter", "Charcoal Bronze", "Charcoal Lotus", "Charcoal Ultramarine", "Charcoal Green"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="SuperTwill 1%") { choices = new Array("Full Set (All Colors)", "White", "White Linen", "White Bronze Charcoal", "Pearl White", "Pearl Linen Sable", "Pearl Sable Bronze", "Charcoal Linen Pearl", "Charcoal", "Charcoal Pewter"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="SuperTwill 3%") { choices = new Array("Full Set (All Colors)", "White Linen", "Pearl White", "Linen Pewter Bronze", "Linen Linen Pearl", "White Sable Bronze", "Charcoal Sable", "Charcoal Linen Pearl", "White Charcoal", "Charcoal Pewter", "White Pewter Charcoal"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="SuperWeave 1%") { choices = new Array("Full Set (All Colors)", "Pewter", "Pewter White", "White", "White Pearl", "White Linen", "Linen", "Charcoal Pewter", "Charcoal Bronze", "Charcoal"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="SuperWeave 3%") { choices = new Array("Full Set (All Colors)", "Pewter", "Pewter White", "White", "White Pearl", "White Linen", "Linen", "Charcoal Pewter", "Charcoal Bronze", "Charcoal"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="SuperWeave 5%") { choices = new Array("Full Set (All Colors)", "White", "White Pearl", "White Linen", "Pearl", "Pearl Linen", "Linen", "Pewter", "Charcoal", "Charcoal Pewter", "Charcoal Bronze"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="SuperWeave 10%") { choices = new Array("Full Set (All Colors)", "White", "White Pearl", "White Linen", "Pearl", "Pearl Linen", "Linen", "Pewter", "Charcoal", "Charcoal Pewter", "Charcoal Bronze"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="X-LITE WB 0% (Blackout)") { choices = new Array("Full Set (All Colors)", "White", "Petroleum", "Off White", "Linen", "Beige", "Light Grey", "Dark Grey", "Burgundy", "Black"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="X-LITE STD 0% (Blackout)") { choices = new Array("Full Set (All Colors)", "White", "Off White", "Light Grey", "Champagne", "Gold", "Hunter", "Navy Blue", "Black", "Black / White Back"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="Satine 5500 5% (Contact Nysan)") { document.fabricrequestform.colors.options.length=0; alert("Please contact you local Nysan Sales Representative for available color options."); } else if(productLine=="Natte 4500 10% (Contact Nysan)") { document.fabricrequestform.colors.options.length=0; alert("Please contact you local Nysan Sales Representative for available color options."); } else if(productLine=="DesignTex Cinq 25%") { choices = new Array("Full Set (All Colors)", "Off White", "Beige", "Grey", "Dark Grey", "Black"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="DesignTex Optic 1%") { choices = new Array("Full Set (All Colors)", "White", "Grey", "Black"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="DesignTex Topic 35%") { choices = new Array("Full Set (All Colors)", "White", "Off White", "Beige", "Grey", "Dark Grey", "Black"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="DesignTex Topic Color 33%") { choices = new Array("Full Set (All Colors)", "Cerise", "Red", "Yellow", "Orange", "Lime Green", "Light Green", "Light Blue", "Turquoise", "Blue", "Dark Blue"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="DesignTex Mood 8%") { choices = new Array("Full Set (All Colors)", "White", "Grey", "Black"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else if(productLine=="DesignTex Ombra 20%") { choices = new Array("Full Set (All Colors)", "White", "Grey", "Black"); document.fabricrequestform.colors.options.length=0; document.fabricrequestform.colors.options[0]=new Option(choices[0], choices[0], "true", "false"); for (var i = 1; i < choices.length; i++) { document.fabricrequestform.colors.options[i]=new Option(choices[i], choices[i], "false", "false"); } } else { document.fabricrequestform.colors.options.length=0; } }