
<!--

function searchit()

{
URL = "property-search.asp";
playerWidth = 900;
playerHeight = 848;

leftlocation=1;
toplocation=1;

showdetailwindow=window.open(URL,'_dtWin','left=' + leftlocation + ',top=' + toplocation + ',resizable=yes,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,width=' + playerWidth + ',height=' + playerHeight + "'");
showdetailwindow.focus();

}



function featuredlinks()
{
URL = "wjlpfeatured.asp";
playerWidth = 700;
playerHeight = 480;



leftlocation= (screen.width) ? (screen.width-playerWidth)/2 : 0;
toplocation= (screen.height) ? (screen.height-playerHeight)/2 : 0;

showdetailwindow=window.open(URL,'_wjdtWin','left=' + leftlocation + ',top=' + toplocation + ',resizable=no,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,width=' + playerWidth + ',height=' + playerHeight + "'");
showdetailwindow.focus();
}
//-->