//Sidenavigation
menu = new Image();
menu.src = "img/menu_ON.gif";
menu2 = new Image();
menu2.src = "img/menu_OFF.gif";

function menuOn(menu) {
		if (document.getElementById) document.getElementById(menu).style.backgroundImage = 'url(img/menu_ON.gif)';
}
function menuOut(menu) {
//var activeSubSec = document.hid_activeSec.hid_subNavFunc.value;
	if(activeSubSec == menu){
		if (document.getElementById) document.getElementById(menu).style.backgroundImage = 'url(img/menu_ON.gif)';
	} else{
		if(document.getElementById) document.getElementById(menu).style.backgroundImage = 'url(img/menu_OFF.gif)';
	}
}
//***************** menu de arriba

menu1 = new Image();
menu1.src = "img/menu1_ON.gif";
menu12 = new Image();
menu12.src = "img/menu1_OFF.gif";

function menuOn1(menu) {
		if (document.getElementById) document.getElementById(menu).style.backgroundImage = 'url(img/menu1_ON.gif)';
}
function menuOut1(menu) {
//var activeSubSec = document.hid_activeSec.hid_subNavFunc.value;
	if(activeSubSec1 == menu){
		if (document.getElementById) document.getElementById(menu).style.backgroundImage = 'url(img/menu1_ON.gif)';
	} else{
		if(document.getElementById) document.getElementById(menu).style.backgroundImage = 'url(img/menu1_OFF.gif)';
	}
}


//***********************************



function OpenArbeitsagentur()
{ 
myWindow = window.open("http://www.arbeitsagentur.de", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 


function OpenEuropaeu()
{ 
myWindow = window.open("http://www.europa.eu.int/eures", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 



function OpenBookings()
{ 
myWindow = window.open("http://www.bookings.es", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 


function OpenMitwohnzentrale()
{ 
myWindow = window.open("http://www.mitwohnzentrale.de", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 

function OpenBvg()
{ 
myWindow = window.open("http://www.bvg.de", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 


function OpenBahn()
{ 
myWindow = window.open("http://www.s-bahn-berlin.de", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 


function OpenPersonalmarkt()
{ 
myWindow = window.open("http://www.personalmarkt.de", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 



function OpenBmgs()
{ 
myWindow = window.open("http://www.bmgs.bund.de", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 


function OpenZeitung()
{ 
myWindow = window.open("http://www.zeitung.de", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 


function Openyoki()
{ 
myWindow = window.open("http://www.yoki.de/uploads/pics/met_berlin.gif", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 





