function movetosearch(){
 document.topsearch.action="index.php?pages=search&qry=keyword";
 document.topsearch.submit(); 
 }
 function movetosearch1(){
 document.topsearch.action="../index.php?pages=search&qry=keyword";
 document.topsearch.submit(); 
 }
 function clearkeyword(a){
    if(a.value=="Enter Keyword"){
	  a.value=""
	}
 }
 
 function placekeyword(b){
    if(b.value==""){
	  b.value="Enter Keyword"
	}
 }
 
 function bringbigimage(id,ipath){
  document.getElementById(id).src=ipath;
 }
 

 
 function redirect(mid,pid){
	var getmid=mid;
	var getpid=pid;
	document.compare.action="index.php?pages=click&mid="+getmid+"&pid="+getpid;
	document.compare.submit();
	//window.location=geturl;
	}
	
	function passurl(geturl){
      window.location=geturl; 
     } 
	
	function clear_zip(){
	//alert(hello);
	document.getElementById('zip').value='';
	//document.compare.zc.value='';
	}
