/* framewechsel steuerung snavi/content  */
function change2frame(url1,frame1,url2,frame2){
	top.frames[frame1].location.href=url1;
	parent.frames[frame2].location.href=url2;
}

/* wechsel hgfarbe rand */
function hgcolor(x){
	top.rand1.window.document.bgColor = x;
	top.rand2.window.document.bgColor = x;
	top.rand3.window.document.bgColor = x;
}
/* wechsel hgfarbe  content*/
function contentcolor(x){
	parent.content.window.document.bgColor = x;
}

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

function tunnel(egge) {
	window.open(egge,"tunnel","width=500,height=500,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no,left=50,top=100,screenx=50,screeny=100");
}

function mohn(kreis) {
	window.open(kreis,"mohn","width=900,height=720,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes,left=50,top=100,screenx=50,screeny=100");
}

/************************************************/
/********** mail-adressen fliesstext ************/
/************************************************/
var mail_to = "mailto:";
var at = "@";

/********** mail-adressat visuelle-konzepte **********/
var name01 = "u.mertens";
var domain01 = "visuelle-konzepte.de";