/*
*/

function putHThumb(base, title) {
	document.write('<a href="javascript:new500CleanWin(\'fullpic.asp?base='+base+'%26title='+title+'\')"><IMG SRC="http://www.sitges.bz/images/apartments/'+base+'thumb.jpg"	border="0" height="72" width="100"></a>&nbsp;');
}
function new500CleanWin(uri, nam){
	window.open(uri, nam, 'location=no,scrollbars=no,width=500,height=370 screenX=0, screenY=0, left=0, top=0');
}
var WindowObjectReference = null;
function openRequestedPopup(strUrl, strWindowName)
{
  if(WindowObjectReference == null || WindowObjectReference.closed)
  {
    WindowObjectReference = window.open(strUrl, strWindowName, "location=no,resizable=yes,scrollbars=no,status=yes,width=650,height=365,screenX=0,screenY=0,left=0,top=0");
  }
  else
  {
    WindowObjectReference.focus();
  };
}
  