function cb_tag_visibility(id_name) {
	if (navigator.appName.indexOf("Explorer") != -1){
		if (id_name != null){
			var status = document.getElementById(id_name).style.visibility;
			if (status == "hidden") document.getElementById(id_name).style.visibility = "";
			else document.getElementById(id_name).style.visibility = "hidden";
		} else {
			var tags = new Array("applet", "iframe", "select");
			for (var k = tags.length; k > 0; ) {
				var ar = document.getElementsByTagName(tags[--k]);
				var cc = null;
				for (var i = ar.length; i > 0;) {
					cc = ar[--i];
					if (cc.style.visibility == "hidden") cc.style.visibility = "";
					else cc.style.visibility = "hidden";
				}
			}
		}
	}
}
function urlencode(ch) {
   ch = ch.replace(/[ ]/g,"+") 
   ch = ch.replace(/[\/]/g,"%2F") 
   return escape(ch) 
}
function openwindow(a,b,c,d,e) {
	var f = b;
	a = urlencode(a);
	if (d != null) d = urlencode(d); else d = "";
	if (e == "scrollbars=yes") { var f = b-20; }
	else if (e == "scrollbars=no") { var f = b; c = c-30;}
	var url = "parse.php?mlay_id=210&image="+a+"&comment="+d+"&x="+f;
	window.open(url,"Bild","width="+b+",height="+c+", "+e);
}
function textsize(x) {
	s = parseInt(document.getElementById("my_body").style.fontSize);
	s = s+x;
	if(s>18) { s=20; document.getElementById("my_picture_1").src = "../../../www/mediapool/website/text_gross_disabled.gif"; }
	if(s==18) document.getElementById("my_picture_1").src = "../../../www/mediapool/website/text_gross.gif";
	if(s<8) { s=6; document.getElementById("my_picture_2").src = "../../../www/mediapool/website/text_klein_disabled.gif"; }
	if(s==8) document.getElementById("my_picture_2").src = "../../../www/mediapool/website/text_klein.gif";
	document.getElementById("my_body").style.fontSize = s+"px";
	document.cookie = s;
}
function my_open() {
	F1 = window.open("../../../www/config/templates/popup_passwort.php","woher","width=450,height=200,left=10,top=10");
}
function my_open_2() {
	F1 = window.open("../../../www/config/templates/popup_code.php","woher","width=450,height=300,left=10,top=10");
}