<!--
lamp=new Image(16,16);
lamp.src=relpath+"/appstyle/lamplight.gif";
function ValidateSrch(form){
	var oldval=window.document.getElementById("srchlblstatus").innerHTML;
	window.document.frmsrch.srchimgstatus.src=relpath+"/appstyle/lamplight.gif";
	window.document.getElementById("srchlblstatus").innerHTML="<span style='color:#005FA9;'>"+searching+"...</span>";
	if((form.product.value=="" || form.product.value.indexOf("-- ")==0) && form.categoryid.value==0){
		alert(srchcritreq);
		window.document.frmsrch.srchimgstatus.src=relpath+"/appstyle/lampdark.gif";
		window.document.getElementById("srchlblstatus").innerHTML=oldval;
		return false;
	}
	return true;
}
function onSearch(){	
	//window.document.frmsrch.srchimgstatus.src=relpath+"/appstyle/lamplight.gif";
	/*
	if(document.frmsrch.srchmode[0].checked==true){
		document.frmsrch.action=relpath+"/searchresultsp.cfm";
	}
	else {
		if (document.frmsrch.showth.checked==true){
			document.frmsrch.action=relpath+"/store/galleryp.cfm";
		}
		else{
			document.frmsrch.action=relpath+"/store/productresultsp.cfm";
		}
	}
	*/
	//window.document.getElementById("srchlblstatus").innerHTML="<span style='color:#005FA9;'>Searching ...</span>";
}
function onLogin(){
	window.document.frmlogin.imgstatus.src=relpath+"/appstyle/lamplight.gif";
	window.document.frmlogin.lblstatus.value="Verifying login data ...";
	window.document.frmlogin.lblstatus.style.color="#005FA9";
	window.document.frmlogin.lblstatus.style.fontWeight="normal";
}
//-->
