var str = '';
str+='';
str+='<table border = "0" cellpadding = "0" cellspacing = "0">';
str+='	<tr>';
str+='		<td colspan = "2"><a href = "index.html" onFocus = "this.blur();"';
str+='				     onMouseOver = "self.status = \'Real Time Dynamometers\'; return true;"';
str+='		     		     onMouseOut = "self.status = \'\'; return true;">';
str+='				<img border = "0" src = "pics\/head.jpg"><\/a><\/td>';
str+='	<\/tr>';
str+='	';
str+='	<tr>';
str+='		<td valign = "top">   ';
str+='			<table border = "0" cellpadding = "0" cellspacing = "0">';
str+='			<tr>';
str+='			    ';
str+='          <td valign = "top"> <a href = "chassis.html" onFocus = "this.blur();"';
str+='				   onMouseOver="mouseOver(\'chassis\',0);';
str+='						self.status=\'Chassis Dynamometers\';return true; " ';
str+='				   onMouseDown="mouseDown(\'chassis\',0);return true; "';
str+='				   onMouseOut="mouseOff(\'chassis\',0);self.status=\'\';return true; "> ';
str+='            		<img name = "chassis" src = "pics\/chassis.gif" border = "0"><\/a><\/td>';
str+='			<\/tr>';
str+='			<tr>';
str+='			    <td valign = "top">';
str+='				<a href = "engine.html" onFocus = "this.blur();"';
str+='				   onMouseOver="mouseOver(\'engine\',1);';
str+='						self.status=\'Engine Dynamometers\';return true; " ';
str+='				   onMouseDown="mouseDown(\'engine\',1);return true; "';
str+='				   onMouseOut="mouseOff(\'engine\',1);self.status=\'\';return true; ">';
str+='				<img name = "engine" src = "pics\/engine.gif" border = "0"><\/a><\/td>';
str+='			<\/tr>';
str+='			<tr>';
str+='			    <td valign = "top">';
str+='				<a href = "controllers.html" onFocus = "this.blur();"';
str+='				   onMouseOver="mouseOver(\'controllers\',2);';
str+='						self.status=\'Dynamometer Controllers\';return true; " ';
str+='				   onMouseDown="mouseDown(\'controllers\',2);return true; "';
str+='				   onMouseOut="mouseOff(\'controllers\',2);self.status=\'\';return true; ">';
str+='				<img name = "controllers" src = "pics\/controllers.gif" border = "0"><\/a><\/td>';
str+='			<\/tr>';
str+='			<tr>';
str+='			    <td valign = "top">';
str+='				<a href = "upgrades.html" onFocus = "this.blur();"';
str+='				   onMouseOver="mouseOver(\'upgrades\',3);';
str+='						self.status=\'Dynamometer Upgrades\';return true; " ';
str+='				   onMouseDown="mouseDown(\'upgrades\',3);return true; "';
str+='				   onMouseOut="mouseOff(\'upgrades\',3);self.status=\'\';return true; ">';
str+='				<img name = "upgrades" src = "pics\/upgrades.gif" border = "0"><\/a><\/td>';
str+='			<\/tr>';
str+='			<tr>';
str+='			    <td valign = "top">';
str+='				<a href = "testers.html" onFocus = "this.blur();"';
str+='				   onMouseOver="mouseOver(\'testers\',4);';
str+='						self.status=\'Dynamometer Testers\';return true; " ';
str+='				   onMouseDown="mouseDown(\'testers\',4);return true; "';
str+='				   onMouseOut="mouseOff(\'testers\',4);self.status=\'\';return true; ">';
str+='				<img name = "testers" src = "pics\/testers.gif" border = "0"><\/a><\/td>';
str+='			<\/tr>';
str+='			<tr>';
str+='			    <td valign = "top">';
str+='				<a href = "customer.html" onFocus = "this.blur();"';
str+='				   onMouseOver="mouseOver(\'customer\',5);';
str+='						self.status=\'Customer List\';return true; " ';
str+='				   onMouseDown="mouseDown(\'customer\',5);return true; "';
str+='				   onMouseOut="mouseOff(\'customer\',5);self.status=\'\';return true; ">';
str+='				<img name = "customer" src = "pics\/customer.gif" border = "0"><\/a><\/td>';
str+='			<\/tr>';
str+='			<tr>';
str+='			    <td valign = "top">';
str+='				<a href = "staff.html" onFocus = "this.blur();"';
str+='				   onMouseOver="mouseOver(\'staff\',6);';
str+='						self.status=\'Real Time Staff\';return true; " ';
str+='				   onMouseDown="mouseDown(\'staff\',6);return true; "';
str+='				   onMouseOut="mouseOff(\'staff\',6);self.status=\'\';return true; ">';
str+='				<img name = "staff" src = "pics\/staff.gif" border = "0"><\/a><\/td>';
str+='			<\/tr>';
str+='			<tr>';
str+='			    <td valign = "top">';
str+='				<a href = "contact.html" onFocus = "this.blur();"';
str+='				   onMouseOver="mouseOver(\'contact\',7);';
str+='						self.status=\'Contact Us\';return true; " ';
str+='				   onMouseDown="mouseDown(\'contact\',7);return true; "';
str+='				   onMouseOut="mouseOff(\'contact\',7);self.status=\'\';return true; ">';
str+='				<img name = "contact" src = "pics\/contact.gif" border = "0"><\/a><\/td>';
str+='			<\/tr>';
str+='			<tr>';
str+='			    <td valign = "top">';
str+='			    <\/td>';
str+='			<\/tr>';
str+='		        <\/table>';
str+='		<\/td>';
str+='		<td valign = "top">   ';
str+='			';
str+='			<table width = "460" border = "0" cellpadding = "0" cellspacing = "0"> ';
str+='			<tr> ';
str+='			    <td valign = "top" width="460" height="700"> ';
str+='';
document.write(str);

