/*****************************************
JavaScript For sitetop.aspx page
*****************************************/
function gosearch(){
	if (document.form1.txtsearch.value == ""){
		alert("Please Enter Search Value");
		return;}
	var surl = "sitemainsearch.aspx?s=" + document.form1.txtsearch.value;
	parent.mainwin.document.location.href = surl;
}
function loadmain(spage){
	parent.mainwin.document.location.href = spage;
}
function sendto(spage){
	parent.document.location.href = spage;
}				
function ordertrack() {
	window.open('siteordertrackin.aspx','OrderTrack','width=750,height=580,titlebar=yes,resizable=yes,scrollbars=yes,top=1,left=1');
}

