
function popimage(imagesrc,winwidth,winheight){
var look='width='+winwidth+',height='+winheight+','
popwin=window.open("","",look)
popwin.document.open()
popwin.moveTo(494-(winwidth/2),360-(winheight/2))
popwin.document.write('<title>Platinum Hotel Apartments</title><body bgcolor="#FFFFFF" topmargin="0" leftmargin="0"><p align="left"><a href="#" onclick="self.close()"><img src="'+imagesrc+'" alt="Click photo to close pop-window" border="0"></a></P></body>')
popwin.document.close()
}
