<!-- hide this script from non-javascript-enabled browsers
function showpic(param,name,width,height)
{
windowLeaving=window.open("","popup","scrollbars=no,toolbar=no,location=no,directories=no,status=no,width="+width+",height="+height);
windowLeaving.document.open();
windowLeaving.document.writeln("<html><head><title>"+name+"</title></head>");
windowLeaving.document.writeln("<body onload='indow.focus();' onblur='self.close();' bgcolor='white' text='black'  topmargin='0' leftmargin='0' marginwidth='0' marginheight='0'>");
windowLeaving.document.writeln("<img src='"+param+"' border=0 id=pic name=pic>");
windowLeaving.document.writeln("</body></html>");
windowLeaving.document.close();
}
-->
//<!--
function newwin(){
        w=window.open('/apartment/cartagena-apartments/compare.shtml','','resizable=yes,menubar=no,status=no,scrollbars=no,width=600,height=650');
}
-->
//