function operate(city,url,salerent)
{
	window.open("showinfo.php?city="+city+"&url="+url+"&SaleRent="+salerent,"_blank"); 
}
