document.write("<table id='Table_01' width='780' border='0' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'><tr>");
document.write("<td colspan='4' background='images/index_01.jpg' width='780' height='13'></td></tr>");
document.write("<tr><td background='images/index_02.jpg' width='204' height='31'></td>");
document.write("<td colspan='2' background='images/index_03.jpg' width='560' height='31' align='right'><img src='images/track.jpg' width='103' height='25'>");
document.write("<select NAME='UserSelectValue' ID='UserSelectValue' class='textbox'><option VALUE='ContNo'>Container No.</option><option VALUE='MBLNo'>Bill of Lading No.</option><option VALUE='BookingNo'>Booking No.</option></select>");
document.write("<INPUT class='textbox' id=UserValue name=UserValue><a href='javascript: cargoTrack();'><img src='images/goarrow.jpg' height='13' width='13' alt='Go' border='0'></a>&nbsp;&nbsp;</td>");
document.write("<td background='images/index_04.jpg' width='16' height='31'></td></tr>");
document.write("<tr><td background='images/index_05.jpg' width='204' height='34'></td>");
document.write("<td background='images/index_06.jpg' width='384' height='34'></td>");
document.write("<td background='images/index_07.jpg' width='176' height='34'></td>");
document.write("<td background='images/index_08.jpg' width='16' height='34'></td></tr>");
document.write("<tr><td background='images/index_09.jpg' width='204' height='27'></td>");
document.write("<td background='images/index_10.jpg' width='384' height='27'></td>");
document.write("<td width='176' height='27' class='linkblue'>&nbsp;&nbsp;");
document.write("<a href=\"index.html\"><font class='linkblue'>Home</font></a> | ");
document.write("<a href=\"contact.html\" class='linkblue'><font class='linkblue'>Contact</font></a> | ");
document.write("<a href=\"sitemap.html\" class='linkblue'><font class='linkblue'>Sitemap</font></a></td>");
document.write("<td background='images/index_12.jpg' width='16' height='27'></td></tr></table>");
document.write("<table id='Table_01' width='780' border='0' cellpadding='0' cellspacing='0'><tr>");
document.write("<td background='images/index_13.jpg' width='23' height='188'></td>");
document.write("<td background='images/index_14.jpg' width='730' height='188'>");
document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='730' height='188' id='anim-1' align='middle'>");
document.write("<param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='anim-1.swf' /><param name='quality' value='high' /><param name='bgcolor' value='#ffffff' /><param name='menu' value='false' />");
document.write("<embed src='anim-1.swf' quality='high' bgcolor='#ffffff' width='730' height='188' name='anim-1' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object></td>");
document.write("<td background='images/index_15.jpg' width='27' height='188'></td></tr>");
document.write("<tr><td background='images/index_16.jpg' width='23' height='22'></td>");
document.write("<td background='images/index_17.jpg' width='730' height='22'></td>");
document.write("<td background='images/index_18.jpg' width='27' height='22'></td></tr></table>");
function cargoTrack()
{
	var mSel=document.all.item('UserSelectValue').value;
	var mVal=document.all.item('UserValue').value;
	if (mVal!='')
	{
		window.location="TrackingReport.aspx?"+mSel+"="+mVal;
	}
}