var showmap = true if (parent.location.href) {var parentURL = parent.location.href if (parentURL.search('www.bermuda.com')>=0) { document.write ('Sorry. This website is not authorised to use this code.'); showmap = false; } } if (showmap){ function showPanofull(filename) { var swidth = screen.width var widthleft = 0 var codestr if (swidth>=800) { codestr = 'window.open("' + filename + '&big=true","TransInfo","height=470,width=796,menubar=no,top=5,scrollbars=no,resizable=no,left=' + widthleft + '")'; } else { codestr = 'window.open("http://display.maxvr.com/mapviewer/pop.asp?ident=PFCFV-XPCWM","TransInfo","height=409,width=495,menubar=no,top=5,scrollbars=no,resizable=yes,left=' + widthleft + '")'; } eval(codestr); } function showPano(filename) { var swidth = screen.width var widthleft = swidth - 510 var codestr codestr = 'window.open(' + '"' + filename + '"' + ',' + '"' + 'TransInfo' + '"' + ',' + '"' + 'height=409,width=495,menubar=no,top=5,scrollbars=no,resizable=yes,left=' + widthleft + '"' + ')' eval(codestr); } var popupcode popupcode = ''; document.write(popupcode); }