function opener(id) {
	var id;
	document.getElementById(id).style.display = "block";
}
function closer(id) {
	var id;
	document.getElementById(id).style.display = "none";
}
function monitorko(){
	var html;
	if (screen.width > 1279)
	{
		
		html="<object type=\"application/x-shockwave-flash\" data=\"/flash/Flash1.swf\" width=\"638\" height=\"290\"><param name=\"movie\" value=\"/flash/Flash1.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"menu\" value=\"false\" /><param name=\"scale\" value=\"noborder\"><param name=\"wmode\" value=\"transparent\"></object>";
	} 
	else {
		
		document.getElementById('menu_cont').style.width = "474px";
		html = "<object type=\"application/x-shockwave-flash\" data=\"/flash/Flash2.swf\" width=\"474\" height=\"302\"><param name=\"movie\" value=\"/flash/Flash2.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"menu\" value=\"false\" /><param name=\"scale\" value=\"noborder\"><param name=\"wmode\" value=\"transparent\"></object>";
		document.getElementById("menu_cont").style.right = "0px";
	}
	d = document.getElementById('menu_cont')
	d.innerHTML = html;
}
