var CurrMenus = document.getElementsByTagName('script');
CurrMenus = CurrMenus.item(CurrMenus.length-1).src;
if(CurrMenus.indexOf('?')!=-1){
	CurrMenus = CurrMenus.substring(CurrMenus.indexOf('?')+1);
}else{
	CurrMenus = 1;
}
document.write('<table width="950" border="0" align="center" cellpadding="0" cellspacing="0"><form name="Search" method="post" action="Search.asp"><tr><td height="35" align="right" valign="bottom" ><div style="position:relative;width:0px;height:0px;"><div style="position:absolute;left:-240px;top:-20px;width:177px;height:50px;background:url(images/back0b.gif) no-repeat left top;"><input type="text" name="Keyword" style="width:150px;border-width:0px;background-color:transparent;"><br><a href="javascript:void(null)" onClick="document.Search.submit();return false;"><img src="images/button1c.gif" border="0" style="margin-top:15px;"></a></div></div></td></tr><tr><td align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="929" height="109"><param name="movie" value="swf/menu.swf"><param name="quality" value="high"><param name="wmode" value="transparent"><param name="FlashVars" value="Indexs='+CurrMenus+'"><embed src="swf/menu.swf" width="929" height="109" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent" flashvars="Indexs=1"></embed></object></td></tr><tr><td height="30"></td></tr></form></table>');