
function flashmenu() 
{
	if (noflash != true){
		document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="325" height="320" id="menu" align="middle">');
		document.write('<param name="allowScriptAccess" value="sameDomain" />');
		document.write('<param name="movie" value="http://web.airdata.de/adcms/fileadmin/templates/img/menu.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="bgcolor" value="#ffffff" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed src="http://web.airdata.de/adcms/fileadmin/templates/img/menu.swf" quality="high" bgcolor="#ffffff" wmode="transparent" width="325" height="320" name="menu" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
		document.write('</object>');
				
		document.getElementById("mainMenuflash").style.visibility = "visible"; 
		document.getElementById("mainMenunorm").style.display = "none"
	} else {
		//document.getElementById("mainMenuflash").style.visibility = "hidden"; 
	}
}

function clock() 
{
	if (noflash != true){
		document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="140" height="56" id="uhr" align="middle">');
		document.write('<param name="allowScriptAccess" value="sameDomain" />');
		document.write('<param name="movie" value="http://web.airdata.de/adcms/fileadmin/templates/img/uhr.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="bgcolor" value="#ffffff" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed src="http://web.airdata.de/adcms/fileadmin/templates/img/uhr.swf" quality="high" bgcolor="#ffffff" wmode="transparent" width="140" height="56" name="uhr" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
		document.write('</object>');
	}
}
function scale(){
	var newwidth = 90;
	var newheight = 1024;
	var ua = navigator.userAgent.toLowerCase();
	
	if (navigator.appName != 'Netscape'){
		
		if (ua.indexOf("msie 6") > -1){
			//alert ('*'+document.getElementById("innerpagename").clientWidth+'*');
			if (document.getElementById("innerpagename").clientWidth <90){
				document.getElementById("innerpagename").style.width = newwidth+'px';
			}
			document.getElementById("box").style.height = newheight+'px';	
		}
	}
}
