is_ie=!!(window.attachEvent&&!window.opera);function wopen(c,d,b){if(!d){d=50}if(!b){b=50}if(is_ie){d=d+20;b=b+10}window.open(c,"","location=no,menubar=no,status=no,titlebar=no,toolbar=no,scrollbars=yes,width="+d+",height="+b)}function $(){var d=new Array();for(var c=0;c<arguments.length;c++){var b=arguments[c];if(typeof b=="string"){b=document.getElementById(b)}if(arguments.length==1){return b}d.push(b)}}var switchers={current_id:"",current_btn:"",current_page:"",init:function(d){switchers.current_id="moscow";for(var b=0,c=d.length;b<c;b++){$(d[b]).onclick=function(){switchers.show(this.id);return false};if(d[b]!=switchers.current_id){switchers.hide(d[b])}}switchers.show(switchers.current_id)},show:function(b){if(switchers.current_id!=""){switchers.hide(switchers.current_id)}switchers.current_btn=$(b);switchers.current_btn.parentNode.className="active";switchers.current_page=$("page_"+b);switchers.current_page.style.display="block";switchers.current_id=b},hide:function(b){$(b).parentNode.className="";$("page_"+b).style.display="none"}}