
function header(){
text='';
text+='<table width="100%" border=0 cellspacing=0 cellpadding=0 bgcolor="FFFFFF"><tr>';
text+='<td width=60 height=50><image border=0 src="irlogo5.gif"></image></td>';
text+='<td>';
text+='<table width="100%" border=0 cellspacing=0 cellpadding=0><tr>';
text+='<td>';
text+='<span class="header">Industrial Radiant, Inc.<span></span>';
text+='<table width="300" border=0 cellspacing=0 cellpadding=0><tr><td bgcolor="800000" height=1></td></tr></table>';
text+='</td>';
text+='<td align="right"><image border=0 src="topright.gif"></image></td>';
text+='</tr></table>';
text+='</td>';
text+='</tr></table>';

text+='<table width="100%" border=0 cellspacing=0 cellpadding=0><tr>';
text+='<td height=18 bgcolor="800000">';
text+='<table width="100%" border=0 cellspacing=0 cellpadding=0><tr>';
text+='<td>&nbsp;</td>';
text+='<td align="right" style="font-family: Verdana; font-size: 8pt; color: #FFFFFF"><i><b>Serving North Texas Since 1979&nbsp;</b></i></td>';
text+='</tr></table>';
text+='</td>';
text+='</tr></table>';

text+='<table width="100%" border=0 cellspacing=0 cellpadding=0 bgcolor="FFFFFF"><tr>';
text+='<td><image border=0 src="tbmenutop2.gif"></image></td>';
text+='</tr></table>';
document.write(text);
}

function wavplay1(){
//document.buttonwav.play()
}

function leftpane(){
text='';
text+='<embed name="buttonwav" src="button.wav" width="128" height="128" hidden autostart=false loop=false>';
text+='<td width=159 height=300 bgcolor="000000" align="center" valign="top">';
text+='<table width=149 border=0 cellspacing=0 cellpadding=0><tr>';
text+='<td><image border=0 src="insidetop3.png"></image></td>';
text+='</tr><tr>';
text+='<a href="index.htm"><td class="menucell" onmouseover=this.style.backgroundColor="9D0000";wavplay1() onmouseout=this.style.backgroundColor="800000">Home</td></a>';
text+='</tr><tr>';
text+='<a href="highintensity.htm"><td class="menucell" onmouseover=this.style.backgroundColor="9D0000";wavplay1() onmouseout=this.style.backgroundColor="800000">High Intensity Infrared</td></a>';
text+='</tr><tr>';
text+='<a href="lowintensity.htm"><td class="menucell" onmouseover=this.style.backgroundColor="9D0000";wavplay1() onmouseout=this.style.backgroundColor="800000">Low Intensity Infrared</td></a>';
text+='</tr><tr>';
text+='<a href="electric.htm"><td class="menucell" onmouseover=this.style.backgroundColor="9D0000";wavplay1() onmouseout=this.style.backgroundColor="800000">Electric Infrared</td></a>';
text+='</tr><tr>';
text+='<a href="portables.htm"><td class="menucell" onmouseover=this.style.backgroundColor="9D0000";wavplay1() onmouseout=this.style.backgroundColor="800000">Portables</td></a>';
text+='</tr><tr>';
text+='<a href="aircurtains.htm"><td class="menucell" onmouseover=this.style.backgroundColor="9D0000";wavplay1() onmouseout=this.style.backgroundColor="800000">Air Curtains</td></a>';
text+='</tr><tr>';
text+='<a href="vehicleexhaust.htm"><td class="menucell" onmouseover=this.style.backgroundColor="9D0000";wavplay1() onmouseout=this.style.backgroundColor="800000">Vehicle Exhaust</td></a>';
text+='</tr><tr>';
text+='<td height=6 class="menucell"></td>';
text+='</tr><tr>';
text+='<a href="contactus.htm"><td class="menucell" onmouseover=this.style.backgroundColor="9D0000";wavplay1() onmouseout=this.style.backgroundColor="800000">Contact Us</td></a>';
text+='</tr><tr>';
text+='<td height=30 bgcolor="800000"></td>';
text+='</tr></table>';
text+='<br><span style="color: FFFFFF; font-size: 16px"><b>(800) 292-1389</b></span>';
text+='<br><br><br><br><br><br><br>';
text+='</td>';
document.write(text);
}

function footer(){
text='';
text+='<table width="100%" border=0 cellspacing=0 cellpadding=0><tr>';
text+='<td bgcolor="FFFFFF" height=2></td>';
text+='</tr><tr>';
text+='<td bgcolor="800000" height=2></td>';
text+='</tr><tr>';
text+='<td>';
text+='<table width="100%" border=0 cellspacing=0 cellpadding=0><tr>';
text+='<td class="footer">&nbsp;Copyright &copy; Industrial Radiant. 2007. All rights reserved.</td>';
text+='<td class="footer" align="right">(800) 292-1389&nbsp</td>';
text+='</tr></table>';
text+='</td>';
text+='</tr></table>';
document.write(text);
}

