// open menu, content, and extras 

function headermenu(URLA,URLB,URLC) {
  window.open(URLA, 'contentfenster');
  window.open(URLB, 'menufenster');

}
function mylink(URLD) {
  window.open(URLD, '_blank');

}
function set_iframe_high(hohe,WINDOWID) {
		document.getElementById(WINDOWID).style.height=hohe+"px";
}
function set_hight(hohe) {
		document.getElementById('anamenu').style.height=hohe+"px";
}
function ekset_hight(hohe) {
		document.getElementById('ekmenu').style.height=hohe+"px";
}
function set_hightR(hohe) {
		document.getElementById('anamenuR').style.height=hohe+"px";
}
function ekset_hightR(hohe) {
		document.getElementById('ekmenuR').style.height=hohe+"px";
}
function showloading() {
		document.getElementById('Ajaxloading').style.display="";
}
function hideloading() {
		document.getElementById('Ajaxloading').style.display="none";
}


function openvideo(VBEZEICHNUNG) {
var Vlink;
var VBEZEICHNUNG;

Vlink = "../fullscreen_"+VBEZEICHNUNG+".html";
VBEZEICHNUNG = " "+VBEZEICHNUNG;
GB_showCenter(VBEZEICHNUNG,Vlink,400,500);

} 

function openshadow(GTITLE,GLINK,GHOHE,GWEITE) {

GB_showCenter(GTITLE,GLINK,GHOHE,GWEITE);

} 
