url = "http://www.remingtonpowertools.com/";

function header()
{	document.writeln("<table border=0 width='815px' cellpadding=0 cellspacing=0>");
	document.writeln("	<tr><td style='padding-bottom:3px;' valign='bottom'><img border='0' src='images/motto.gif'></td>");
	document.writeln("		<td><img border=0 src='images/spacer.gif' width='227px' height='1px'></td>");
	document.writeln("		<td style='padding-bottom:3px;'><a href='http://www.remingtonpowertools.com/'><img ");
	document.writeln("			border=0 src='images/subpage_logo.gif'></a></td>");
	document.writeln("		<td valign='top'><img border=0 src='images/reg.gif'></td></tr>");
	document.writeln("</table>");
}

function oldheader()
{	document.writeln("<table border=0 width='815px' cellpadding=0 cellspacing=0>");
	document.writeln("	<tr><td style='padding-bottom:3px;' valign='bottom'><img border='0' src='images/motto.gif'></td>");
	document.writeln("		<td><img border=0 src='images/spacer.gif' width='30px' height='1px'></td>");
	document.writeln("		<td valign='bottom'><img border=0 src='images/free_shipping_tab.gif' width='161px'></td>");
	document.writeln("		<td><img border=0 src='images/spacer.gif' width='36px' height='1px'></td>");
	document.writeln("		<td style='padding-bottom:3px;'><a href='http://www.remingtonpowertools.com/'><img ");
	document.writeln("			border=0 src='images/subpage_logo.gif'></a></td>");
	document.writeln("		<td valign='top'><img border=0 src='images/reg.gif'></td></tr>");
	document.writeln("</table>");
}

function print_menu(page)
{	// I've made a couple changes over time to the menu, and this will make my life a little easier
	// To determine the new cell widths, substitute "+(tcwid[#]+spacing)+" for the width, incrementing
	// as you go down.  Adjust the spacing to taste, then use Firefox to get the absolute widths.
	tcwid = new Array(60, 118, 77, 141, 84, 79, 34, 30);
	// Unused - 79, 34, 
	spacing = 22;
	extraspace = 815 - (605 + (spacing * 8));
	
	document.writeln("<table border=0 width='815px' height='55px' background='images/navbar_bg.gif' cellpadding=0 cellspacing=0>");
	document.writeln("	<tr><td><img border=0 src='images/spacer.gif' height='1px' width='"+(tcwid[0]+spacing)+"px'></td>");
	document.writeln("		<td rowspan=2><img border=0 src='images/navbar_sep.gif'></td>");
	document.writeln("		<td><img border=0 src='images/spacer.gif' height='1px' width='"+(tcwid[1]+spacing)+"px'></td>");
	document.writeln("		<td rowspan=2><img border=0 src='images/navbar_sep.gif'></td>");
	document.writeln("		<td><img border=0 src='images/spacer.gif' height='1px' width='"+(tcwid[2]+spacing)+"px'></td>");
	document.writeln("		<td rowspan=2><img border=0 src='images/navbar_sep.gif'></td>");
	document.writeln("		<td><img border=0 src='images/spacer.gif' height='1px' width='"+(tcwid[3]+spacing)+"px'></td>");
	document.writeln("		<td rowspan=2><img border=0 src='images/navbar_sep.gif'></td>");
	document.writeln("		<td><img border=0 src='images/spacer.gif' height='1px' width='"+(tcwid[4]+spacing)+"px'></td>");
	document.writeln("		<td rowspan=2><img border=0 src='images/navbar_sep.gif'></td>");
	//document.writeln("		<td><img border=0 src='images/spacer.gif' height='1px' width='"+(tcwid[5]+spacing)+"px'></td>");
	//document.writeln("		<td rowspan=2><img border=0 src='images/navbar_sep.gif'></td>");
	//document.writeln("		<td><img border=0 src='images/spacer.gif' height='1px' width='"+(tcwid[6]+spacing)+"px'></td>");
	//document.writeln("		<td rowspan=2><img border=0 src='images/navbar_sep.gif'></td>");
	document.writeln("		<td><img border=0 src='images/spacer.gif' height='1px' width='"+(tcwid[7]+spacing)+"px'></td>");
	//document.writeln("		<td rowspan=2><img border=0 src='images/spacer.gif' height='1px' width='2px'></td></tr>");
	document.writeln("		<td rowspan=2><img border=0 src='images/spacer.gif' height='1px' width='36px'></td></tr>");
	document.writeln("	<tr>");

	// Products Page
	if (page == 0)
		{ document.writeln("		<td height='54px' align='center' class='nav_on'>PRODUCTS</td>"); }
	else
		{ document.writeln("		<td height='54px' align='center'><a href='"+url+"products_main.cgi' class='nav'>PRODUCTS</a></td>"); }
	
	// Customer Support Page
	if (page == 1)
		{ document.writeln("		<td height='54px' align='center' class='nav_on'>CUSTOMER SUPPORT</td>"); }
	else
		{ document.writeln("		<td height='54px' align='center'><a rel='nofollow' href='"+url+"support.cgi' class='nav'>CUSTOMER SUPPORT</a></td>"); }
	
	// Environment Page
	if (page == 2)
		{ document.writeln("		<td height='54px' align='center' class='nav_on'>ENVIRONMENT</td>"); }
	else
		{ document.writeln("		<td height='54px' align='center'><a rel='nofollow' href='"+url+"environment.cgi' class='nav'>ENVIRONMENT</a></td>"); }
	
	// Product Registration Page
	if (page == 3)
		{ document.writeln("		<td height='54px' align='center' class='nav_on'>PRODUCT REGISTRATION</td>"); }
	else
		{ document.writeln("		<td height='54px' align='center'><a rel='nofollow' href='"+url+"product_reg.cgi' class='nav'>PRODUCT REGISTRATION</a></td>"); }
	
	// Contact Page
	if (page == 4)
		{ document.writeln("		<td height='54px' align='center' class='nav_on'>WHERE TO BUY</td>"); }
	else
		{ document.writeln("		<td height='54px' align='center'><a rel='nofollow' href='"+url+"wheretobuy.htm' class='nav'>WHERE TO BUY</a></td>"); }
	
	// News Page
/*	if (page == 5)
		{ document.writeln("		<td height='54px' align='center' class='nav_on'>MEDIA CENTER</td>"); }
	else
		{ document.writeln("		<td height='54px' align='center'><a rel='nofollow' href='"+url+"headlines.cgi' class='nav'>MEDIA CENTER</a></td>"); }
*/
	// Service Centers Page
/*	if (page == 6)
		{ document.writeln("		<td height='54px' align='center' class='nav_on'>PARTS</td>"); }
	else
		{ document.writeln("		<td height='54px' align='center'><a href='products.cgi?cat=11' class='nav'>PARTS</a></td>"); }
*/	
	// Home Page
	document.writeln("		<td height='54px' align='center'><a href='http://www.remingtonpowertools.com' class='nav'>HOME</a></td></tr>");
	document.writeln("</table>");
}

function print_sidemenu()
// Cause eventually we'll need to update these links and I'm a lazy bum :-D
{	// Table start and search box
	document.writeln("<table border=0 width='177px' cellpadding=0 cellspacing=0>");
	document.writeln("	<tr><td><img src='images/spacer.gif' border=0 height='10px'></td></tr>");
	
	// This checks the cart cookie
/*	var ca = document.cookie.split(';');
	var cartcount = 0;
	var nameEQ = "itemcount=";
	for(var i=0;i < ca.length;i++)
	{	var c = ca[i];
		while (c.charAt(0)==' ') c = c.substring(1,c.length);
		if (c.indexOf(nameEQ) == 0) { cartcount = c.substring(nameEQ.length,c.length); }
	}
	if (cartcount == 0)
	{	document.writeln("	<tr><td style='padding-left:10px;'><a rel='nofollow' href='"+url+"cart.cgi'>");
		document.writeln("			<img src='images/shopcart.gif' border=0></a></td></tr>");
	} else {
		plural = "";
		if (cartcount > 1) { plural = "s"; }
		document.writeln("	<tr><td><table border=0 width='177px' cellpadding=0 cellspacing=0>");
		document.writeln("				<tr><td width='50px' style='padding-left:10px;'><a rel='nofollow' href='"+url+"cart.cgi'>");
		document.writeln("							<img src='images/shopcart_over.gif' border=0></a></td>");
		document.writeln("					<td><table border=0 width='127px' cellpadding=0 cellspacing=0>");
		document.writeln("							<tr><td style='font:11px Tahoma; color:#999999;'>");
		document.writeln("									<u>"+cartcount+"</u> item"+plural+" in cart</td></tr>");
		document.writeln("							<tr><td><a rel='nofollow' href='"+url+"cart.cgi' style='font:11px Tahoma; color:#ed7b23; ");
		document.writeln("									text-decoration:none;'>Proceed to cart <img border='0' ");
		document.writeln("									src='images/cart_button.gif'></a></td></tr>");
		document.writeln("						</table></td></tr>");
		document.writeln("			</table></td></tr>");
	}
*/
	
	
	document.writeln("	<tr><td><img src='images/spacer.gif' border=0 height='5px'></td></tr>");
	document.writeln("	<tr><td><table border=0 width='177px' cellpadding=0 cellspacing=0>");
	document.writeln("				<form action='"+url+"search.cgi' name='searchform' method='post'>");
	document.writeln("				<tr><td style='padding-left:10px;'><input type='text' size=22 name='search' ");
	document.writeln("						style='font:11px Verdana; color:#999999;' onfocus=\"this.value=''\"");
	document.writeln("						value='Search' onchange='this.searchform.submit();'></td></tr>");
	document.writeln("				<tr><td style='padding-right:20px;' align='right'><a style='color:#999999; font:10px Verdana; ");
	document.writeln("						text-decoration:none;' href='javascript:document.searchform.submit()'>Go</a></td></tr>"); 
	document.writeln("			</form></table></td></tr>");
//	document.writeln("	<tr><td onmouseover=\"this.className='subnavcell_o';\" onmouseout=\"this.className='subnavcell';\" ");
//	document.writeln("			class='subnavcell'><a class='subnav' rel='nofollow' href='"+url+"user_tool_shed.cgi'>User Login</a></td></tr>");
	document.writeln("	<tr><td><img src='images/spacer.gif' border=0 height='5px'></td></tr>");

	// Shop Online column
	document.writeln("	<tr><td class='subnav_title_bg'><a href='"+url+"products_main.cgi' class='subnav_title'>Products</a></td></tr>");
	document.writeln("	<tr><td><img src='images/spacer.gif' border=0 height='3px'></td></tr>");
	document.writeln("	<tr><td onmouseover=\"this.className='subnavcell_o';\" onmouseout=\"this.className='subnavcell';\" ");
	document.writeln("			class='subnavcell'><a class='subnav' href='"+url+"products.cgi?cat=9'>Accessories</a></td></tr>");
	document.writeln("	<tr><td onmouseover=\"this.className='subnavcell_o';\" onmouseout=\"this.className='subnavcell';\" ");
	document.writeln("			class='subnavcell'><a class='subnav' href='"+url+"products.cgi?cat=5'>Blower/Vacs</a></td></tr>");
	document.writeln("	<tr><td onmouseover=\"this.className='subnavcell_o';\" onmouseout=\"this.className='subnavcell';\" ");
	document.writeln("			class='subnavcell'><a class='subnav' href='"+url+"products.cgi?cat=1'>Chain Saws</a></td></tr>");
//	document.writeln("	<tr><td onmouseover=\"this.className='subnavcell_o';\" onmouseout=\"this.className='subnavcell';\" ");
//	document.writeln("			class='subnavcell'><a class='subnav' href='"+url+"products.cgi?cat=8'>Edger</a></td></tr>");
	document.writeln("	<tr><td onmouseover=\"this.className='subnavcell_o';\" onmouseout=\"this.className='subnavcell';\" ");
	document.writeln("			class='subnavcell'><a class='subnav' href='"+url+"products.cgi?cat=3'>Hedge Trimmers</a></td></tr>");
	document.writeln("	<tr><td onmouseover=\"this.className='subnavcell_o';\" onmouseout=\"this.className='subnavcell';\" ");
	document.writeln("			class='subnavcell'><a class='subnav' href='"+url+"products.cgi?cat=0'>Lawn Mowers</a></td></tr>");
	document.writeln("	<tr><td onmouseover=\"this.className='subnavcell_o';\" onmouseout=\"this.className='subnavcell';\" ");
//	document.writeln("			class='subnavcell'><a class='subnav' href='"+url+"products.cgi?cat=11'>Parts</a></td></tr>");
//	document.writeln("	<tr><td onmouseover=\"this.className='subnavcell_o';\" onmouseout=\"this.className='subnavcell';\" ");
	document.writeln("			class='subnavcell'><a class='subnav' href='"+url+"products.cgi?cat=7'>Polesaws</a></td></tr>");
	document.writeln("	<tr><td onmouseover=\"this.className='subnavcell_o';\" onmouseout=\"this.className='subnavcell';\" ");
//	document.writeln("			class='subnavcell'><a class='subnav' href='"+url+"products.cgi?cat=10'>Pre-Owned</a></td></tr>");
//	document.writeln("	<tr><td onmouseover=\"this.className='subnavcell_o';\" onmouseout=\"this.className='subnavcell';\" ");
	document.writeln("			class='subnavcell'><a class='subnav' href='"+url+"products.cgi?cat=6'>Shears & Shrubbers</a></td></tr>");
	document.writeln("	<tr><td onmouseover=\"this.className='subnavcell_o';\" onmouseout=\"this.className='subnavcell';\" ");
	document.writeln("			class='subnavcell'><a class='subnav' href='"+url+"products.cgi?cat=4'>String Trimmers</a></td></tr>");
	document.writeln("	<tr><td onmouseover=\"this.className='subnavcell_o';\" onmouseout=\"this.className='subnavcell';\" ");
	document.writeln("			class='subnavcell'><a class='subnav' href='"+url+"products.cgi?cat=2'>Tillers</a></td></tr>");
	document.writeln("	<tr><td onmouseover=\"this.className='subnavcell_o';\" onmouseout=\"this.className='subnavcell';\" ");
	document.writeln("			class='subnavcell'><a class='subnav' href='"+url+"products2.cgi?cat=c'>Cordless</a></td></tr>");
	document.writeln("	<tr><td><img src='images/spacer.gif' border=0 height='3px'></td></tr>");

	// New shiny products (smell not included)
	document.writeln("	<tr><td class='subnav_title_bg'><a href='"+url+"products2.cgi?cat=n' class='subnav_title'>New Products</a></td></tr>");
	document.writeln("	<tr><td><img src='images/spacer.gif' border=0 height='10px'></td></tr>");

	// Ad space (for rent)
	ad_buttons();
	document.writeln("	<tr><td height='100%'></td></tr>");
	document.writeln("</table>");
}

function print_bottommenu()
// make changes easy
{
	document.writeln("	<tr><td align='center'><a href='"+url+"sitemap.htm' class='prodlink'>Sitemap</a></td></tr>");
/*
	document.writeln("	<tr><td><table border=0 width='815px' cellpadding=0 cellspacing=0>");
	document.writeln("				<tr><td><img border=0 src='images/spacer.gif' width='343px' height='10px'></td>");
	document.writeln("					<td width='58px' align='center'><a rel='nofollow' href='http://www.desaint.com' ");
	document.writeln("							class='prodlink'>Corporate</a></td>");
	document.writeln("					<td><img width='20px' height='10px' border=0 src='images/spacer.gif'></td>");
	document.writeln("					<td width='151px' align='center'><a rel='nofollow' href='http://desaint.com/employment.htm' ");
	document.writeln("							class='prodlink'>Employment Opportunities</a></td>");
	document.writeln("					<td><img width='20px' height='10px' border=0 src='images/spacer.gif'></td>");
	document.writeln("					<td width='55px' align='center'><a rel='nofollow' href='http://desaint.com/locations.htm' ");
	document.writeln("							class='prodlink'>Locations</a></td>");
	document.writeln("					<td><img width='20px' height='10px' border=0 src='images/spacer.gif'></td>");
	document.writeln("					<td width='44px' align='center'><a rel='nofollow' href='"+url+"contactus.htm' ");
	document.writeln("							class='prodlink'>Contact</a></td>");
	document.writeln("					<td><img width='20px' height='10px' border=0 src='images/spacer.gif'></td>");
	document.writeln("					<td width='49px' align='center'><a href='"+url+"sitemap.htm' ");
	document.writeln("							class='prodlink'>Sitemap</a></td>");
	document.writeln("					<td><img border=0 src='images/spacer.gif' width='343px' height='10px'></td></tr>");
	document.writeln("			</table></td></tr>");
*/

}

function ad_buttons()
// Cause I'm fed up with having to change them everywhere all the time
{
	document.writeln("	<tr><td><a rel='nofollow' href='"+url+"prod_demos.cgi'><img border=0 src='images/ad_productdemo.gif'></a></td></tr>");
//	document.writeln("	<tr><td><a rel='nofollow' href='"+url+"tv_comm.cgi'><img border=0 src='images/ad_tvcommercials.gif'></a></td></tr>");
//	document.writeln("	<tr><td><a href='"+url+"products2.cgi?cat=s'><img border=0 src='images/ad_onlinespecials.gif'></a></td></tr>");
}

function tvspot_popup(file)
// Opens a new window for the tv commercial
{
	tvwindow = window.open(""+url+"tv_ad_player.cgi?file="+file, "tvwin", "width=650,height=490");
}

function demowin(link)
	{ demowindow = window.open(link, "demowin", "width=630,height=530"); }

function imgwin(link)
	{ demowindow = window.open(url+"data/images/upload/"+link+"", "demowin", "toolbar=no, location=no, directories=no, menubar=no"); }

function family_brand()
{	return;
	document.writeln("<table border='0' width='95%' id='table10' cellspacing='0' cellpadding='0'>");
	document.writeln("	<tr><td align='center'>");
	document.writeln("			<table id='table11' width='783' height='90' border='0' cellpadding='0' cellspacing='0'>");
	document.writeln("				<tr><td colspan='25'><img src='brands/images/brands_01.gif' width='782' height='21' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='21' alt=''></td></tr>");
	document.writeln("				<tr><td colspan='18'><img src='brands/images/brands_02.gif' width='598' height='3' alt=''></td>");
	document.writeln("					<td colspan='2' rowspan='7'><a target='_blank' rel='nofollow' href='http://www.hearthside-designs.com/'");
	document.writeln("						onmouseover=\"changeImages('brands_HearthSide_Designs', 'images/brands_HearthSide-Designs-o.gif'); return true;\"");
	document.writeln("						onmouseout=\"changeImages('brands_HearthSide_Designs', 'images/brands_HearthSide-Designs.gif'); return true;\"");
	document.writeln("						onmousedown=\"changeImages('brands_HearthSide_Designs', 'images/brands_HearthSide-Designs-o.gif'); return true;\"");
	document.writeln("						onmouseup=\"changeImages('brands_HearthSide_Designs', 'images/brands_HearthSide-Designs-o.gif'); return true;\">");
	document.writeln("						<img name='brands_HearthSide_Designs' src='brands/images/brands_HearthSide-Designs.gif' width='54' height='18' border='0' alt=''></a></td>");
	document.writeln("					<td colspan='5'><img src='brands/images/brands_04.gif' width='130' height='3' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='3' alt=''></td></tr>");
	document.writeln("				<tr><td colspan='2' rowspan='11'><img src='brands/images/brands_05.gif' width='33' height='26' alt=''></td>");
	document.writeln("					<td rowspan='6'><a target='_blank' rel='nofollow' href='http://www.desa.com/power/powerfast.shtml'");
	document.writeln("						onmouseover=\"changeImages('brands_PowerFast', 'images/brands_PowerFast-over.gif'); return true;\"");
	document.writeln("						onmouseout=\"changeImages('brands_PowerFast', 'images/brands_PowerFast.gif'); return true;\"");
	document.writeln("						onmousedown=\"changeImages('brands_PowerFast', 'images/brands_PowerFast-over.gif'); return true;\"");
	document.writeln("						onmouseup=\"changeImages('brands_PowerFast', 'images/brands_PowerFast-over.gif'); return true;\">");
	document.writeln("						<img name='brands_PowerFast' src='brands/images/brands_PowerFast.gif' width='56' height='15' border='0' alt=''></a></td>");
	document.writeln("					<td colspan='12'><img src='brands/images/brands_07.gif' width='405' height='1' alt=''></td>");
	document.writeln("					<td colspan='2' rowspan='7'><a target='_blank' rel='nofollow' href='http://www.reddyheat.com/'");
	document.writeln("						onmouseover=\"changeImages('brands_Reddy_Heater', 'images/brands_Reddy-Heater-over.gif'); return true;\"");
	document.writeln("						onmouseout=\"changeImages('brands_Reddy_Heater', 'images/brands_Reddy-Heater.gif'); return true;\"");
	document.writeln("						onmousedown=\"changeImages('brands_Reddy_Heater', 'images/brands_Reddy-Heater-over.gif'); return true;\"");
	document.writeln("						onmouseup=\"changeImages('brands_Reddy_Heater', 'images/brands_Reddy-Heater-over.gif'); return true;\">");
	document.writeln("						<img name='brands_Reddy_Heater' src='brands/images/brands_Reddy-Heater.gif' width='78' height='16' border='0' alt=''></a></td>");
	document.writeln("					<td rowspan='19'><img src='brands/images/brands_09.gif' width='26' height='65' alt=''></td>");
	document.writeln("					<td colspan='2' rowspan='8'><img src='brands/images/brands_10.gif' width='26' height='17' alt=''></td>");
	document.writeln("					<td colspan='2' rowspan='3'><a target='_blank' rel='nofollow' href='http://www.allpro-heaters.com/'");
	document.writeln("						onmouseover=\"changeImages('brands_AllPro', 'images/brands_AllPro-over.gif'); return true;\"");
	document.writeln("						onmouseout=\"changeImages('brands_AllPro', 'images/brands_AllPro.gif'); return true;\"");
	document.writeln("						onmousedown=\"changeImages('brands_AllPro', 'images/brands_AllPro-over.gif'); return true;\"");
	document.writeln("						onmouseup=\"changeImages('brands_AllPro', 'images/brands_AllPro-over.gif'); return true;\">");
	document.writeln("						<img name='brands_AllPro' src='brands/images/brands_AllPro.gif' width='74' height='11' border='0' alt=''></a></td>");
	document.writeln("					<td rowspan='19'><img src='brands/images/brands_12.gif' width='30' height='65' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='1' alt=''></td></tr>");
	document.writeln("				<tr><td colspan='5'>");
	document.writeln("						<img src='brands/images/brands_13.gif' width='123' height='3' alt=''></td>");
	document.writeln("					<td colspan='3' rowspan='6'>");
	document.writeln("						<a target='_blank' rel='nofollow' href='http://12.153.20.71/glowarm/index.html'");
	document.writeln("							onmouseover=\"changeImages('brands_Glo_Warm', 'images/brands_Glo-Warm-over.gif'); return true;\"");
	document.writeln("							onmouseout=\"changeImages('brands_Glo_Warm', 'images/brands_Glo-Warm.gif'); return true;\"");
	document.writeln("							onmousedown=\"changeImages('brands_Glo_Warm', 'images/brands_Glo-Warm-over.gif'); return true;\"");
	document.writeln("							onmouseup=\"changeImages('brands_Glo_Warm', 'images/brands_Glo-Warm-over.gif'); return true;\">");
	document.writeln("							<img name='brands_Glo_Warm' src='brands/images/brands_Glo-Warm.gif' width='66' height='15' border='0' alt=''></a></td>");
	document.writeln("					<td colspan='2' rowspan='9'>");
	document.writeln("						<img src='brands/images/brands_15.gif' width='66' height='21' alt=''></td>");
	document.writeln("					<td rowspan='8'>");
	document.writeln("						<a target='_blank' rel='nofollow' href='http://www.desaint.com/'");
	document.writeln("							onmouseover=\"changeImages('brands_DESA', 'images/brands_DESA-over.gif'); return true;\"");
	document.writeln("							onmouseout=\"changeImages('brands_DESA', 'images/brands_DESA.gif'); return true;\"");
	document.writeln("							onmousedown=\"changeImages('brands_DESA', 'images/brands_DESA-over.gif'); return true;\"");
	document.writeln("							onmouseup=\"changeImages('brands_DESA', 'images/brands_DESA-over.gif'); return true;\">");
	document.writeln("							<img name='brands_DESA' src='brands/images/brands_DESA.gif' width='98' height='17' border='0' alt=''></a></td>");
	document.writeln("					<td rowspan='18'><img src='brands/images/brands_17.gif' width='52' height='64' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='3' alt=''></td></tr>");
	document.writeln("				<tr><td colspan='2' rowspan='9'><img src='brands/images/brands_18.gif' width='28' height='22' alt=''></td>");
	document.writeln("					<td colspan='2' rowspan='2'><a target='_blank' rel='nofollow' href='http://www.desamasterheater.com/'");
	document.writeln("						onmouseover=\"changeImages('brands_Master', 'images/brands_Master-over.gif'); return true;\"");
	document.writeln("						onmouseout=\"changeImages('brands_Master', 'images/brands_Master.gif'); return true;\"");
	document.writeln("						onmousedown=\"changeImages('brands_Master', 'images/brands_Master-over.gif'); return true;\"");
	document.writeln("						onmouseup=\"changeImages('brands_Master', 'images/brands_Master-over.gif'); return true;\">");
	document.writeln("						<img name='brands_Master' src='brands/images/brands_Master.gif' width='66' height='9' border='0' alt=''></a></td>");
	document.writeln("					<td rowspan='10'><img src='brands/images/brands_20.gif' width='29' height='24' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='7' alt=''></td></tr>");
	document.writeln("				<tr><td colspan='2' rowspan='2'><img src='brands/images/brands_21.gif' width='74' height='3' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='2' alt=''></td></tr>");
	document.writeln("				<tr><td colspan='2' rowspan='8'><img src='brands/images/brands_22.gif' width='66' height='15' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='1' alt=''></td></tr>");
	document.writeln("				<tr><td rowspan='14'><img src='brands/images/brands_23.gif' width='23' height='51' alt=''></td>");
	document.writeln("					<td rowspan='12'><a target='_blank' rel='nofollow' href='http://www.innovationonfire.com/index.htm'");
	document.writeln("						onmouseover=\"changeImages('brands_Design_Dynamics', 'images/brands_Design-Dynamics-over.gif'); return true;\"");
	document.writeln("						onmouseout=\"changeImages('brands_Design_Dynamics', 'images/brands_Design-Dynamics.gif'); return true;\"");
	document.writeln("						onmousedown=\"changeImages('brands_Design_Dynamics', 'images/brands_Design-Dynamics-over.gif'); return true;\"");
	document.writeln("						onmouseup=\"changeImages('brands_Design_Dynamics', 'images/brands_Design-Dynamics-over.gif'); return true;\">");
	document.writeln("						<img name='brands_Design_Dynamics' src='brands/images/brands_Design-Dynamics.gif' width='51' height='29' border='0' alt=''></a></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='1' alt=''></td></tr>");
	document.writeln("				<tr><td rowspan='5'><img src='brands/images/brands_25.gif' width='56' height='11' alt=''></td>");
	document.writeln("					<td colspan='2' rowspan='2'><img src='brands/images/brands_26.gif' width='54' height='2' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='1' alt=''></td></tr>");
	document.writeln("				<tr><td colspan='3' rowspan='3'><img src='brands/images/brands_27.gif' width='66' height='6' alt=''></td>");
	document.writeln("					<td colspan='2' rowspan='4'><img src='brands/images/brands_28.gif' width='78' height='10' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='1' alt=''></td></tr>");
	document.writeln("				<tr><td rowspan='11'><img src='brands/images/brands_29.gif' width='11' height='48' alt=''></td>");
	document.writeln("					<td colspan='2' rowspan='10'><a target='_blank' rel='nofollow' href='http://www.aboutoutdoorleisure.com/'");
	document.writeln("						onmouseover=\"changeImages('brands_Oudoor_Leisure', 'images/brands_Oudoor-Leisure-over.gif'); return true;\"");
	document.writeln("						onmouseout=\"changeImages('brands_Oudoor_Leisure', 'images/brands_Oudoor-Leisure.gif'); return true;\"");
	document.writeln("						onmousedown=\"changeImages('brands_Oudoor_Leisure', 'images/brands_Oudoor-Leisure-over.gif'); return true;\"");
	document.writeln("						onmouseup=\"changeImages('brands_Oudoor_Leisure', 'images/brands_Oudoor-Leisure-over.gif'); return true;\">");
	document.writeln("						<img name='brands_Oudoor_Leisure' src='brands/images/brands_Oudoor-Leisure.gif' width='55' height='27' border='0' alt=''></a></td>");
	document.writeln("					<td rowspan='11'><img src='brands/images/brands_31.gif' width='14' height='48' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='1' alt=''></td></tr>");
	document.writeln("				<tr><td rowspan='10'><img src='brands/images/brands_32.gif' width='98' height='47' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='4' alt=''></td></tr>");
	document.writeln("				<tr><td colspan='2' rowspan='2'><img src='brands/images/brands_33.gif' width='31' height='6' alt=''></td>");
	document.writeln("					<td colspan='2' rowspan='5'><a target='_blank' rel='nofollow' href='http://www.fmifireplace.com/'");
	document.writeln("						onmouseover=\"changeImages('brands_FMI', 'images/brands_FMI-over.gif'); return true;\"");
	document.writeln("						onmouseout=\"changeImages('brands_FMI', 'images/brands_FMI.gif'); return true;\"");
	document.writeln("						onmousedown=\"changeImages('brands_FMI', 'images/brands_FMI-over.gif'); return true;\"");
	document.writeln("						onmouseup=\"changeImages('brands_FMI', 'images/brands_FMI-over.gif'); return true;\">");
	document.writeln("						<img name='brands_FMI' src='brands/images/brands_FMI.gif' width='41' height='19' border='0' alt=''></a></td>");
	document.writeln("					<td rowspan='9'><img src='brands/images/brands_35.gif' width='60' height='43' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='4' alt=''></td></tr>");
	document.writeln("				<tr><td rowspan='8'><img src='brands/images/brands_36.gif' width='30' height='39' alt=''></td>");
	document.writeln("					<td colspan='3' rowspan='5'><a rel='nofollow' href='http://www.comfortglowheat.com/'");
	document.writeln("						onmouseover=\"changeImages('brands_Comfort_Glow', 'images/brands_Comfort-Glow-over.gif'); return true;\"");
	document.writeln("						onmouseout=\"changeImages('brands_Comfort_Glow', 'images/brands_Comfort-Glow.gif'); return true;\"");
	document.writeln("						onmousedown=\"changeImages('brands_Comfort_Glow', 'images/brands_Comfort-Glow-over.gif'); return true;\"");
	document.writeln("						onmouseup=\"changeImages('brands_Comfort_Glow', 'images/brands_Comfort-Glow-over.gif'); return true;\">");
	document.writeln("						<img name='brands_Comfort_Glow' src='brands/images/brands_Comfort-Glow.gif' width='74' height='16' border='0' alt=''></a></td>");
	document.writeln("					<td rowspan='8'><img src='brands/images/brands_38.gif' width='13' height='39' alt=''></td>");
	document.writeln("					<td rowspan='8'><img src='brands/images/brands_39.gif' width='20' height='39' alt=''></td>");
	document.writeln("					<td rowspan='2'><a target='_blank' rel='nofollow' href='http://www.vanguardheat.com/'");
	document.writeln("						onmouseover=\"changeImages('brands_Vanguard', 'images/brands_Vanguard-over.gif'); return true;\"");
	document.writeln("						onmouseout=\"changeImages('brands_Vanguard', 'images/brands_Vanguard.gif'); return true;\"");
	document.writeln("						onmousedown=\"changeImages('brands_Vanguard', 'images/brands_Vanguard-over.gif'); return true;\"");
	document.writeln("						onmouseup=\"changeImages('brands_Vanguard', 'images/brands_Vanguard-over.gif'); return true;\">");
	document.writeln("						<img name='brands_Vanguard' src='brands/images/brands_Vanguard.gif' width='58' height='12' border='0' alt=''></a></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='2' alt=''></td></tr>");
	document.writeln("				<tr><td rowspan='7'><img src='brands/images/brands_41.gif' width='8' height='37' alt=''></td>");
	document.writeln("					<td colspan='3' rowspan='2'><a target='_blank' href='http://www.remingtonpowertools.com'");
	document.writeln("						onmouseover=\"changeImages('brands_Remington', 'images/brands_Remington-over.gif'); return true;\"");
	document.writeln("						onmouseout=\"changeImages('brands_Remington', 'images/brands_Remington.gif'); return true;\"");
	document.writeln("						onmousedown=\"changeImages('brands_Remington', 'images/brands_Remington-over.gif'); return true;\"");
	document.writeln("						onmouseup=\"changeImages('brands_Remington', 'images/brands_Remington-over.gif'); return true;\">");
	document.writeln("						<img name='brands_Remington' src='brands/images/brands_Remington.gif' width='94' height='11' border='0' alt=''></a></td>");
	document.writeln("					<td rowspan='7'><img src='brands/images/brands_43.gif' width='24' height='37' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='10' alt=''></td></tr>");
	document.writeln("				<tr><td rowspan='6'><img src='brands/images/brands_44.gif' width='58' height='27' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='1' alt=''></td></tr>");
	document.writeln("				<tr><td colspan='3' rowspan='5'><img src='brands/images/brands_45.gif' width='94' height='26' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='2' alt=''></td></tr>");
	document.writeln("				<tr><td colspan='2' rowspan='4'><img src='brands/images/brands_46.gif' width='41' height='24' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='1' alt=''></td></tr>");
	document.writeln("				<tr><td colspan='3' rowspan='3'><img src='brands/images/brands_47.gif' width='74' height='23' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='1' alt=''></td></tr>");
	document.writeln("				<tr><td rowspan='2'><img src='brands/images/brands_48.gif' width='51' height='22' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='1' alt=''></td></tr>");
	document.writeln("				<tr><td colspan='2'><img src='brands/images/brands_49.gif' width='55' height='21' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='1' height='21' alt=''></td></tr>");
	document.writeln("				<tr><td><img src='brands/images/spacer.gif' width='30' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='3' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='56' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='15' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='13' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='8' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='58' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='29' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='7' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='24' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='35' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='6' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='60' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='98' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='52' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='20' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='58' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='26' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='11' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='43' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='12' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='14' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='23' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='51' height='1' alt=''></td>");
	document.writeln("					<td><img src='brands/images/spacer.gif' width='30' height='1' alt=''></td>");
	document.writeln("					<td></td></tr>");
	document.writeln("			</table></td></tr>");
	document.writeln("</table>");
}

