
ns6=(navigator.userAgent.indexOf("Gecko")!=-1)?true:false
opera=(navigator.userAgent.indexOf("Opera")!=-1)?true:false

old_image = 1;

function over(im) {
	
	out(old_image);
	document.images['menu_' + im].src = eval('over_' + im + '.src');
	old_image = im; // neu
}

function out(im) {
	
	document.images['menu_' + im].src = eval('menu_' + im + '.src');
}



function newsPopUp(nr, dir) {

	var win;
	win = window.open(dir + "includes/newsPopUp.php?id=" + nr,"News","width=600,height=560,scrollbars=yes,resizable=yes");
}

function PopUp(nr, dir) {

	var win;
	win=window.open("includes/popUp.php?id=" + nr,"PopUp","width=600,height=560,scrollbars=yes,resizable=yes");
}

function printKalender(eventsToPrint, nextEvent) {

	var win;
	
	if(nextEvent) {
	
		win=window.open("events/printKalender.php?nextEvent="+nextEvent,"CalendarioCultural","width=600,height=650,scrollbars=yes,menubar=yes");
	}
	
	else {
	
		win=window.open("events/printKalender.php?events="+eventsToPrint,"CalendarioCultural","width=600,height=650,scrollbars=yes,menubar=yes");
	}
}

function PopUp(nr, dir) {

	var win;
	win=window.open(dir + "includes/popUp.php?id=" + nr,"PopUp","width=600,height=560,scrollbars=yes,resizable=yes");
}

function sendForm() {

	window.document.forms[0].submit();
}

function printPage(printdir, dir, zusatz) {
	
	win=window.open(dir + "includes/printPage.php?page=" + printdir + zusatz,"Printpage","width=600,height=650,scrollbars=yes,menubar=yes");
}

function printEvent(event, dir) {
	
	win = window.open(dir + "events/printEvent.php?event="+event,"CalendarioCultural","width=600,height=650,scrollbars=yes,menubar=yes");
}


