var str = "";
var begLnk = "&nbsp;&nbsp;<a onFocus='blur(this)' onClick='openMenu()' class='iconlinksm' href='PanelCorpPages/";
var endLnk = "</a>&nbsp;&nbsp;<br>";
str += "<table border=0 cellspacing=0 cellpadding=0>";
	str += "<tr>";		
		str += "<td bgcolor='EBEBEB' nowrap><img src='PanelmaticPics/spacer.gif' width='1' height='5'><br><span class='menubar' title='We design and manufacture your project to meet your specifications.  Whether that project is a panel, control house/pulpit, remote instrument enclosure (RIE), console or a remote operator station, you can be assured that it will be designed and manufactured to the classification requirement that best fits your application.'><b>Products and Services&nbsp;&nbsp;&nbsp;&nbsp;</b></span><br><img src='PanelmaticPics/nav_widget_dots.gif' width='23' height='4'><br><img src='PanelmaticPics/spacer.gif' width='23' height='2'></td>";
	str += "</tr>";
	str += "<tr>";
			str += "<td bgcolor='EBEBEB' valign='top' nowrap class='iconlinksm'>";
			str += begLnk+"ContHouse_Pulpits.html'>Pulpits"+endLnk;
			str += begLnk+"RIEPics.html'>RIE's"+endLnk;
			str += "&nbsp;&nbsp;<a class='iconlinksm'>Panels"+endLnk;
			str += "&nbsp;&nbsp;<a class='iconlinksm'>Consoles"+endLnk;
			str += "&nbsp;&nbsp;<a class='iconlinksm'>Operator Interface Console/Station"+endLnk;
			str += "</td>";
	str += "</tr>";
	str += "<tr>";
		str += "<td bgcolor='EBEBEB'><img src='PanelmaticPics/spacer.gif' width='1' height='4' border='0'></td>";
	str += "</tr>";
	str += "<tr>";
		str += "<td align='right' valign='middle' bgcolor='D7D7D7'><a href='javascript:openMenu()' onFocus='blur(this)' class='widgetclose'>close</a>&nbsp;&nbsp;</td>";
	str += "</tr>";
str += "</table>";
document.write(str);