// JavaScript Document

//http://www.calmet.com/2006/welcome.asp
function header()
{
	var str="";
	str+="<tr>";
	str+="<td><a href='index.html'><img src='images/logo.jpg' width='252' height='100' alt='Calmet' border='0'></a></td>";
	str+="<td><img src='images/by_line.jpg' width='496' height='100' alt='Your Global Supply Partner' border='0'></td>";
	str+="<td width='256' class='top_bg'>";
	str+="<table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'><form  name='_ctl0' action = 'https://portal.calmet.com/calmet/DesktopDefault.aspx' id='_ctl0' method='POST'>";
	str+="<tr>";
	str+="<td colspan='5' valign='top'>";
	str+="<table width='50%'  border='0' align='right' cellpadding='0' cellspacing='0'>";
	str+="<tr>";
	str+="<td align='center'><a href='contactus.html'>Contact Us</a></td>";
	str+="<td>&nbsp; | &nbsp;</td>";
	str+="<td align='right'><a href='rfq.html'>RFQ</a>&nbsp; &nbsp;</td>";
	str+='<input type="hidden" name="__VIEWSTATE" value="dDwtMjA1MjkwNzYyODt0PDtsPGk8MT47PjtsPHQ8O2w8aTwzPjs+O2w8dDxwPGw8VmlzaWJsZTs+O2w8bzx0Pjs+Pjs7Pjs+Pjs+PjtsPF9jdGwxOlJlbWVtYmVyQ2hlY2tib3g7Pj6J4lvrjvKYi1WEWV8T8lqIK4AyrQ==" />';
	str+=" </tr>";
	str+="</table>";
	str+="</td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td colspan='5' height='20'></td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td><strong>Sign in</strong></td>";
	str+="<td width='10'><img src='images/arrow.jpg' width='6' height='5' alt='' border='0' vspace='5'></td>";
	str+="<td><input type='text' class='textbox' name='_ctl1:email' value='' id='_ctl1_email' ></td>";
	str+="<td><input type='password' class='textbox' name='_ctl1:password' id='_ctl1_password' ></td>";
 	//str+="<td><input type='image' src='images/go.jpg' name='_ctl1:SigninBtn' value='sign-in' id='_ctl1_SigninBtn' class='Button' /></td>";
	str+='<td><input type="submit" name="_ctl1:SigninBtn" value="Go" id="_ctl1_SigninBtn" class="Button" /></td>';
	str+="</tr>";
	//str+="</table>";
	str+="</form></table>";
	str+="</td>";
	str+="</tr>";
	document.write(str);
}