function mOvr(src,clrOver)
{
    if (!src.contains(event.fromElement)) {
	  src.style.cursor = 'hand';
	  src.bgColor = '006600';
	}
} 
function mOut(src,clrIn)
{
	if (!src.contains(event.toElement)) {
	  src.style.cursor = 'default';
	  src.bgColor = '009900';
	}
}
function mClk(src)
{
    if(event.srcElement.tagName=='TD'){
	  src.children.tags('A')[0].click();
    }
}

function submenu()
{
document.write("<CENTER><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=150><TR><TD BGCOLOR='CCCCCCC'>")
document.write("<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=5 WIDTH='100%'>")
document.write("	<TR><TD BGCOLOR='#666666'>")
document.write("	<DIV CLASS='SubMenuHead1'>Search On-Line!</DIV>")
document.write("	<DIV CLASS='SubMenuHead2'>Laser/Inkjet Labels</DIV>")
document.write("	</TD></TR>")
document.write("		<TR>")
document.write("		<TD BGCOLOR='009900' WIDTH='100%'>")
document.write("		<SPAN CLASS='WhitePrint'>Enter a keyword or phrase such as &quot;cd label&quot; or &quot;blue shipping label&quot;, or enter an item number such as &quot;310252&quot;.</SPAN>")
document.write("		<form name='mainform2' method='POST' action='http://kpak.compulabel.com/default.asp?temp=categories&s=1'><input name='keyphrase' type='text' id='keyphrase3' size='20' maxlength='30' value=''> <input name='keyword' type='submit' id='keyword' value='Search'></form>")
document.write("		</TD>")
document.write("		</TR>")
document.write("</TABLE>")
document.write("</TD></TR></TABLE></CENTER>")
}