var flashvars = {};
var params = {wmode: "transparent"};
swfobject.embedSWF("images/logo_4.swf", "flash_logo", "200", "180", "8.0.0","/assets/js/swfobject/expressInstall.swf", flashvars, params);

swfobject.embedSWF("images/main.swf", "flash_main", "500", "217", "8.0.0","/assets/js/swfobject/expressInstall.swf", flashvars, params);

function show_moskov(){
	document.getElementById('tab_1').style.display = 'block';
	document.getElementById('tab_2').style.display = 'none';
}

function show_regions(){
	document.getElementById('tab_1').style.display = 'none';
	document.getElementById('tab_2').style.display = 'block';
}
function toggle_show(id) {
	document.getElementById(id).style.display = document.getElementById(id).style.display == 'none' ? 'block' : 'none';
}

if(screen.width>=1280){
	var scriptTag = document.createElement("link");
	scriptTag.setAttribute("type", "text/css");
	scriptTag.setAttribute("rel",  "stylesheet");
	scriptTag.setAttribute("href", "/style_1280.css");
	document.getElementsByTagName("head")[0].appendChild(scriptTag);
}
