function switchHeader(url) {
	
 var header = document.getElementById("CMSheader");
 header.innerHTML="<img src='Images/pixel.gif' width=480 height=270>";
 header.style.background = "#000000 url('"+url+"') center no-repeat";
 scroll(0,0);
}
function goURL(lang,v1,v2,v3) {
	
	location.href='?lang='+lang+'&pag_id='+v1;


}

function showFlashVideo_old(url) {
	var html = "<iframe src='flashplayer/flvplayer.php?f="+url+"' width=480 height=270 frameborder=0 style='border:0;overflow: hidden'></iframe>";
	document.getElementById("CMSheader").innerHTML = html;
	scroll(0,0);
	


}
function showFlv(url) {
	var html = "<iframe src='../flashplayer/flvplayer.php?f="+url+"' width=480 height=270 frameborder=0 style='border:0;overflow: hidden'></iframe>";
	document.getElementById("CMSheader").innerHTML = html;
	scroll(0,0);

}

function showPano(pano) {
	var html = "<iframe src='http://www.we-are.tv/AVE/VR_AVE/Collection/panoviewer.php?pano="+pano+"' width=480 height=270 frameborder=0 style='border:0;overflow: hidden;'></iframe>";
	document.getElementById("CMSheader").innerHTML = html;
	scroll(0,0) 

}


function showFlashVideo(url) {

	//var html = "<div id='player'></div>";
	//document.getElementById("CMSheader").innerHTML = html;
	var so = new SWFObject('flashplayer/player.swf','mpl','480','270','9');
	so.addParam('allowscriptaccess','always');
	so.addParam('allowfullscreen','true');
	so.addParam('flashvars','autostart=true&controlbar=over&file='+url);
//	so.addParam('flashvars','autostart=true&controlbar=over&skin=flashplayer/kleur.swf&file='+url);
	so.write('CMSheader');
	scroll(0,0);
}
