		FadeInStep=20;
		FadeOutStep=5;
			JSFX.Rollover("home",    "http://www.brilliantlighting.com/images/web_logo_189_hot.jpg");
			JSFX.Rollover("tour",    "http://www.brilliantlighting.com/images/sixty_second_tour_hot.jpg");
			JSFX.Rollover("account", "http://www.brilliantlighting.com/images/my_custom_systems_hot.jpg");
			JSFX.Rollover("contact", "http://www.brilliantlighting.com/images/contact_us_hot.jpg");
			JSFX.Rollover("design",  "http://www.brilliantlighting.com/images/design-center-hot.jpg");
			JSFX.Rollover("gallery", "http://www.brilliantlighting.com/images/installation_gallery_hot.jpg");
			JSFX.Rollover("policies","http://www.brilliantlighting.com/images/order_policies_hot.jpg");
			JSFX.Rollover("cart",    "http://www.brilliantlighting.com/images/cart_hot.jpg");
						
		function doForm(nextstepnum,varname,varvalue){
				<!--
					document.getElementById('varname').value = varname;
					document.getElementById('varvalue').value = varvalue;
					document.getElementById('nextstepnum').value = nextstepnum;
					document.designform.submit();
					return false;
				// -->
				};

		function doBrowseCheckBox(nextstepnum,vartopopulate,alerttext){
				<!--
					var dalist2 = '';
					var max2 = document.designform.ckbox2.length;
					if (max2 == undefined){
						if (eval("document.designform.ckbox2.checked") == true){
						dalist2 +=document.designform.ckbox2.value;}
					}
					{for (var idx2 = 0; idx2 < max2; idx2++) {
					if (eval("document.designform.ckbox2[idx2].checked") == true) {
						dalist2 +=document.designform.ckbox2[idx2].value;
						}
					}}
					//alert(dalist2);//
					document.designform.varvalue2.value=dalist2;
					document.designform.varname2.value='do_FixtureOrientation';

					if (dalist2 == ''){
					alert('Please select at least one fixture type to continue...');}
					else
					{doCheckBoxForm(nextstepnum,vartopopulate,alerttext);
					}
				// -->
					}

		function doCheckBoxForm(nextstepnum,vartopopulate,alerttext){
				<!--
					var dalist = '';
					var max = document.designform.ckbox.length;
					if (max == undefined){
						if (eval("document.designform.ckbox.checked") == true) {
						dalist +=document.designform.ckbox.value;
						}
					}
					{for (var idx = 0; idx < max; idx++) {
					if (eval("document.designform.ckbox[idx].checked") == true) {
						dalist +=document.designform.ckbox[idx].value;
						}
					}}
					//alert(dalist);//
					document.designform.varvalue.value=dalist;
					document.designform.varname.value=vartopopulate;
					document.designform.nextstepnum.value = nextstepnum;
					if (dalist == ''){
					alert('Please select at least one ' + alerttext + 'option to continue...');}
					else {
					document.designform.submit();}
					return false;
				// -->
				}
				
		function doBrowseCheckBoxFormWindow(vartopopulate,alerttext){
				<!--
					var dalist2 = '';
					var max2 = document.designform.ckbox2.length;
					if (max2 == undefined){
						if (eval("document.designform.ckbox2.checked") == true){
						dalist2 +=document.designform.ckbox2.value;}
					}
					{for (var idx2 = 0; idx2 < max2; idx2++) {
					if (eval("document.designform.ckbox2[idx2].checked") == true) {
						dalist2 +=document.designform.ckbox2[idx2].value;
						}
					}}
					//alert(dalist2);//
					document.designform.varvalue2.value=dalist2;
					document.designform.varname2.value='do_FixtureOrientation';

					if (dalist2 == ''){
					alert('Please select at least one fixture type to continue...');}
					else {
					document.designform.submit();}
					return false;					
				// -->
					}
				

		function movepic(img_name,img_src,link_name,link_ref){
				document[img_name].src=img_src;
				//document.links[link_name].href=link_ref;//
				}
				
		function openlarge(url,showtype){
				window.open('http://www.brilliantlighting.com/viewlarge.asp?showtype='+showtype+'&url='+url,'ImageWindow','width=330,height=358');
				}				

		function dostems(nostemlist){
					var box=document.designform.varvalue;
					var selectedstandoffid=box.options[box.selectedIndex].value;
					var box2=document.designform.varvalue2;
					var selectedstemid=box2.options[box2.selectedIndex].value;
					if ((selectedstandoffid == '') && (nostemlist != '') && (nostemlist.indexOf(selectedstemid) == -1)) {
							alert('We do not recommend using fixtures with rigid stems on track mounted directly to sloped ceilings. To continue, either select a standoff from the top box which will allow the track or rail to hang parallel to the floor or choose the attach directly option from the bottom box.');
						}
					else {
						document.designform.submit();
						}
					return false;
				}