document.write ('<style>');
document.write ('<!--');
document.write ('a.title:link    {text-decoration: none; color: #FFFFFF;}');
document.write ('a.title:visited {text-decoration: none; color: #FFFFFF  }');
document.write ('a.title:active  {text-decoration: none; color: #FFFFFF }');
document.write ('a.title:hover   {color: #ffff00; text-decoration: none;}');

document.write ('table {font-size:12px;font-family:arial}');
document.write ('-->');
document.write ('</style>');
document.write ('<form action=search.asp method=post onsubmit="return testSearch(this)"  target="search">');
document.write ('<table bgcolor=#ffffff width=100% align=center cellpadding=0 cellspacing=0>');
document.write ('<tr>');
document.write ('<td>&nbsp;<img src=./images/logo.jpg></td>');
document.write ('<td align=center><font Color=gray face="Arial">&nbsp;</td>');
document.write ('<td align=right valign=top><font size=2 face="Arial" color=gray>Promotional Pens Online, On Time!<br>Custom Promotional Pens:Logo Imprinted!<br>Contact us for all of your promotional pen needs:<br>Email:<a href=mailto:promotionpen@gmail.com class=title><font color=gray>promotionpen@gmail.com</font></a><br>Skype:promotionpen MSN:iamwbb@msn.com</font></td>');
document.write ('<td width=10></td></tr>');
document.write ('<tr><td  bgcolor=#002B45 colspan=3><font color=#FFFFFF size=2 face="Arial">&nbsp;&nbsp;<a href=./index.htm class=title>Home</a>&nbsp;||&nbsp;<a href=./aboutus.htm  class=title>About Us</a>&nbsp;||&nbsp;<a href=./showroom.htm  class=title>Show room</a>&nbsp;||&nbsp;<a href="mailto:promotionpen@gmail.com"  class=title>Inquiry</a>&nbsp;||&nbsp; <a href=contactus.htm  class=title>Contact us</a>&nbsp;&nbsp;&nbsp;</font></td></tr>');

document.write ('</table>');
document.write ('</form>');

function testSearch(the)
{
	if(the.searchtitle.value=="")
	{
		alert("Please input itemno.");
		the.searchtitle.focus();
		return false;
	}
	windowOpener1('');
}
 function windowOpener1()
 {	
 	newWindow = window.open('','search','toolbar=no,Left=20,Top=30,Width=700,Height=600,location=no,resizable=yes,scrollbars=yes');
 	newWindow.focus();
 }
