/* navi vorladen */
if (document.images) {
img01on = new Image();
img01on.src = "../global/images/contr_ov.gif";
img02on = new Image();
img02on.src = "../global/images/pro_f_ov.gif";
img03on = new Image();
img03on.src = "../global/images/revu_ov.gif";
img04on = new Image();
img04on.src = "../global/images/pers_ov.gif";
img05on = new Image();
img05on.src = "../global/images/cont_ov.gif";
img06on = new Image();
img06on.src = "../global/images/beit_ov.gif";
img07on = new Image();
img07on.src = "../global/images/pro_d_ov.gif";
img08on = new Image();
img08on.src = "../global/images/jahr_ov.gif";
img09on = new Image();
img09on.src = "../global/images/quer_ov.gif";
img10on = new Image();
img10on.src = "../global/images/kont_ov.gif";

img01off = new Image();
img01off.src = "../global/images/contr_of.gif";
img02off = new Image();
img02off.src = "../global/images/pro_f_of.gif";
img03off = new Image();
img03off.src = "../global/images/revu_of.gif";
img04off = new Image();
img04off.src = "../global/images/pers_of.gif";
img05off = new Image();
img05off.src = "../global/images/cont_of.gif";
img06off = new Image();
img06off.src = "../global/images/beit_of.gif";
img07off = new Image();
img07off.src = "../global/images/pro_d_of.gif";
img08off = new Image();
img08off.src = "../global/images/jahr_of.gif";
img09off = new Image();
img09off.src = "../global/images/quer_of.gif";
img10off = new Image();
img10off.src = "../global/images/kont_of.gif";
}

/* rollover */
function imgOn(imgName) {
	document[imgName].src=eval(imgName+"off.src");
}
function imgOff(imgName) {
	document[imgName].src=eval(imgName+"on.src");
}

/* framewechsel subnavi */
function forward_two(URL1,F1,URL2,F2){
//alert();
	parent.frames[F1].location.href=URL1;
	parent.frames[F2].location.href=URL2;
}
/* framewechsel contentlink */
function forward_three(URL1,F1,URL2,F2,URL3,F3){
	parent.frames[F1].location.href=URL1;
	parent.frames[F2].location.href=URL2;
	parent.frames[F3].location.href=URL3;
}
/* framewechsel hauptnavi */
function forward_four(URL1,F1,URL2,F2,URL3,F3,URL4,F4){
	parent.frames[F1].location.href=URL1;
	parent.frames[F2].location.href=URL2;
	parent.frames[F3].location.href=URL3;
	parent.frames[F4].location.href=URL4;
}

/* popupfenster per link aufrufen - z.B. www.transversale.org?keywords/popup/amiti.html */
function popup(x) {
	window.open(x,"popup","width=670,height=700,directories=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,resizable=yes,left=210,top=110,screenx=210,screeny=110");
}
if(window.location.search != ""){
location_url = window.location.search;
bereich_url = location_url.substr(1,location_url.length-1);
popup(bereich_url);
}