function clrTxt(){
	if (search.keyword.value == "Enter Keyword") search.keyword.value = "";
}

function fillTxt(){
	if (search.keyword.value == "") search.keyword.value = "Enter Keyword";
}

function searchValidate(){
	if ((search.keyword.value.length == 0) || (search.keyword.value == "Enter Keyword")){
		alert("Enter any Keyword.");
		search.keyword.focus();
		return false;
	}
}

document.write("<div align='center'><center><table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='780' id='AutoNumber1' bgcolor='#FFFFFF'><tr><td colspan='2' height='3' bgcolor='#014C75'><img border='0' src='images/dot.gif' width='1' height='1'></td></tr><tr><td><p style='margin: 10'><a title='Leevi Exports Private Limited' href='home.htm'><img border='0' src='images/logo.gif' width='403' height='59'></a></td><td align='right' valign='top'><p style='margin-right: 10; margin-top: 5'><a href='home.htm'>Home</a> | <a href='sitemap.htm'>Site Map</a> | <a href='contact.htm'>Contact Us</a></td></tr><tr><td colspan='2'><table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%' id='AutoNumber2' height='30'><tr><td bgcolor='#6797C0'><table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' id='AutoNumber3'><tr><td><p style='margin-left: 15; margin-right: 15'><a href='about.htm'><img border='0' src='images/hyp_about.gif' width='55' height='10'></a></td><td><img border='0' src='images/hyp_separator.gif' width='2' height='12'></td><td><p style='margin-left: 15; margin-right: 15'><a href='products.htm'><img border='0' src='images/hyp_products.gif' width='58' height='10'></a></td><td><img border='0' src='images/hyp_separator.gif' width='2' height='12'></td><td><p style='margin-left: 15; margin-right: 15'><a href='partner.htm'><img border='0' src='images/hyp_partner.gif' width='100' height='10'></a></td><td><img border='0' src='images/hyp_separator.gif' width='2' height='12'></td><td><p style='margin-left: 15; margin-right: 15'><a href='enquiry.htm'><img border='0' src='images/hyp_enquiry.gif' width='49' height='10'></a></td></tr></table></td><form name='productAdmin'><td bgcolor='#6797C0' align='right'><p style='margin-right: 10'><select name='categories' style='color: #014C75' onchange='document.location=productAdmin.categories.value;'><option value='#'>Choose Product Category</option><option value='headwear.htm'>Headwear</option><option value='uniforms.htm'>Uniforms</option><option value='footwear.htm'>Footwear</option><option value='leather.htm'>Leather</option><option value='metal.htm'>Metal</option><option value='armour.htm'>Armour</option><option value='accessories.htm'>Accessories</option></select></td></form><td width='3'><img border='0' src='images/dot.gif' width='1' height='1'></td><td bgcolor='#014C75' width='191'><table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' id='AutoNumber4'><form name='search' action='searchResult.asp' onsubmit='return searchValidate();'><tr><td><p style='margin-left: 5'><img border='0' src='images/icon_search.gif' width='16' height='17'></td><td><p style='margin-left: 5; margin-right: 5'><input type='text' name='keyword' value='Enter Keyword' size='20' onfocus='clrTxt();' onblur='fillTxt();'></td><td><input type='image' class='noBorder' border='0' src='images/button_search.gif' width='37' height='17'></td></tr></form></table></td></tr></table></td></tr><tr><td colspan='2'><img border='0' src='images/dot.gif' width='1' height='1'></td></tr></table></center></div>");