
(function(){function Querystring(qs){this.params={};if(qs==null){qs=location.search.substring(1,location.search.length);}
if(qs.length==0){return;}
qs=qs.replace(/\+/g," ");var _2=qs.split("&");for(var i=0;i<_2.length;i++){var _4=_2[i].split("=");var _5=decodeURIComponent(_4[0]);var _6=(_4.length==2)?decodeURIComponent(_4[1]):_5;this.params[_5]=_6;}}
Querystring.prototype.get=function(_7,_8){var _9=this.params[_7];return(_9!=null)?_9:_8;};Querystring.prototype.contains=function(_a){var _b=this.params[_a];return(_b!=null);};var _c=50;var _d=22;var _e={top:0,left:0};var _f,container,mapplet,footer,currentMode,fullMode,initial_width,initial_height,mapplet_src;function addEvent(_10,_11,_12){var _13=_10[_11];if(typeof _13!="function"){_10[_11]=_12;}else{_10[_11]=function(e){_13(e);_12(e);};}}
function getId(id){return document.getElementById(id);}
function passMsg(txt){var _17;if(navigator.userAgent.indexOf("Safari")!=-1){_17=mapplet;}else{_17=mapplet.contentWindow;}
_17.location=mapplet_src+"#"+txt;}
function getViewPort(){var w;var h;if(typeof window.innerWidth!="undefined"){w=window.innerWidth;h=window.innerHeight;}else{if(typeof document.documentElement!="undefined"&&typeof document.documentElement.clientWidth!="undefined"&&document.documentElement.clientWidth!=0){w=document.documentElement.clientWidth;h=document.documentElement.clientHeight;}else{w=document.getElementsByTagName("body")[0].clientWidth;h=document.getElementsByTagName("body")[0].clientHeight;}}
return{"w":w,"h":h};}
function getStyle(_1a,_1b){var _1c="";if(document.defaultView&&document.defaultView.getComputedStyle){_1c=document.defaultView.getComputedStyle(_1a,"").getPropertyValue(_1b);}else{if(_1a.currentStyle){_1b=_1b.replace(/\-(\w)/g,function(_1d,p1){return p1.toUpperCase();});_1c=_1a.currentStyle[_1b];}}
return _1c;}
function setFullScreen(){var vp=getViewPort();container.style.position="absolute";container.style.height=(vp.h-_c-_d)+"px";container.style.width=(vp.w-_c)+"px";container.style.top=(_c/2)+"px";container.style.left=(_c/2)+"px";_f.innerHTML="Normal";mapplet.style.height=(vp.h-_c-_d)+"px";}
function setDefaultScreen(){mapplet.style.height=initial_height;container.style.position="relative";container.style.height="";container.style.width=initial_width;container.style.top="";container.style.left="";_f.innerHTML="Full Screen";}
function init(){_f=document.getElementById("propertymaps_full");container=document.getElementById("propertymaps_mapplet_container");mapplet=document.getElementById("propertymaps_mapplet");footer=document.getElementById("propertymaps_footer");mapplet_src=mapplet.src;currentMode=false;fullmode=false;initial_width="100%";initial_height=getStyle(mapplet,"height");_f.onmouseover=function(){this.style.color="#390";};_f.onmouseout=function(){this.style.color="#333";};_f.onclick=function(){if(fullmode){fullmode=false;currentMode=false;setDefaultScreen();}else{fullmode=true;currentMode=true;setFullScreen();}};var qs=new Querystring();var bid=qs.get("pm_bid",null);var pid=qs.get("pm_pid",null);if(bid&&pid){passMsg(bid+"|"+pid);}}
addEvent(window,"onload",init);addEvent(window,"onresize",function(){if(currentMode){setFullScreen();}});})();