function _swf( _url ){
	var oeTags = '<object classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000" width="261" height="113" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0">'
	+ '<param name="movie" value="swf/' + _url + '" />'
	+ '<param name="quality" value="high" />'
	+ '<param name="play" value="true" />'
	+ '<param name="bgcolor" value="#022E6F" />'
	+ '<\embed src="swf/' + _url + '" quality="high" bgcolor="#022E6F" width="261" height="113" aligh="middle" play="true" loop="false" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'
	+ '<\/object>';
	document.write(oeTags); 

}

/* for content pages */
function _swf2( _url ){
	var oeTags = '<object classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000" width="261" height="113" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0">'
	+ '<param name="movie" value="../swf/' + _url + '" />'
	+ '<param name="quality" value="high" />'
	+ '<param name="play" value="true" />'
	+ '<param name="bgcolor" value="#022E6F" />'
	+ '<\embed src="../swf/' + _url + '" quality="high" bgcolor="#022E6F" width="261" height="113" aligh="middle" play="true" loop="false" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'
	+ '<\/object>';
	document.write(oeTags); 
}



if (typeof document.onselectstart!="undefined") {
  document.onselectstart=new Function ("return false");
}
else{
  document.onmousedown=new Function ("return false");
  document.onmouseup=new Function ("return true");
}


            function click (e) {
              if (!e)
                e = window.event;
              if ((e.type && e.type == "contextmenu") || (e.button && e.button == 2) || (e.which && e.which == 3)) {
                if (window.opera)
                  window.alert("Diese Funktion ist deaktiviert.");
                return false;
              }
            }

//            document.onmousedown = click;
            document.oncontextmenu = click;
			
			
 

function sendMail() { 
	var dname = 'info'; 
	var dserver = 'munichadvisors'; 
	var dsuffix = '.de';
	document.write('<a href="' + 'mailto:' + dname + '@' + dserver + dsuffix + '">' + dname + '<strong>(at)</strong>' + dserver + dsuffix +'</a>'); 
}	

function sendMailCom() { 
	var dname = 'info'; 
	var dserver = 'munichadvisors'; 
	var dsuffix = '.com';
	document.write('<a href="' + 'mailto:' + dname + '@' + dserver + dsuffix + '">' + dname + '<strong>(at)</strong>' + dserver + dsuffix +'</a>'); 
}	

function sendMailZambia() {
	var dname = 'zambia';
	var dserver = 'munichadvisors';
	var dsuffix = '.com';
	document.write('<a href="' + 'mailto:' + dname + '@' + dserver + dsuffix + '">' + dname + '<strong>(at)</strong>' + dserver + dsuffix +'</a>');
}	

function sendMailZa() { 
	var dname = 'info'; 
	var dserver = 'munichadvisors'; 
	var dsuffix = '.co.za';
	document.write('<a href="' + 'mailto:' + dname + '@' + dserver + dsuffix + '">' + dname + '<strong>(at)</strong>' + dserver + dsuffix +'</a>'); 
}		

function sendMail19() { 
	var dname = 'info'; 
	var dserver = '19null8'; 
	var dsuffix = '.de';
	document.write('<a href="' + 'mailto:' + dname + '@' + dserver + dsuffix + '">' + dname + '<strong>(at)</strong>' + dserver + dsuffix +'</a>'); 
}	

