var pageTitle="Imóveis Natal";

function popupwindow(imgUrl,imgWidth,imgHeight){
	var imageWidth = imgWidth;
	var imageHeight = imgHeight;
	var popupPosX = (screen.width) ? (screen.width-imgWidth)/2 : 0;
	var popupPosY = (screen.height) ? (screen.height-imgHeight)/2 : 0;
	var imageUrl=imgUrl;
	var strW='toolbar=0,directories=0,location=0,status=no,menubar=0,resizable=false,copyhistory=yes,scrollbars=no,width='+ imageWidth +',height='+ imageHeight +',top='+ popupPosY + ',left='+ popupPosX;
	eval('popup= open("", "","'+strW+'")');
	popup.document.open();
	popup.document.write("<html><head><title>");
	popup.document.write(pageTitle);
	popup.document.write("</title></head><body bottommargin='0' topmargin='0' leftmargin='0' rightmargin='0' marginheight='0' marginwidth='0'>");
	popup.document.write("<img src='"+imageUrl+"'>");
	popup.document.write("</body></html>");
	popup.document.close(); 
}

function popupwindow2(phn, he, wi)
{
	var nume=''+phn;
	var rests='height='+he+',width='+wi+',menubar=0,resizable=0,scrollbars=1, status=0,titlebar=0,toolbar=0,left=100,top=50';
	window.open(nume,"",rests);
}
