function switchHeader(url) {
	
 var header = document.getElementById("header");
 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 showFlash(url) {
	var html = "<object type='application/x-shockwave-flash' data='"+url+"' width=480 height=270><param name='movie' value='"+url+"'></object>";
	document.getElementById("header").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("header").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("header").innerHTML = html;
	scroll(0,0) 

}