function ftProperties(theURL,winName,features)
{ 

	//v2.0
	var date = new Date()
	var second = date.getSeconds()
	winName = winName + second
	window.open("http://www.inmobiguia.net/propert/ficha1.php?id="+theURL,winName,"width=650,height=600,scrollbars=yes,left=0,top=0");

}
