// JavaScript Document
current_system = 0;
current_door = 0;
current_swatch = 0;
orderformpagehtml = '';



function formsubmission() {
	// this function will write our swatch and series values to the next page
	document.PostCustomer.submit();
}


function removeorder() { //
	orderformpagehtml = document.getElementById('sys_main_content2').innerHTML;
	document.getElementById('sys_main_content2').innerHTML = '';
	
};

function getcurrentsyscopy () {
	switch (current_system) {
		case 1: return copy1000;
		break;
		case 2: return copy1600;
		break;
		case 3: return copy2000;
		break;
		case 4: return copy3200;
		break;
	};
};

function getsystempitch() {
	switch (current_system) {
		case 2: return pitch1600;
		break;
		case 3: return pitch2000;
		break;
		case 4: return pitch3200;
		break;
	};
};

function sysselect(x) { // v1.0
		if (x == current_system) return;
		if (current_system!=0) {
			
			temp_system = current_system;
			current_system = x;
			sysswapoutimg(temp_system);
			
		};
		current_system = x;
		//swapsysdyncopy(x);
		document.getElementById("navbarpg1").innerHTML = topcontentbox;
		document.getElementById("sys_top_content").innerHTML = navbar1b;
		document.getElementById("navtxtpg1").innerHTML = '';
		
		if (current_system == 1) {
			document.getElementById("left_copy_content_table").innerHTML = leftcopycontenttable;
			document.getElementById("left_content_copy").innerHTML = pitch1000+'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="280" height="300" id="door-fades" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="/flash/1kfront-view.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="/flash/1kfront-view.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="280" height="300" name="door-fades" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
			document.getElementById("right_copy_content_table").innerHTML = rightcopycontenttable;
			document.getElementById("right_content_copy").innerHTML = copy1000+'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="280" height="190" id="top-view" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="/flash/1ktop-view.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="/flash/1ktop-view.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="280" height="190" name="top-view" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
		} else {
			document.getElementById("left_copy_content_table").innerHTML = leftcopycontenttable;
			document.getElementById("left_content_copy").innerHTML = getsystempitch()+'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="280" height="300" id="door-fades" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="/flash/door-fades.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="/flash/door-fades.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="280" height="300" name="door-fades" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
			document.getElementById("right_copy_content_table").innerHTML = rightcopycontenttable;
			document.getElementById("right_content_copy").innerHTML = getcurrentsyscopy()+'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="280" height="190" id="top-view" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="/flash/top-view.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="/flash/top-view.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="280" height="190" name="top-view" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
		};
};

function doorselect(x) { // v1.0
		if (x==current_door) return;
		if (current_door!=0) {
			temp_door = current_door;
			current_door = 0;
			doorswapoutimg(temp_door);
		};
		current_door = x;
		current_swatch = 0;
		
		spotclick(31);
		if (current_door == 1) {
			document.getElementById('ctswnat').innerHTML = natureswatches;
			document.getElementById('ctswabs').innerHTML = abstractswatches;
			document.getElementById('ctswsld').innerHTML = '';
			document.getElementById('ctswgra').innerHTML = gradientswatches;
		};
		if (current_door ==2) {
			document.getElementById('ctswnat').innerHTML = natureswatches;
			document.getElementById('ctswabs').innerHTML = abstractswatches;
			document.getElementById('ctswsld').innerHTML = '';
			document.getElementById('ctswgra').innerHTML = '';
			document.getElementById("abswce").innerHTML = '';
		};
		if (current_door ==3) {
			document.getElementById('ctswnat').innerHTML = natureswatches;
			document.getElementById('ctswabs').innerHTML = '';
			document.getElementById('ctswsld').innerHTML = solidswatches;
			document.getElementById('ctswgra').innerHTML = gradientswatches;
		};
		if (current_door ==4) {
			document.getElementById('ctswnat').innerHTML = natureswatches;
			document.getElementById('ctswabs').innerHTML = abstractswatches;
			document.getElementById('ctswsld').innerHTML = solidswatches;
			document.getElementById('ctswgra').innerHTML = woodswatches;
			document.getElementById("abswce").innerHTML = '';
			
		};
		document.getElementById("sys_top_content").innerHTML = '<table class="systable1a" width="544" border="0" cellspacing="0" cellpadding="0"><tr><td width="386"><IMG id="nva2fwdtxt" SRC="/library/page-images/systems/newnav/pg2-forward-txt.jpg" WIDTH="386" HEIGHT="44" BORDER="0" ALT=""></td><td><IMG id="nav2forward" onMouseOver="navbtnswapin(2)" onMouseOut="navbtnswapout(2)" onClick="chooseswatch()" SRC="/library/page-images/systems/newnav/pg2-forward-up.jpg" WIDTH="170" HEIGHT="44" BORDER="0" ALT=""></td></tr></table>';
};


function sysswapinimg(x) { // v1.0
	if (x==current_system) return;
	switch (x) {
		case 1: document.getElementById("sys"+x).src = "/library/page-images/systems/sys10ovr.jpg";
		break;
		case 2: document.getElementById("sys"+x).src = "/library/page-images/systems/sys16ovr.jpg";
		break;
		case 3: document.getElementById("sys"+x).src = "/library/page-images/systems/sys20ovr.jpg";
		break;
		case 4: document.getElementById("sys"+x).src = "/library/page-images/systems/sys32ovr.jpg";
		break;
	};
};
function doorswapoutimg(x) { // v1.0
	if (x==current_door) return;
	switch (x) {
		case 1: document.getElementById("door"+x).src = "/library/page-images/systems/newdoor/up/3d-rounded.jpg";
		break;
		case 2: document.getElementById("door"+x).src = "/library/page-images/systems/newdoor/up/metal-grid.jpg";
		break;
		case 3: document.getElementById("door"+x).src = "/library/page-images/systems/newdoor/up/wood-slat.jpg";
		break;
		case 4: document.getElementById("door"+x).src = "/library/page-images/systems/newdoor/up/flat-door.jpg";
		break;
	};
};

function doorswapinimg(x) { // v1.0
	if (x==current_door) return;
	switch (x) {
		case 1: document.getElementById("door"+x).src = "/library/page-images/systems/newdoor/over/3d-rounded.jpg";
		break;
		case 2: document.getElementById("door"+x).src = "/library/page-images/systems/newdoor/over/metal-grid.jpg";
		break;
		case 3: document.getElementById("door"+x).src = "/library/page-images/systems/newdoor/over/wood-slat.jpg";
		break;
		case 4: document.getElementById("door"+x).src = "/library/page-images/systems/newdoor/over/flat-door.jpg";
		break;
	};
};


function sysswapoutimg(x) { // v1.0
	if (x==current_system) return;
	switch (x) {
		case 1: document.getElementById("sys"+x).src = "/library/page-images/systems/sys10out.jpg";
		break;
		case 2: document.getElementById("sys"+x).src = "/library/page-images/systems/sys16out.jpg";
		break;
		case 3: document.getElementById("sys"+x).src = "/library/page-images/systems/sys20out.jpg";
		break;
		case 4: document.getElementById("sys"+x).src = "/library/page-images/systems/sys32out.jpg";
		break;
	};
};

function swapsysdyncopy(x) {
	/*switch (x) {
		case 1:{ 
		document.getElementById("right_content_copy").innerHTML = '<table width="280"><tr><td id="dyncopyroll" align="center"><p class="body1">'+copy1000+'</p></td></tr></table>';
		break;
		};
		case 2:{ document.getElementById("right_content_copy").innerHTML = '<table width="280"><tr><td  id="dyncopyroll" align="center"><p class="body1">'+copy1600+'</p></td></tr></table>';
		break;
		};
		case 3:{ document.getElementById("right_content_copy").innerHTML = '<table width="280"><tr><td id="dyncopyroll" align="center"><p class="body1">'+copy2000+'</p></td></tr></table>';
		break;
		};
		case 4:{ document.getElementById("right_content_copy").innerHTML = '<table width="280"><tr><td id="dyncopyroll" align="center"><p class="body1">'+copy3200+'</p></td></tr></table>';
		break;
		};
	};*/
};



function setupswatchstack () {
	// 
	document.getElementById("ctswnat").innerHTML = natureswatches;
	document.getElementById("ctswabs").innerHTML = abstractswatches;
	document.getElementById("ctswsld").innerHTML = solidswatches;
	document.getElementById("ctswgra").innerHTML = gradientswatches;
};

function submitform() {
	alert('thank you');
	switchpage(5);
};

function choosesystem() {
	alert('please choose a system first');
};

function choosedoor () {
	alert('please choose a door first');	
};

function chooseswatch () {
	alert('please choose a swatch before continuing');
};

navbar1txt = '<IMG id="navtxt1" SRC="/library/page-images/systems/newnav/pg1-txt.jpg" WIDTH="384" HEIGHT="44" BORDER="0" ALT="">';
//navbar1 = '<IMG id="navright1" onMouseOver="navbtnswapin(1)" onMouseOut="navbtnswapout(1)" onClick="choosesystem()" SRC="/library/page-images/systems/newnav/pg1-txt.jpg" WIDTH="384" HEIGHT="44" BORDER="0" ALT="">';

navbar1b = '<IMG id="navright1" onMouseOver="navbtnswapin(1)" onMouseOut="navbtnswapout(1)" onClick="switchpage(2)" SRC="/library/page-images/systems/newnav/pg1-forward-up.jpg" WIDTH="174" HEIGHT="44" BORDER="0" ALT="">';

navbar2fwd = '<table class="systable1a" width="544" border="0" cellspacing="0" cellpadding="0"><tr><td width="170"><IMG id="nav2forward" onMouseOver="navbtnswapin(2)" onMouseOut="navbtnswapout(2)" onClick="choosedoor()" SRC="/library/page-images/systems/newnav/pg2-forward-up.jpg" WIDTH="170" HEIGHT="44" BORDER="0" ALT=""></td><td><IMG id="nva2fwdtxt" SRC="/library/page-images/systems/newnav/pg2-forward-txt.jpg" WIDTH="386" HEIGHT="44" BORDER="0" ALT=""></td></tr></table>';

navbar2fwd2 = '<IMG id="nav2forward" onMouseOver="navbtnswapin(2)" onMouseOut="navbtnswapout(2)" onClick="chooseswatch()" SRC="/library/page-images/systems/newnav/pg2-forward-up.jpg" WIDTH="170" HEIGHT="44" BORDER="0" ALT="">';

navbar2back = '<table class="systable1a" width="544" border="0" cellspacing="0" cellpadding="0"><tr><td><IMG id="nav2back" onMouseOver="navbtnswapin(3)" onMouseOut="navbtnswapout(3)" onClick="switchpage(1)" SRC="/library/page-images/systems/newnav/pg2-back-up.jpg" WIDTH="174" HEIGHT="44" BORDER="0" ALT=""></td><td><IMG id="nva2bcktxt" SRC="/library/page-images/systems/newnav/pg2-back-txt.jpg" WIDTH="386" HEIGHT="44" BORDER="0" ALT=""></td></tr></table>';

navbar3fwd = '<IMG id="nav3forward" onMouseOver="navbtnswapin(4)" onMouseOut="navbtnswapout(4)" onClick="switchpage(4)" SRC="/library/page-images/systems/newnav/pg3-forward-up.jpg" WIDTH="170" HEIGHT="44" BORDER="0" ALT="">';

navbar3back = '<IMG id="nav3back" onMouseOver="navbtnswapin(5)" onMouseOut="navbtnswapout(5)" onClick="switchpage(2)" SRC="/library/page-images/systems/newnav/pg3-back-up.jpg" WIDTH="168" HEIGHT="40" BORDER="0" ALT="">';

navbar4fwd = '<IMG id="nav4forward" onMouseOver="navbtnswapin(6)" onMouseOut="navbtnswapout(6)" onClick="switchpage(5)" SRC="/library/page-images/systems/newnav/pg4-forward-up.jpg" WIDTH="168" HEIGHT="40" BORDER="0" ALT="">';

navbar4back = '<IMG id="nav4back" onMouseOver="navbtnswapin(7)" onMouseOut="navbtnswapout(7)" onClick="switchpage(3)" SRC="/library/page-images/systems/newnav/pg4-back-up.jpg" WIDTH="168" HEIGHT="40" BORDER="0" ALT="">';






function navbtnswapin (x) {
	switch (x) {
		case 1: document.getElementById("navright1").src ="/library/page-images/systems/newnav/pg1-forward-over.jpg"
		break;
		case 2: document.getElementById("nav2forward").src ="/library/page-images/systems/newnav/pg2-forward-over.jpg"
		break;
		case 3: document.getElementById("nav2back").src ="/library/page-images/systems/newnav/pg2-back-over.jpg"
		break;
		case 4: document.getElementById("nav3forward").src ="/library/page-images/systems/newnav/pg3-forward-over.jpg"
		break;
		case 5: document.getElementById("nav3back").src ="/library/page-images/systems/newnav/pg3-back-over.jpg"
		break;
		case 6: document.getElementById("nav4forward").src ="/library/page-images/systems/newnav/pg4-forward-over.jpg"
		break;
		case 7: document.getElementById("nav4back").src ="/library/page-images/systems/newnav/pg4-back-over.jpg"
		break;
	};
};

function navbtnswapout (x) {
	switch (x) {
		case 1: document.getElementById("navright1").src ="/library/page-images/systems/newnav/pg1-forward-up.jpg"
		break;
		case 2: document.getElementById("nav2forward").src ="/library/page-images/systems/newnav/pg2-forward-up.jpg"
		break;
		case 3: document.getElementById("nav2back").src ="/library/page-images/systems/newnav/pg2-back-up.jpg"
		break;
		case 4: document.getElementById("nav3forward").src ="/library/page-images/systems/newnav/pg3-forward-up.jpg"
		break;
		case 5: document.getElementById("nav3back").src ="/library/page-images/systems/newnav/pg3-back-up.jpg"
		break;
		case 6: document.getElementById("nav4forward").src ="/library/page-images/systems/newnav/pg4-forward-up.jpg"
		break;
		case 7: document.getElementById("nav4back").src ="/library/page-images/systems/newnav/pg4-back-up.jpg"
		break;
	};
};



function switchpage(x) { // v1.0
	switch (x) {
		case 1: {
			//document.getElementById("pgttl").src = 'library/ct-box/pg-ttls-final/system-select.jpg';
			document.getElementById("sys_main_content").innerHTML = page1roottable;
			document.getElementById("sysselectboxpg1").innerHTML = sysselecttable;
			document.getElementById("navtxtpg1").innerHTML = toptextbox;
			document.getElementById("sys_top_text").innerHTML = navbar1txt;
			document.getElementById("sys_copy_table").innerHTML = syscopytable;
			document.getElementById("left_copy_content_table").innerHTML = leftcopycontenttable;
			document.getElementById("left_content_copy").innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="280" height="300" id="door-fades" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="/flash/door-fades.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="/flash/door-fades.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="280" height="300" name="door-fades" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
			document.getElementById("right_copy_content_table").innerHTML = rightcopycontenttable;
			document.getElementById("right_content_copy").innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="280" height="190" id="top-view" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="/flash/top-view.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="/flash/top-view.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="280" height="190" name="top-view" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
						if (current_system != 0) {
				z = current_system;
				current_system = 0;
				sysswapinimg(z);
				sysselect(z);
			};
				
			
			break;
		};
		case 2: { 
		   if (current_system == 1) {
				 document.getElementById("sys_main_content").innerHTML = topcontentbox2+page2flatonly+topcontentbox+sysswatchbox;
				 document.getElementById("sys_top_content").innerHTML = navbar2fwd2;
				 document.getElementById("sys_top_content2").innerHTML = navbar2back;
				 current_door = 5;
				 
			 } else {
				 document.getElementById("sys_main_content").innerHTML = topcontentbox2+page2doortable+topcontentbox+sysswatchbox;
				 document.getElementById("sys_top_content").innerHTML = navbar2fwd;
				 document.getElementById("sys_top_content2").innerHTML = navbar2back;
			 };
			//document.getElementById("pgttl").src = 'library/ct-box/pg-ttls-final/door-style-sel.jpg';
			document.getElementById("sysswatch_box_content").innerHTML = swatchsyslayout;
			document.getElementById("swatchlayoutstack").innerHTML = swatchstack;
			document.getElementById("sys_preview_layout").innerHTML = syspreviewlayout;
			setupswatchstack();
			if (current_door ==5) {
			document.getElementById('ctswnat').innerHTML = natureswatches;
			document.getElementById('ctswabs').innerHTML = abstractswatches;
			document.getElementById('ctswsld').innerHTML = solidswatches;
			document.getElementById('ctswgra').innerHTML = '';
			document.getElementById("abswce").innerHTML = '';
			};
			if (current_door != 0) {
				z = current_door;
				current_door = 0;
				doorselect(z);
			} else {
				doorswapinimg(1);
				doorselect(1);
				spotclick(31);
			};
			if (current_swatch != 0) {
				z = current_swatch;
				current_swatch = 0;
				spotclick(z);
			};
			break;
		};
		case 3: {
			document.getElementById("sys_main_content").innerHTML = topcontentbox + accpagelayout;
			//document.getElementById("pgttl").src = 'library/ct-box/pg-ttls-final/spec-feat.jpg';
			document.getElementById("sys_top_content").align = "left";			
			document.getElementById("sys_top_content").innerHTML = '<table class="systable1a" width="544" border="0" cellspacing="0" cellpadding="0"><tr><td width="30"></td><td>'+navbar3back+'</td><td width="120" ></td><td>'+navbar3fwd+'</td></tr></table>';
			//document.getElementById("ion").innerHTML = ionpodtable;
			//document.getElementById("l65k").innerHTML = massagetable;
			//document.getElementById("masg").innerHTML = light65ktable;			
			
			break;
		};
		case 4: {
			document.getElementById("sys_main_content").innerHTML = topcontentbox+orderformpagehtml;
			//document.getElementById("pgttl").src = 'library/ct-box/pg-ttls-final/contact-order.jpg';
			document.getElementById("sys_top_content").align = "left"; 
			document.getElementById("sys_top_content").innerHTML = '<table class="systable1a" width="544" border="0" cellspacing="0" cellpadding="0"><tr><td width="30"></td><td>'+navbar4back+'</td><td width="120" ></td><td>'+navbar4fwd+'</td></tr></table>';
			break;
		};
		case 5: { 
			formsubmission();
			break;
		};
	};
};










function ixMM_preloadImages() { //v3.0
	var d=document; if(d.images){ if(!d.iMM_p) d.iMM_p=new Array();
  var i,j=d.iMM_p.length,a=ixMM_preloadImages.arguments; for(i=0; i<a.length; i++)
  if (a[i].indexOf("#")!=0){ d.iMM_p[j]=new Image; d.iMM_p[j++].src=a[i];}}
};





ixMM_preloadImages('library/equip-new/step-btns/step-1-up.gif,library/ct-box/pg-ttls-final/system-select.jpg,library/equip-new/step-btns/step-1-over.gif');


//genovatan_static_copy
genovatan_static_copy = '';

copy1000 = '<table width="298" border="0" cellspacing="0" cellpadding="0"><tr><td width="25">&nbsp;</td><td align="center" class="ctboxtexttitle">1000-HT Series</td><td width="37">&nbsp;</td></tr><tr><td>&nbsp;</td><td align="left"><hr><pre class="ctboxtext">&bull;10 High Output lamps<br>&bull;12 minute max tan time per side<br>&bull;10 foot power cord<br>&bull; Uses standard household 120v<br>&nbsp;&nbsp;&nbsp;&nbsp; 15 amp outlet</pre><hr></td><td>&nbsp;</td></tr></table>';

copy1600 = '<table width="298" border="0" cellspacing="0" cellpadding="0"><tr><td width="25">&nbsp;</td><td align="center" class="ctboxtexttitle">1600-HT Series</td><td width="37">&nbsp;</td></tr><tr><td>&nbsp;</td><td align="left"><hr><pre class="ctboxtext">&bull;16 High Output lamps<br>&bull;15 minute max tan time<br>&bull;10 foot power cord<br>&bull; Uses standard household 120v<br>&nbsp;&nbsp;&nbsp;&nbsp; 20 amp outlet</pre><hr></td><td>&nbsp;</td></tr></table>';

copy2000 = '<table width="298" border="0" cellspacing="0" cellpadding="0"><tr><td width="25">&nbsp;</td><td align="center" class="ctboxtexttitle">2000-HT Series</td><td width="37">&nbsp;</td></tr><tr><td>&nbsp;</td><td align="left"><hr><pre class="ctboxtext">&bull;20 High Output lamps<br>&bull;12 minute max tan time<br>&bull;10 foot power cord<br>&bull; Uses standard household 120v<br>&nbsp;&nbsp;&nbsp;&nbsp; 20 amp outlet</pre><hr></td><td>&nbsp;</td></tr></table>';

copy3200 = '<table width="298" border="0" cellspacing="0" cellpadding="0"><tr><td width="25">&nbsp;</td><td align="center" class="ctboxtexttitle">3200-HT Series</td><td width="37">&nbsp;</td></tr><tr><td>&nbsp;</td><td align="left"><hr><pre class="ctboxtext">&bull;32 High Output lamps<br>&bull;13 minute max tan time<br>&bull;4 Super upflow system cooling fans<br>&bull;120 Volt<br>&nbsp;&nbsp;&nbsp;(standard household current)<br>&bull;10&rsquo;ft power cord </pre><hr></td><td>&nbsp;</td></tr></table>';

// page 1 root table "sys_main_content"
page1roottable = '<table class="systable1a" border="0" cellspacing="0" cellpadding="0" width="593"><tr><td id="navtxtpg1" width="593"></td></tr><tr><td id="sysselectboxpg1"></td></tr><tr><td id="navbarpg1" width="593"></td></tr><tr><td id="sys_copy_table"></td></tr></table>';

//sys_select_table
sysselecttable = '<table class="systable1a" width="577" border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2" style="background-image:url(/library/page-images/systems/sys/up/ttl.jpg); background-position:left; background-repeat:no-repeat" width="268" height="23"></td><td colspan="2"><img src="/library/page-images/systems/sys/up/tp-bar.jpg" width="325" height="23"></td></tr><tr><td width="134" class="systable1a"><img id="sys1" onMouseOver="sysswapinimg(1)" onMouseOut="sysswapoutimg(1)" onClick="sysselect(1)" src="/library/page-images/systems/sys10out.jpg" width="138" height="182" hspace="0" vspace="0" border="0"></td><td width="130" class="systable1a"><img id="sys2" onMouseOver="sysswapinimg(2)" onMouseOut="sysswapoutimg(2)" onClick="sysselect(2)" src="/library/page-images/systems/sys16out.jpg" width="130" height="182" hspace="0" vspace="0" border="0"></td><td width="131" class="systable1a"><img id="sys3" onMouseOver="sysswapinimg(3)" onMouseOut="sysswapoutimg(3)" onClick="sysselect(3)" src="/library/page-images/systems/sys20out.jpg" width="130" height="182" hspace="0" vspace="0" border="0"></td><td width="182" class="systable1a"><img id="sys4" onMouseOver="sysswapinimg(4)" onMouseOut="sysswapoutimg(4)" onClick="sysselect(4)" src="/library/page-images/systems/sys32out.jpg" width="195" height="182" hspace="0" vspace="0" border="0"></td></tr><tr><td colspan="2"><img src="/library/page-images/systems/sys/up/btmbar-left.jpg"></td><td colspan="2"><img src="/library/page-images/systems/sys/up/btmbar-right.jpg"></td></tr></table>';

//sys_copy_table
syscopytable = '<table class="systable1a" border="0" cellspacing="0" cellpadding="0"> <!-- this is the copy table container --> <tr><td id="left_copy_content_table" class="systable1a" width="295" valign="top">	<!-- left copy table --></td>  <td id="right_copy_content_table" width="298" class="systable1a" valign="top">  <!-- right copy table -->  </td></tr>  </table>';

//left_copy_content_table
leftcopycontenttable = '<table width="295" class="systable1a" border="0" cellspacing="0" cellpadding="0"><!-- this is the left side copy table --><tr><td class="sysctltp"></td></tr><tr><td id="left_content_copy" align="center" class="sysctLrep"></td>	</tr>	<tr><td class="sysctLbtm"></td></tr>	</table>';

//right_copy_content_table
rightcopycontenttable = '<table width="298" class="systable1a" border="0" cellspacing="0" cellpadding="0" height="0"><!-- this is the right side copy table -->	<tr><td class="sysctRtp" width="298"></td></tr><!-- right table cap -->	<tr><td align="center" id="right_content_copy" class="sysctRrep" height="0"></td></tr><tr><td class="sysctRbtm"></td></tr></table>';

page2layouttable = '';

topcontentbox = '<table class="systable1a" border="0" cellspacing="0" cellpadding="0" width="582"><tr><td class="sysgrycttop"></td></tr><tr><td id="sys_top_content" align="center" class="sysgryctrep" style="height:0px"></td></tr><tr><td class="sysgryctbtm"></td></tr></table>';

toptextbox = '<table class="systable1a" border="0" cellspacing="0" cellpadding="0" width="582"><tr><td class="sysgrycttop"></td></tr><tr><td id="sys_top_text" align="center" class="sysgryctrep" style="height:0px"></td></tr><tr><td class="sysgryctbtm"></td></tr></table>';

topcontentbox2 = '<table class="systable1a" border="0" cellspacing="0" cellpadding="0" width="582"><tr><td class="sysgrycttop"></td></tr><tr><td id="sys_top_content2" align="center" class="sysgryctrep" style="height:0px"></td></tr><tr><td class="sysgryctbtm"></td></tr></table>';

page2solid = 0;


page2doortable = '<table class="systable1a" width="593" border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2"><img src="/library/page-images/systems/newdoor/up/ttl.jpg"></td><td colspan="2"><img src="/library/page-images/systems/newdoor/up/tp-bar.jpg"></td></tr><tr><td width="134" class="systable1a"> <img id="door1" onMouseOver="doorswapinimg(1)" onMouseOut="doorswapoutimg(1)" onClick="doorselect(1)" src="/library/page-images/systems/newdoor/up/3d-rounded.jpg" width="149" height="182" hspace="0" vspace="0" border="0"></td><td width="130" class="systable1a"><img id="door2" onMouseOver="doorswapinimg(2)" onMouseOut="doorswapoutimg(2)" onClick="doorselect(2)" src="/library/page-images/systems/newdoor/up/metal-grid.jpg" width="141" height="182" hspace="0" vspace="0" border="0"></td><td width="131" class="systable1a"><img id="door3" onMouseOver="doorswapinimg(3)" onMouseOut="doorswapoutimg(3)" onClick="doorselect(3)" src="/library/page-images/systems/newdoor/up/wood-slat.jpg" width="140" height="182" hspace="0" vspace="0" border="0"></td>  <td width="182" class="systable1a"><img id="door4" onMouseOver="doorswapinimg(4)" onMouseOut="doorswapoutimg(4)" onClick="doorselect(4)" src="/library/page-images/systems/newdoor/up/flat-door.jpg" width="163" height="182" hspace="0" vspace="0" border="0"></td></tr><tr><td colspan="2"><img src="/library/page-images/systems/newdoor/up/btmbar-left.jpg"></td><td colspan="2"><img src="/library/page-images/systems/newdoor/up/btmbar-right.jpg"></td></tr></table>';

page2flatonly = '<table class="systable1a" width="593" border="0" cellspacing="0" cellpadding="0"><tr><td><img id="door5" src="/library/page-images/systems/10-series-over.jpg" width="175" height="224" hspace="0" vspace="0" border="0"></td><td></td></tr></table>';

natureswatches = '<!-- start nature scenes ctswnat--><table width="229" class="systable1a" border="0" cellpadding="0" cellspacing="0" ><tr><td width="229" style="background-image:url(/library/equip-new/swatches/box-template/ttl-nat-sc.jpg); background-position:bottom; height:22px; background-repeat:no-repeat"></td></tr><tr><td style="background-image:url(/library/equip-new/swatches/box-template/mid-slice.jpg); background-position:center; height:60px; background-repeat:no-repeat" align="center"><table onMouseOut="spotrollon(current_swatch)" width="229" class="systable1a" border="0" cellpadding="0" cellspacing="0"><tr><td width="32"></td><td width="33" style="width:30px"><img id="swsctpmvw" src="/library/equip-new/swatches/box-template/swatches/sc-up-topmtvw.jpg" onMouseOver="spotrollon(31)" onMouseOut="spotrollout(31)" onClick="spotclick(31)" height="60" width="30" border="0"></td><td width="33" style="width:30px"><img id="swscsnwpk" src="/library/equip-new/swatches/box-template/swatches/sc-up-mt.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(32)" onMouseOut="spotrollout(32)" onClick="spotclick(32)"></td><td width="33" style="width:30px"><img id="swscwtrfl" src="/library/equip-new/swatches/box-template/swatches/sc-up-wtrfl.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(33)" onMouseOut="spotrollout(33)" onClick="spotclick(33)"></td><td width="33" style="width:30px"><img id="swscdsrtrk" src="/library/equip-new/swatches/box-template/swatches/sc-up-drtrks.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(34)" onMouseOut="spotrollout(34)" onClick="spotclick(34)"></td><td width="33" style="width:30px"><img id="swscbch" src="/library/equip-new/swatches/box-template/swatches/sc-up-beach.jpg" onMouseOver="spotrollon(35)" onMouseOut="spotrollout(35)" onClick="spotclick(35)" height="60" width="30" border="0"></td><td width="33" style="width:30px"><img id="swsctrs" src="/library/equip-new/swatches/box-template/swatches/sc-up-trees.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(36)" onMouseOut="spotrollout(36)" onClick="spotclick(36)"></td><td width="32" ></td></tr></table></td></tr><tr><td width="229" style="background-image:url(/library/equip-new/swatches/box-template/btm-cap.jpg); background-position:top; height:14px; background-repeat:no-repeat"></td></tr></table><!-- end nature scenes -->';

abstractswatches = '<!-- start abstracts ctswabs--><table width="229" class="systable1a" border="0" cellpadding="0" cellspacing="0" ><tr><td width="229" style="background-image:url(/library/equip-new/swatches/box-template/ttl-ab.jpg); background-position:bottom; height:22px; background-repeat:no-repeat"></td></tr><tr><td style="background-image:url(/library/equip-new/swatches/box-template/mid-slice.jpg); background-position:0px; height:60px; background-repeat:no-repeat" align="center"><table onMouseOut="spotrollon(current_swatch)" width="165" class="systable1a" border="0" cellpadding="0" cellspacing="0"><tr><td width="33" style="width:30px"><img id="swabgrn" src="/library/equip-new/swatches/box-template/swatches/ab-up-green.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(41)" onMouseOut="spotrollout(41)" onClick="spotclick(41)"></td><td width="33" style="width:30px"><img id="swabstar" src="/library/equip-new/swatches/box-template/swatches/ab-up-stbrt.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(42)" onMouseOut="spotrollout(42)" onClick="spotclick(42)"></td><td width="33" style="width:30px"><img id="swabblylw" src="/library/equip-new/swatches/box-template/swatches/ab-up-bluegld.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(43)" onMouseOut="spotrollout(43)" onClick="spotclick(43)"></td><td width="33" style="width:30px"><img id="swabbluslvr" src="/library/equip-new/swatches/box-template/swatches/ab-up-slvrblue.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(44)" onMouseOut="spotrollout(44)" onClick="spotclick(44)"></td><td id="abswce" width="33" style="width:30px"><img src="/library/equip-new/swatches/box-template/swatches/ab-up-multi.jpg" name="swmulti" width="30" height="60" border="0" id="swmulti" onClick="spotclick(45)" onMouseOver="spotrollon(45)" onMouseOut="spotrollout(45)"></td></tr></table></td></tr><tr><td width="229" style="background-image:url(/library/equip-new/swatches/box-template/btm-cap.jpg); background-position:top; height:14px; background-repeat:no-repeat"></td></tr></table><!-- end abstracts -->';

solidswatches = '<!-- start solid colors ctswsld--><table width="229" class="systable1a" border="0" cellpadding="0" cellspacing="0" ><tr><td width="229" style="background-image:url(/library/equip-new/swatches/box-template/ttl-sol-col.jpg); background-position:bottom; height:22px; background-repeat:no-repeat"></td></tr><tr><td style="background-image:url(/library/equip-new/swatches/box-template/mid-slice.jpg); background-position:center; height:60px; background-repeat:no-repeat" align="center"><table onMouseOut="spotrollon(current_swatch)" width="229" class="systable1a" border="0" cellpadding="0" cellspacing="0"><tr><td width="32"></td><td width="33" style="width:30px"><img id="swsldgrn" src="/library/equip-new/swatches/box-template/swatches/sld-up-green.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(51)" onMouseOut="spotrollout(51)" onClick="spotclick(51)"></td><td width="33" style="width:30px"><img id="swsldylw" src="/library/equip-new/swatches/box-template/swatches/sld-up-yellow.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(52)" onMouseOut="spotrollout(52)" onClick="spotclick(52)"></td><td width="33" style="width:30px"><img id="swsldltylw" src="/library/equip-new/swatches/box-template/swatches/sld-up-ltyellow.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(53)" onMouseOut="spotrollout(53)" onClick="spotclick(53)"></td><td width="33" style="width:30px"><img id="swsldwht" src="/library/equip-new/swatches/box-template/swatches/sld-up-white.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(54)" onMouseOut="spotrollout(54)" onClick="spotclick(54)"></td><td width="33" style="width:30px"><img id="swsldblk" src="/library/equip-new/swatches/box-template/swatches/sld-up-black.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(55)" onMouseOut="spotrollout(55)" onClick="spotclick(55)"></td><td width="33" style="width:30px"></td><td width="32" ></td></tr></table></td></tr><tr><td width="229" style="background-image:url(/library/equip-new/swatches/box-template/btm-cap.jpg); background-position:top; height:14px; background-repeat:no-repeat"></td></tr></table><!-- end solid colors-->';

gradientswatches = '<!-- start gradients ctswgra--><table width="229" class="systable1a" border="0" cellpadding="0" cellspacing="0" ><tr><td width="229" style="background-image:url(/library/equip-new/swatches/box-template/ttl-grad.jpg); background-position:bottom; height:22px; background-repeat:no-repeat"></td></tr><tr><td style="background-image:url(/library/equip-new/swatches/box-template/mid-slice.jpg); background-position:center; height:60px; background-repeat:no-repeat" align="center"><table onMouseOut="spotrollon(current_swatch)" width="229" class="systable1a" border="0" cellpadding="0" cellspacing="0"><tr><td width="32"></td><td width="33" style="width:30px"><img id="swgradylw" src="/library/equip-new/swatches/box-template/swatches/grad-up-orgylw.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(61)" onMouseOut="spotrollout(61)" onClick="spotclick(61)"></td><td width="33" style="width:30px"><img id="swgradorg" src="/library/equip-new/swatches/box-template/swatches/grad-up-org.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(62)" onMouseOut="spotrollout(62)" onClick="spotclick(62)"></td><td width="33" style="width:30px"></td><td width="98" ></td></tr></table></td></tr><tr><td width="229" style="background-image:url(/library/equip-new/swatches/box-template/btm-cap.jpg); background-position:top; height:14px; background-repeat:no-repeat"></td></tr></table><!-- end gradients-->';

woodswatches = '<!-- start wood finish--><table width="229" class="systable1a" border="0" cellpadding="0" cellspacing="0" ><tr><td width="229" style="background-image:url(/library/equip-new/swatches/box-template/ttl-wood.jpg); background-position:bottom; height:22px; background-repeat:no-repeat"></td></tr><tr><td style="background-image:url(/library/equip-new/swatches/box-template/mid-slice.jpg); background-position:center; height:60px; background-repeat:no-repeat" align="center"><table onMouseOut="spotrollon(current_swatch)" width="229" class="systable1a" border="0" cellpadding="0" cellspacing="0"><tr><td width="32"></td><td width="33" style="width:30px"><img id="swwdcast" src="/library/equip-new/swatches/box-template/swatches/wood-up-casoak.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(81)" onMouseOut="spotrollout(81)" onClick="spotclick(81)"></td><td width="33" style="width:30px"><img id="swwdmaho" src="/library/equip-new/swatches/box-template/swatches/wood-up-mahogony.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(82)" onMouseOut="spotrollout(82)" onClick="spotclick(82)"></td><td width="33" style="width:30px"><img id="swwdstai" src="/library/equip-new/swatches/box-template/swatches/wood-over-stain.jpg" height="60" width="30" border="0" onMouseOver="spotrollon(83)" onMouseOut="spotrollout(83)" onClick="spotclick(83)"></td><td width="98" ></td></tr></table></td></tr><tr><td width="229" style="background-image:url(/library/equip-new/swatches/box-template/btm-cap.jpg); background-position:top; height:14px; background-repeat:no-repeat"></td></tr></table><!-- end wood finish-->';

swatchstack = '<!-- start swatch stack table --><table width="229" class="systable1a" border="0" cellpadding="0" cellspacing="0" ><tr><td id="swtitle"><!-- text title of swatch --></td></tr><tr><td id="ctswnat"><!-- nature swatches --></td></tr><tr><td id="ctswabs"><!-- abstracts --></td></tr><tr><td id="ctswsld"><!-- solids --></td></tr><tr><td id="ctswgra"><!-- gradients --></td></tr></table><!-- end swatch stack table -->';
											
swatchsyslayout = '<!-- start swatch & system layout table --><table width="560" class="systable1a" border="0" cellpadding="0" cellspacing="0" ><tr><td style="width:20px;" width="20">&nbsp;</td><td id="swatchlayoutstack" width="229" valign="top"><!-- swatch stack table --></td><td id="sys_preview_layout" valign="top" width="229" valign="top"></td></tr></table><!-- end swatch & system layout table -->';

sysswatchbox = '<!-- start swatch & system box --><table class="systable1a" width="582" border="0" cellspacing="0" cellpadding="0"><tr><td class="syspg2widetop"></td></tr><tr><td id="sysswatch_box_content" class="syspg2widerep"></td></tr><tr><td class="syspg2widebtm"></td></tr></table><!-- end swatch & system box -->';

syspreviewlayout = '<!-- start of sys preview container --><table class="systable1a" border="0" cellpadding="0" cellspacing="0" ><tr><td width="80" width="229" valign="top" align="left"><img name="thumblg" src="/library/equip-final/up/lg-thumbs/sw-sc-tpmvw.jpg" width="109" height="130" border="0" id="thumblg" alt="" /></td><td id="swfcell" width="202" width="229" valign="top"></td></tr></table><!-- end of sys preview container -->';

accpagelayout = '<div style="position:relative; width:597px; height:500px"><div id="img_ion_pod" style="position:absolute; width:20px; height:20px; top:0px; left:2px"><img src="/library/special_features/ion_pod.png"><div class="style1" id="text_ionpod" style="position:absolute; top:35px; left:260px; height:217px; width:297px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#fff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Order our optional compact Ion Pod&trade;   and we will install it in the center column of your new tanning system! Ionic air purification helps clean the air by producing negative ions. Refreshing negative ions help eliminate pollen, mold spores, dust, dander and many other allergy causing particulates from the air you breathe. Scientific studies about negative ions have also shown that some people become moody, tired, depressed or experience  difficulty concentrating when negative ion counts are low, or when positive ion counts are high (such as in front of a computer monitor). Now, when you tan, you can boost your mood at the same time!  </div></div> <div id="img_foot" style="position:absolute; width:20px; height:20px; top:260px; left:2px"><img src="/library/special_features/foot_massager.png"><div class="style1" id="text_foot" style="position:absolute; top:35px; left:292px; height:157px; width:279px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#fff">&nbsp;&nbsp;&nbsp;&nbsp;Imagine coming home after a hard day at work. Your feet hurt. Now, while you tan, you can receive a relaxing foot massage that you can <br> feel all the way up your body.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Your extremities are the first place to lose circulation. Our Foot Ease&trade; massage units nourish the flow of blood and helps you get a better tan, especially on the legs, and you can turn the Foot Ease&trade; on	or off with your toe and adjust the intensity of the massage. </div></div></div>';

//accpagelayout = '<table width="567" cellpadding="0" cellspacing="0" border="0" class="systable1a"><tr><td id="ion"></td></tr><tr><td id="masg"></td></tr></table>';

//ionpodtable = '<div id="img_ion_pod" style="position:absolute; width:20px; height:20px; top:223px; left:2px"><img src="/library/special_features/ion_pod.png"></div>';
//*/				  
//<div class="style1" id="text_foot" style="position:absolute; top:35px; left:292px; height:157px; width:279px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#fff">  
//  	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Imagine coming home after a hard day at work. Your feet hurt. Now, while you tan, you can receive a relaxing foot massage that you can <br> 
//  	feel all the way up your body.<br>
//  	<br>
//
//	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Your extremities are the first place to lose circulation.
//	Our Foot Ease&trade; massage units nourish the flow of blood and helps you get
//	a better tan, especially on the legs, and you can turn the Foot Ease&trade; on
//	or off with your toe and adjust the intensity of the massage.  </div>
//  
//  
//////<div class="style1" id="text_foot" style="position:absolute; top:265px; left:267px; height:217px; width:297px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#fff">  
//  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Order our optional compact Ion Pod&trade;   and we
//  will install it in the center column of your new tanning system! Ionic air
//  purification helps clean the air by producing negative ions. Refreshing negative
//  ions help eliminate pollen, mold spores, dust, dander and many other allergy
//  causing particulates from the air you breathe. Scientific studies about negative
//  ions have also shown that some people become moody, tired, depressed or experience
//  difficulty concentrating when negative ion counts are low, or when positive
//  ion counts are high (such as in front of a computer monitor). Now, when you
//  tan, you can boost your mood at the same time!  </div>
//				  
//				  
//				  </div>';
//*/
massagetable = '<table width="567" cellpadding="0" cellspacing="0" border="0" class="systable1a"><tr><td colspan="2" style="background-image:url(/library/equip-new/content-boxes/accpg/top-cap.jpg); background-repeat:no-repeat; background-position:bottom; height:21px" align="left"><img src="/library/equip-new/content-boxes/accpg/massagettl.jpg" height="21" width="140" border="0"></td></tr><tr><td width="306" style="background-image:url(/library/equip-new/content-boxes/accpg/blue-mid-left-back.jpg); background-position:center; background-repeat:no-repeat"><img src="/library/equip-new/content-boxes/accpg/massagepict.jpg" height="139" width="306" border="0"></td><td width="261" height="139" style="background-image:url(/library/equip-new/content-boxes/accpg/massagemidr.jpg); background-position:center; background-repeat:no-repeat"><input name="checkme" type="checkbox" value="10"></td></tr><tr><td colspan="2" height="16" style="background-image:url(/library/equip-new/content-boxes/accpg/btm-cap.jpg); background-position:top; background-repeat:no-repeat"></td></tr></table>';

light65ktable = '<table width="567" cellpadding="0" cellspacing="0" border="0" class="systable1a"><tr><td colspan="2" style="background-image:url(/library/equip-new/content-boxes/accpg/top-cap.jpg); background-repeat:no-repeat; background-position:bottom; height:21px" align="left"><img src="/library/equip-new/content-boxes/accpg/light65kttl.jpg" height="21" width="140" border="0"></td></tr><tr><td width="306" style="background-image:url(/library/equip-new/content-boxes/accpg/blue-mid-left-back.jpg); background-position:center; background-repeat:no-repeat"><img src="/library/equip-new/content-boxes/accpg/light65kpict.jpg" height="139" width="306" border="0"></td><td width="261" height="139" style="background-image:url(/library/equip-new/content-boxes/accpg/light65kmidr.jpg); background-position:center; background-repeat:no-repeat"><input name="checkme" type="checkbox" value="10"></td></tr><tr><td colspan="2" height="16" style="background-image:url(/library/equip-new/content-boxes/accpg/btm-cap.jpg); background-position:top; background-repeat:no-repeat"></td></tr></table>';

pitch1000 = '<table width="295" border="0" cellspacing="0" cellpadding="0"><tr><td width="26">&nbsp;</td><td align="center" class="ctboxtexttitleright">Express Tan&trade; 1000-HT</td><td width="26">&nbsp;</td></tr><tr><td>&nbsp;</td><td align="left" class="ctboxtext"><hr>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Our most compact, space saving, affordable home tanning system is perfect for your bedroom, bathroom, locker room, office or anywhere. Don’t let its compact size fool you. The Maximum session time is just 12-minutes (per side)!<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The average is just 10 minutes! The doors have a reflective interior to reflect UV Rays to the sides of the body which helps provide a more even, natural-looking tan.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Have time for only 10 or 12 minute sessions? You can rotate your tanning sessions from your front to your back every other day.<hr></td><td>&nbsp;</td></tr></table>';

pitch1600 = '<table width="295" border="0" cellspacing="0" cellpadding="0"><tr><td width="26">&nbsp;</td><td align="center" class="ctboxtexttitleright">Express Tan&trade; 1600-HT</td><td width="26">&nbsp;</td></tr><tr><td>&nbsp;</td><td align="left" class="ctboxtext"><hr>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Our most popular home tanning system uses just 16 bulbs, but outperforms competitive tanning systems that require 24 to 30 bulbs to achieve the same fast 15 minute tanning session time.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Powerful high output solid-state electronics, commercial quality bulbs and intense UV cross firing in the angular four corners of the interior creates faster tanning results with less bulbs.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The patented Wrap Around® design allows panels to be placed closer to the body for optimal tanning results.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Express Tan&trade; 1600-HT is perfect for your bedroom, bathroom, locker room, office or anywhere.<hr></td><td>&nbsp;</td></tr></table>	';

pitch2000 = '<table width="295" border="0" cellspacing="0" cellpadding="0"><tr><td width="26">&nbsp;</td><td align="center" class="ctboxtexttitleright">Express Tan&trade; 2000-HT</td><td width="26">&nbsp;</td></tr><tr><td>&nbsp;</td><td align="left" class="ctboxtext"><hr>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Our customers loved our 1600-HT model so much, they asked us to make a compact 20 bulb version of it with a faster 12-minute tan time.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The 2000-HT system outperforms competitive tanning systems that require 36 or more bulbs to achieve the same fast 12 minute tanning session time.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Powerful high output solid-state electronics, commercial quality bulbs and intense UV cross firing in the angular four corners of the interior creates faster tanning results with less bulbs.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The patented Wrap Around® design allows panels to be placed closer to the body for optimal tanning results.<hr></td><td>&nbsp;</td></tr></table>';

pitch3200 = '<table width="295" border="0" cellspacing="0" cellpadding="0"><tr><td width="26">&nbsp;</td><td align="center" class="ctboxtexttitleright">Express Tan&trade; 3200-HT</td><td width="26">&nbsp;</td></tr><tr><td>&nbsp;</td><td align="left" class="ctboxtext"><hr>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Experience one of the most efficient, economical systems with fast 13-minute maximum tanning sessions that also fits nicely in your home!<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The 3200-HT system outperforms competitive tanning systems that require 40 or more bulbs to achieve the same fast 13 minute tanning session time.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Powerful high output solid-state electronics, commercial quality bulbs and intense UV cross firing in the angular four corners of the interior creates faster tanning results with less bulbs.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Folds away to less than 3 sq. ft. It is perfect for your bedroom, bathroom, locker room, office or anywhere.<div align="center" style="font-weight:bold"><u>120 Volt<br>(Standard household current)<br>10\'ft power cord</u></div><hr></td><td>&nbsp;</td></tr></table>';



//<img src="/library/equip-new/content-boxes/accpg/light65kttl.jpg" height="21" width="140" border="0">
//	added from equipment.js										
function getswf(series,door,swatch) {
	series = series + 10;
	door = door + 20;
	
	// this is the function to return the big code to the page
	return (door + (swatch + ".swf"));
}

// end equipment.js
// added from equipment.html

function spotrollon (local) { //v1.1
	// this function is used for roll on events
	
	switch (local)
	{
		//
		case 11: if (local != current_system) {
			document.images['brn10ser'].src = "/library/equip-final/over/brn-10-ser.jpg";
			}
		break;
		case 12: if (local != current_system) {
			document.images['brn16ser'].src = "/library/equip-final/over/brn-16-ser.jpg";
			}
		break;
		case 13: if (local != current_system) {
			document.images['brn20ser'].src = "/library/equip-final/over/brn-20-ser.jpg";
			}
		break;
		case 14: if (local != current_system) {
			document.images['brn32ser'].src = "/library/equip-final/over/brn-32-ser.jpg";
			}
		break;
		case 21: if ((local != current_door) && (current_system != 11)) {
			document.images['n3drndunt'].src = "/library/equip-final/over/3d-rnd-unt.jpg";
			document.images['n3drndbtn'].src = "/library/equip-final/up/3d-rnd-btn.jpg";
			}
		break;
		case 22: if ((local != current_door) && (current_system != 11)) {
			document.images['mtlgrdunt'].src = "/library/equip-final/over/mtlgrd-unt.jpg";
			document.images['mtlgrdbtn'].src = "/library/equip-final/up/mtlgrd-btn.jpg";
			}
		break;
		case 23: if ((local != current_door) && (current_system != 11)) {
			document.images['wdsltunt'].src = "/library/equip-final/over/wdslt-unt.jpg";
			document.images['wdsltbtn'].src = "/library/equip-final/up/wdslt-btn.jpg";
			}
		break;
		case 24: if (local != current_door) {
			document.images['fltdrunit'].src = "/library/equip-final/over/fltdr-unit.jpg";
			document.images['fltdrbtn'].src = "/library/equip-final/up/fltdr-btn.jpg";
			}
		break;
		case 31: if (local != current_swatch) {
			document.images['swsctpmvw'].src ="/library/equip-new/swatches/box-template/swatches/sc-over-topmtvw.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sc-tpmvw.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">On The Summit</span>';			
			}
		break;
		case 32: if (local != current_swatch) {
			document.images['swscsnwpk'].src ="/library/equip-new/swatches/box-template/swatches/sc-over-mt.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sc-snwpk.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Snow Peak</span>';
			}
		break;
		case 33: if (local != current_swatch) {
			document.images['swscwtrfl'].src ="/library/equip-new/swatches/box-template/swatches/sc-over-wtrfl.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sc-wtrfl.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Jungle Falls</span>';
			}
		break;
		case 34: if (local != current_swatch) {
			document.images['swscdsrtrk'].src ="/library/equip-new/swatches/box-template/swatches/sc-over-drtrks.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sc-dsrtrk.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Painted Desert</span>';
			}
		break;
		case 35: if (local != current_swatch) {
			document.images['swscbch'].src ="/library/equip-new/swatches/box-template/swatches/sc-over-beach.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sc-bch.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Beach Escape</span>';
			}
		break;
		case 36: if (local != current_swatch) {
			document.images['swsctrs'].src ="/library/equip-new/swatches/box-template/swatches/sc-over-trees.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sc-trs.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Spring Meadows</span>';
			}
		break;
		case 41: if (local != current_swatch) {
			document.images['swabgrn'].src ="/library/equip-new/swatches/box-template/swatches/ab-over-green.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-ab-grn.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Green Leaf</span>';
			}
		break;
		case 42: if (local != current_swatch) {
			document.images['swabstar'].src ="/library/equip-new/swatches/box-template/swatches/ab-over-stbrt.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-ab-star.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Star Burst</span>';
			}
		break;
		case 43: if (local != current_swatch) {
			document.images['swabblylw'].src ="/library/equip-new/swatches/box-template/swatches/ab-over-bluegld.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-ab-blylw.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Blue Gold</span>';
			}
		break;
		case 44: if (local != current_swatch) {
			document.images['swabbluslvr'].src ="/library/equip-new/swatches/box-template/swatches/ab-over-slvrblue.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-ab-bluslvr.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Silver Gold</span>';
			}
		break;
		case 45: if (local != current_swatch) {
			document.images['swmulti'].src ="/library/equip-new/swatches/box-template/swatches/ab-over-multi.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-multi.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Multi Color</span>';
			}
		break;
		case 51: if (local != current_swatch) {
			document.images['swsldgrn'].src ="/library/equip-new/swatches/box-template/swatches/sld-over-green.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sld-grn.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Solid Lime</span>';
			}
		break;
		case 52: if (local != current_swatch) {
			document.images['swsldylw'].src ="/library/equip-new/swatches/box-template/swatches/sld-over-yellow.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sld-ylw.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Solid Lemon</span>';
			}
		break;
		case 53: if (local != current_swatch) {
			document.images['swsldltylw'].src ="/library/equip-new/swatches/box-template/swatches/sld-over-ltyellow.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sld-ltylw.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Light Lemon</span>';
			}
		break;
		case 54: if (local != current_swatch) {
			document.images['swsldwht'].src ="/library/equip-new/swatches/box-template/swatches/sld-over-white.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sld-wht.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Solid White</span>';
			}
		break;
		case 55: if (local != current_swatch) {
			document.images['swsldblk'].src ="/library/equip-new/swatches/box-template/swatches/sld-over-black.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sld-blk.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Solid Black</span>';
			}
		break;
		case 61: if (local != current_swatch) {
			document.images['swgradylw'].src ="/library/equip-new/swatches/box-template/swatches/grad-over-orgylw.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-grad-ylw.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Yellow Gradient</span>';
			}
		break;
		case 62: if (local != current_swatch) {
			document.images['swgradorg'].src ="/library/equip-new/swatches/box-template/swatches/grad-over-org.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-grad-org.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Orange Gradient</span>';
			}
		break;
		case 63: if (local != current_swatch) {
			document.images['swmeshm'].src ="/library/equip-final/over/sw-meshm.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-meshm.jpg";
			}
		break;
		case 71: if (local != current_swatch) {
			document.images['customizebtn'].src ="/library/equip-final/over/equip-final-over_r16_c25.jpg";
			}
		break;
		case 81: if (local != current_swatch) {
			document.images['swwdcast'].src ="/library/equip-new/swatches/box-template/swatches/wood-over-casoak.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-wd-castleoak.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Castle Oak</span>';
			}
		break;
		case 82: if (local != current_swatch) {
			document.images['swwdmaho'].src ="/library/equip-new/swatches/box-template/swatches/wood-over-mahogony.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-wd-mahogony.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Mahogony</span>';
			}
		break;
		case 83: if (local != current_swatch) {
			document.images['swwdstai'].src ="/library/equip-new/swatches/box-template/swatches/wood-up-stain.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-wd-stainable.jpg";
			document.getElementById("swtitle").innerHTML = '<span class="body1">Unfinished Stainable</span>';
			}
		break;


	}
}

blankedout = false;

function spotrollout (local) { //v1.1
	// this function is used for roll on events
	switch (local)
	{
		//
		case 11: if (local != current_system) {
			document.images['brn10ser'].src = "/library/equip-final/up/brn-10-ser.jpg";
			}
		break;
		case 12: if (local != current_system) {
			document.images['brn16ser'].src = "/library/equip-final/up/brn-16-ser.jpg";
			}
		break;
		case 13: if (local != current_system) {
			document.images['brn20ser'].src = "/library/equip-final/up/brn-20-ser.jpg";
			}
		break;
		case 14: if (local != current_system) {
			document.images['brn32ser'].src = "/library/equip-final/up/brn-32-ser.jpg";
			}
		break;
		case 21: if ((local != current_door) && (blankedout == false)) {
			document.images['n3drndunt'].src = "/library/equip-final/down/3d-rnd-unt.jpg";
			document.images['n3drndbtn'].src = "/library/equip-final/down/3d-rnd-btn.jpg";
			}
		break;
		case 22: if ((local != current_door) && (blankedout == false)) {
			document.images['mtlgrdunt'].src = "/library/equip-final/down/mtlgrd-unt.jpg";
			document.images['mtlgrdbtn'].src = "/library/equip-final/down/mtlgrd-btn.jpg";
			}
		break;
		case 23: if ((local != current_door) && (blankedout == false)) {
			document.images['wdsltunt'].src = "/library/equip-final/down/wdslt-unt.jpg";
			document.images['wdsltbtn'].src = "/library/equip-final/down/wdslt-btn.jpg";
			}
		break;
		case 24: if (local != current_door) {
			document.images['fltdrunit'].src = "/library/equip-final/down/fltdr-unit.jpg";
			document.images['fltdrbtn'].src = "/library/equip-final/down/fltdr-btn.jpg";
			}
		break;
		case 31: if (local != current_swatch) {
			document.images['swsctpmvw'].src ="/library/equip-new/swatches/box-template/swatches/sc-up-topmtvw.jpg";
			
			}
		break;
		case 32: if (local != current_swatch) {
			document.images['swscsnwpk'].src ="/library/equip-new/swatches/box-template/swatches/sc-up-mt.jpg";
			
			}
		break;
		case 33: if (local != current_swatch) {
			document.images['swscwtrfl'].src ="/library/equip-new/swatches/box-template/swatches/sc-up-wtrfl.jpg";
			
			
			}
		break;
		case 34: if (local != current_swatch) {
			document.images['swscdsrtrk'].src ="/library/equip-new/swatches/box-template/swatches/sc-up-drtrks.jpg";
			
			
			}
		break;
		case 35: if (local != current_swatch) {
			document.images['swscbch'].src ="/library/equip-new/swatches/box-template/swatches/sc-up-beach.jpg";
			
			
			}
		break;
		case 36: if (local != current_swatch) {
			document.images['swsctrs'].src ="/library/equip-new/swatches/box-template/swatches/sc-up-trees.jpg";
			
			}
		break;
		case 41: if (local != current_swatch) {
			document.images['swabgrn'].src ="/library/equip-new/swatches/box-template/swatches/ab-up-green.jpg";
			
			}
		break;
		case 42: if (local != current_swatch) {
			document.images['swabstar'].src ="/library/equip-new/swatches/box-template/swatches/ab-up-stbrt.jpg";
			
			}
		break;
		case 43: if (local != current_swatch) {
			document.images['swabblylw'].src = "/library/equip-new/swatches/box-template/swatches/ab-up-bluegld.jpg";
			
			}
		break;
		case 44: if (local != current_swatch) {
			document.images['swabbluslvr'].src ="/library/equip-new/swatches/box-template/swatches/ab-up-slvrblue.jpg";
			
			}
		break;
		case 45: if (local != current_swatch) {
			document.images['swmulti'].src ="/library/equip-new/swatches/box-template/swatches/ab-up-multi.jpg";
			
			}
		break;
		case 51: if (local != current_swatch) {
			document.images['swsldgrn'].src ="/library/equip-new/swatches/box-template/swatches/sld-up-green.jpg";
			
			}
		break;
		case 52: if (local != current_swatch) {
			document.images['swsldylw'].src ="/library/equip-new/swatches/box-template/swatches/sld-up-yellow.jpg";
			
			}
		break;
		case 53: if (local != current_swatch) {
			document.images['swsldltylw'].src ="/library/equip-new/swatches/box-template/swatches/sld-up-ltyellow.jpg";
			
			}
		break;
		case 54: if (local != current_swatch) {
			document.images['swsldwht'].src ="/library/equip-new/swatches/box-template/swatches/sld-up-white.jpg";
			
			}
		break;
		case 55: if (local != current_swatch) {
			document.images['swsldblk'].src ="/library/equip-new/swatches/box-template/swatches/sld-up-black.jpg";
			
			}
		break;
		case 61: if (local != current_swatch) {
			document.images['swgradylw'].src ="/library/equip-new/swatches/box-template/swatches/grad-up-orgylw.jpg";
			
			}
		break;
		case 62: if (local != current_swatch) {
			document.images['swgradorg'].src ="/library/equip-new/swatches/box-template/swatches/grad-up-org.jpg";
			
			}
		break;
		case 63: if (local != current_swatch) {
			document.images['swmeshm'].src ="/library/equip-final/down/sw-meshm.jpg";
			
			}
		break;
		case 71: if (local != current_swatch) {
			document.images['customizebtn'].src ="/library/equip-final/up/equip-final-up_r16_c25.jpg";
			}
		break;
		case 81: if (local != current_swatch) {
			document.images['swwdcast'].src ="/library/equip-new/swatches/box-template/swatches/wood-up-casoak.jpg";
			
			}
		break;
		case 82: if (local != current_swatch) {
			document.images['swwdmaho'].src ="/library/equip-new/swatches/box-template/swatches/wood-up-mahogony.jpg";
			
			}
		break;
		case 83: if (local != current_swatch) {
			document.images['swwdstai'].src ="/library/equip-new/swatches/box-template/swatches/wood-over-stain.jpg";
			
			}
		break;
	}
}


function spotclick (local) { //v1.1
	// this function is used for click on events
	if (current_door == 0) {
		choosedoor();
		return;
	};
	switch (local)
	{
		//
		case 11: if (local != current_system) {
			document.images['brn10ser'].src = "/library/equip-final/down/brn-10-ser.jpg";
			document.images['specinstrbox'].src = "/library/specbox1000series.png";
			temp = current_system;
			current_system = local;
			spotrollout(temp);
			setupswf();
			updatesysprvw(local);
			blank1k();
			}
		break;
		case 12: if (local != current_system) {
			unblank1k();
			document.images['brn16ser'].src = "/library/equip-final/down/brn-16-ser.jpg";
			document.images['specinstrbox'].src = "/library/specbox1600series.png";
			temp = current_system;
			current_system = local;
			spotrollout(temp);
			setupswf();
			updatesysprvw(local);
			}
		break;
		case 13: if (local != current_system) {
			unblank1k();		
			document.images['brn20ser'].src = "/library/equip-final/down/brn-20-ser.jpg";
			document.images['specinstrbox'].src = "/library/specbox2000series.png";
			temp = current_system;
			current_system = local;
			spotrollout(temp);
			setupswf();
			updatesysprvw(local);
			}
		break;
		case 14: if (local != current_system) {
			unblank1k();		
			document.images['brn32ser'].src = "/library/equip-final/down/brn-32-ser.jpg";
			document.images['specinstrbox'].src = "/library/specbox3200series.png";
			temp = current_system;
			current_system = local;
			spotrollout(temp);
			setupswf();
			updatesysprvw(local);
			}
		break;
		case 21: if (local != current_door) {
			document.images['n3drndunt'].src = "/library/equip-final/up/3d-rnd-unt.jpg";
			temp = current_door;
			current_door = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 22: if (local != current_door) {
			document.images['mtlgrdunt'].src = "/library/equip-final/up/mtlgrd-unt.jpg";
			temp = current_door;
			current_door = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 23: if (local != current_door) {
			document.images['wdsltunt'].src = "/library/equip-final/up/wdslt-unt.jpg";
			temp = current_door;
			current_door = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 24: if (local != current_door) {
			document.images['fltdrunit'].src = "/library/equip-final/up/fltdr-unit.jpg";
			temp = current_door;			
			current_door = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 31: if (local != current_swatch) {
			document.images['swsctpmvw'].src ="/library/equip-new/swatches/box-template/swatches/sc-over-topmtvw.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sc-tpmvw.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 32: if (local != current_swatch) {
			document.images['swscsnwpk'].src ="/library/equip-new/swatches/box-template/swatches/sc-over-mt.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sc-snwpk.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 33: if (local != current_swatch) {
			document.images['swscwtrfl'].src ="/library/equip-new/swatches/box-template/swatches/sc-over-wtrfl.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sc-wtrfl.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 34: if (local != current_swatch) {
			document.images['swscdsrtrk'].src ="/library/equip-new/swatches/box-template/swatches/sc-over-drtrks.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sc-dsrtrk.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 35: if (local != current_swatch) {
			document.images['swscbch'].src ="/library/equip-new/swatches/box-template/swatches/sc-over-beach.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sc-bch.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 36: if (local != current_swatch) {
			document.images['swsctrs'].src ="/library/equip-new/swatches/box-template/swatches/sc-over-trees.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sc-trs.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 41: if (local != current_swatch) {
			document.images['swabgrn'].src ="/library/equip-new/swatches/box-template/swatches/ab-over-green.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-ab-grn.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 42: if (local != current_swatch) {
			document.images['swabstar'].src ="/library/equip-new/swatches/box-template/swatches/ab-over-stbrt.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-ab-star.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 43: if (local != current_swatch) {
			document.images['swabblylw'].src ="/library/equip-new/swatches/box-template/swatches/ab-over-bluegld.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-ab-blylw.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 44: if (local != current_swatch) {
			document.images['swabbluslvr'].src ="/library/equip-new/swatches/box-template/swatches/ab-over-slvrblue.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-ab-bluslvr.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 45: if (local != current_swatch) {
			document.images['swmulti'].src ="/library/equip-new/swatches/box-template/swatches/ab-over-multi.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-multi.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 51: if (local != current_swatch) {
			document.images['swsldgrn'].src ="/library/equip-new/swatches/box-template/swatches/sld-over-green.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sld-grn.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 52: if (local != current_swatch) {
			document.images['swsldylw'].src ="/library/equip-new/swatches/box-template/swatches/sld-over-yellow.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sld-ylw.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 53: if (local != current_swatch) {
			document.images['swsldltylw'].src ="/library/equip-new/swatches/box-template/swatches/sld-over-ltyellow.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sld-ltylw.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 54: if (local != current_swatch) {
			document.images['swsldwht'].src ="/library/equip-new/swatches/box-template/swatches/sld-over-white.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sld-wht.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 55: if (local != current_swatch) {
			document.images['swsldblk'].src ="/library/equip-new/swatches/box-template/swatches/sld-over-black.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-sld-blk.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 61: if (local != current_swatch) {
			document.images['swgradylw'].src ="/library/equip-new/swatches/box-template/swatches/grad-over-orgylw.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-grad-ylw.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 62: if (local != current_swatch) {
			document.images['swgradorg'].src ="/library/equip-new/swatches/box-template/swatches/grad-over-org.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-grad-org.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 63: if (local != current_swatch) {
			document.images['swmeshm'].src ="/library/equip-final/up/sw-meshm.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-meshm.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 71: {
			document.images['customizebtn'].src ="/library/equip-final/down/equip-final-down_r16_c25.jpg";
			sendtoaccasp();
			};
		break;
		case 81: if (local != current_swatch) {
			document.images['swwdcast'].src ="/library/equip-new/swatches/box-template/swatches/wood-over-casoak.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-wd-castleoak.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 82: if (local != current_swatch) {
			document.images['swwdmaho'].src ="/library/equip-new/swatches/box-template/swatches/wood-over-mahogony.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-wood-mahogony.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
		case 83: if (local != current_swatch) {
			document.images['swwdstai'].src ="/library/equip-new/swatches/box-template/swatches/wood-over-casoak.jpg";
			document.images['thumblg'].src = "/library/equip-final/up/lg-thumbs/sw-wood-stainable.jpg";
			temp = current_swatch;
			current_swatch = local;
			spotrollout(temp);
			setupswf();
			}
		break;
	};
};

function setupswf() {
  if (current_swatch != 0) 	document.getElementById("sys_top_content").innerHTML = '<table class="systable1a" width="544" border="0" cellspacing="0" cellpadding="0"><tr><td width="386"><IMG id="nva2fwdtxt" SRC="/library/page-images/systems/newnav/pg2-forward-txt.jpg" WIDTH="386" HEIGHT="44" BORDER="0" ALT=""></td><td><IMG id="nav2forward" onMouseOver="navbtnswapin(2)" onMouseOut="navbtnswapout(2)" onClick="switchpage(3)" SRC="/library/page-images/systems/newnav/pg2-forward-up.jpg" WIDTH="170" HEIGHT="44" BORDER="0" ALT=""></td></tr></table>';
	if (current_system == 1) {
    document.getElementById("swfcell").innerHTML = '<img  width="202" height="335" border="0" id="unitani" src="/library/equip-final/1000units/'+current_swatch+'.png"/>';
  } else {
    bradybunch = '..//flash//' + getswf(current_system,current_door,current_swatch);
	/*	document.getElementById("swfcell").innerHTML = bradybunch;*/
	document.getElementById("swfcell").innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="202" height="335" id="2131" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="'+bradybunch+'" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="'+bradybunch+'" quality="high" wmode="transparent" bgcolor="#ffffff" width="202" height="335" name="2131" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
	
  }
}

// end added from equipment.html
