function load()
{
	document.write(
				   '<LINK REL="SHORTCUT ICON" href="http://www.mlmarine.com/Images/icon2.ico">'
					+'<!--[if gte IE 5]>'
					+'<style type="text/css">'
					+'/* that IE 5+ conditional comment makes this only visible in IE 5+ */'
					+'ul.makeMenu li {  /* the behaviour to mimic the li:hover rules in IE 5+ */'
					+'	behavior: url( http://www.mlmarine.com/StyleS/IEmen.htc );'
					+'	float: left; width: 100%;'
					+'}'
					+'ul.makeMenu ul {  /* copy of above declaration without the > selector */'
					+'	display: none; position: absolute; top: 2px; left: 66px; float: left; width: 100%;'
					+'}'
					+'ul.makeMenu a {height: 1%; font: bold 0.7em/1.4em arial, helvetica, sans-serif;}'
					+'</style>'
					+'<![endif]-->'
	);
}

function loadBase()
{
	document.write('<link href="http://www.mlmarine.com/StyleS/base.css" rel="stylesheet" type="text/css">');
}

function loadSpec()
{
	document.write('<link href="http://www.mlmarine.com/StyleS/spec.css" rel="stylesheet" type="text/css">');
}


function loadHeader()
{
	document.write(
				    '<tr>'
						+'<td colspan="4">'
							+'<table align="center" width=845 border=0 bordercolor="#000000" cellspacing=0>'
								+'<tr>'
									+'<td rowspan="2" id = "top" width="600">'
										+'<a href="http://www.mlmarine.com"><img src="http://www.mlmarine.com/Images/MLogoFull.jpg" border="0" width="236" height="77" align="left"></a>'
									+'</td>'
									+'<td height="20" valign="top" align="right" width="70" style="padding:0.25em 0 0 0" id = "top"> '
										+'<a href="http://www.mlmarine.com/Company/contacts.html" id="minilink">Contact Us | </a> '
									+'</td>'
									+'<td height="20" valign="top" align="right" width="50" style="padding:0.25em 0 0 0" id = "top"> '
										+'<a href="http://www.mlmarine.com/Company/sitemap.html" id="minilink">Sitemap | </a> '
									+'</td>'
									+'<td height="20" valign="top" align="right" width="85" style="padding:0.25em 0 0 0" id = "top"> '
										+'<a href="http://www.mlmarine.com/Company/TOU.html" id="minilink">Terms of Use | </a> '
									+'</td>'
									+'<td valign="top" id = "top" style="padding:0.1em 0 0 0.5em">'
										+'<form method=POST action="http://mlmarine.com/cgi-bin/search.cgi">'
											+'<input type=text name="terms" value="Enter Keyword" class="searchBox" align="right" ><br>'
											+'<select name="boolean" style="font-size:1px; visibility:hidden">'
											+'<option>AND'
										+'</select>'
										+'<select name="case" style="font-size:1px; visibility:hidden">'
											+'<option>Insensitive'
										+'</select>'
									+'</td>'
									+'<td colspan="4" align="right" valign="top" id = "top" style="padding:0.1em 0 0 0.25em">'
										+'<input type=submit value="Search" class="searchButton">'
									+'</td>'
								+'</tr>'
						
								+'<tr>'
									+'<td colspan="8" id = "top"><img src="http://www.mlmarine.com/Images/Yamaha.jpg" align= "right"></td>'
								+'</tr>'
								+'</tr>'
								+'</option>'
							+'</table>'
						+'</td>'
					+'</tr>'
	);
}

