http://www.palmer-realty.net/content/listdetail.html/89633726
-If you click on the green "Virtual Tour" button in the middle of the page...it gives a error
-This is working fine in Firefox
there's s function if you view source :
function win_up(winurl, winname,w,h) {
if (winname == null) winname = "calcs_win";
if (w == null) w = 500;
if (h == null) h = 500;
window.open(winurl, winname,"status,scrollbars,resizable,width=" + w + ",height=" + h);
}
Im a java programmer so im not sure whats really the cause of this...any help would be much appreciated