var header=
'<table width="98%" border="0" cellspacing="0" cellpadding="0">'+
'                     <form name="myform" method="post" action="Productsearch.asp"><tr>'+
'                       <td width="55%" align="left"><img src="image/hd_icon.gif" width="11" height="11" /> '+
'                         <input name="productname" type="text" class="inp" />'+
'                       <input name="Submit" type="submit" class="but" value="Search" /></td>'+
'                       <td width="45%" align="right">'+
'					     <div id="header"><a href="inquiry.asp">Inquiry</a> &nbsp;&nbsp;&nbsp;| &nbsp;&nbsp;&nbsp;<a href="mailto:info@highclassintl.com">E-mail </a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="sitmap.asp">Sitemap</a> <img src="image/hd_right.gif" align="absmiddle" /></div>'+
'					   </td>'+
'                     </tr></form>'+
'            <tr><td colspan="2"><div style="color:#FFFFFF;position:relative;left:15px;">Can\'t find the item you are looking for? Try search here.....</div>'+
'            </td></tr>'+
'                   </table>'

var footer=
'Copyright © HIGH CLASS ART INTL CORP. All Rights Reserved. This site is best viewed in 1024*768 <br />Last updated on '





function scroll(n)
{temp=n;
menuhan.scrollTop=menuhan.scrollTop+temp;
if (temp==0) return;
setTimeout("scroll(temp)",150);
}

