
   function validtoppannel()
   {	var aa = true;
  		
		if (document.srchtoppannel.search.value == "" )
			{
				alert ("Please Enter Property code ");
				aa = false;
				return false;
			}    
		else {
			propval=document.srchtoppannel.search.value.substring(0,2);
			if(propval.toLowerCase()=="rm")
			{
				win=window.open("http://www.abodesindia.com/room/viewdetailsroomate.asp?serialnumber="+document.srchtoppannel.search.value,"_blank","toolbar=yes,location=no,resizable=yes,status=yes,scrollbars=yes,width=380,height=250");
				if (win==null)
					{
					alert("Popup blocker is on, please temporarily disable it to view this page.");
					return false;
					}
					else
					{
					win.focus();
					return false;
					}
			}
			else if(propval.toLowerCase()=="pg")
			{
				win=window.open("http://www.abodesindia.com/room/viewdetails.asp?serialnumber="+document.srchtoppannel.search.value,"_blank","toolbar=yes,location=no,resizable=yes,status=yes,scrollbars=yes,width=380,height=250");
				if (win==null)
					{
					alert("Popup blocker is on, please temporarily disable it to view this page.");
					return false;
					}
					else
					{
					win.focus();
					return false;
					}
			}
			else
			{
			/*propval=document.srchtoppannel.search.value.substring(0,2);
				if(propval.toLowerCase()=="rs")
				{
					//win=window.open("PropDet.asp?Search="+document.srchtoppannel.search.value,"PropertyDetail","toolbar=yes,location=no,resizable=yes,status=yes,scrollbars=yes,width=380,height=250");
					win=window.open("./resi/cm_fd.asp?prop="+document.srchtoppannel.search.value+"&main=yes","PropertyDetail","toolbar=yes,location=no,resizable=yes,status=yes,scrollbars=yes,width=380,height=250");
					if (win==null)
					{
					alert("Popup blocker is on, please disable it to view this page");
					return false;
					}
					else
					{
					win.focus();
					return false;
					}
				}
				if(propval.toLowerCase()=="cs")
				{
					//win=window.open("PropDet.asp?Search="+document.srchtoppannel.search.value,"PropertyDetail","toolbar=yes,location=no,resizable=yes,status=yes,scrollbars=yes,width=380,height=250");
					win=window.open("./abodescomm/cm_fd.asp?prop="+document.srchtoppannel.search.value+"&main=yes","PropertyDetail","toolbar=yes,location=no,resizable=yes,status=yes,scrollbars=yes,width=380,height=250");
					if (win==null)
					{
					alert("Popup blocker is on, please disable it to view this page");
					return false;
					}
					else
					{
					win.focus();
					return false;
					}
				}					
				if(propval.toLowerCase()=="ls")
				{
					//win=window.open("PropDet.asp?Search="+document.srchtoppannel.search.value,"PropertyDetail","toolbar=yes,location=no,resizable=yes,status=yes,scrollbars=yes,width=380,height=250");
					win=window.open("PropDet.asp?Search="+document.srchtoppannel.search.value,"PropertyDetail","toolbar=yes,location=no,resizable=yes,status=yes,scrollbars=yes,width=380,height=250");					
					if (win==null)
					{
					alert("Popup blocker is on, please disable it to view this page");
					return false;
					}
					else
					{
					win.focus();
					return false;
					}
				}	*/			
			//document.srchtoppannel.action="PropDet.asp";
			
			win=window.open("http://www.abodesindia.com/propCodeCheck.asp?Search="+document.srchtoppannel.search.value,"_blank","toolbar=yes,location=no,resizable=yes,status=yes,scrollbars=yes,width=780,height=575");			
				if (win==null)
					{
					alert("Popup blocker is on, please temporarily disable it to view this page.");
					return false;
					}
					else
					{
					win.target="_blank"
					win.focus();
					return false;
					}
			}	
			  aa==true;        
			 // return true;
		}
  }