
// ################################### //

USA=navigator.userAgent.toUpperCase();
//alert(USA)

ie4 = (document.all) ? 1 : 0
n4 = ((navigator.userAgent.indexOf("Mozilla/4") >= 0) && (navigator.appName=="Netscape")) ? 1 : 0 ;
nodom = 0;

ff = (USA.indexOf("FIREFOX") >= 0) ? 1 : 0 ;
n6 = (USA.indexOf("GECKO") >= 0) ? 1 : 0 ;
ie = (USA.indexOf("MSIE") >= 0) ? 1 : 0 ;

dom = (document.getElementById) ? 1 : 0 ;
if(dom){
	ie4 = 0;
} else {
	nodom = 1;
}

// alert(ff+" - "+n6+" - "+ie4+" - "+dom)




scaw = screen.availWidth
scah = screen.availHeight

function wop(lg){

if(lg=='vpcD'){	weite = 400; hoehe = 480; ziel = "../vpc-de.html";}
if(lg=='vpcE'){	weite = 400; hoehe = 480; ziel = "../vpc-en.html";}

	Li = Math.floor(((scaw-weite)/2)+172)
	Ob = 152; // Math.floor(((scah-54)-hoehe)/2)
//	alert(Ob); alert(weite); alert(hoehe); alert(Li)

eval("window.open(\""+ziel+"\",\"VPC\",\"scrollbars=no,toolbars=no,status=no,width="+weite+",height="+hoehe+",left="+Li+",top="+Ob+"\")")

}

// ################################### //

function prep(pObj,pSrc){
	if(document.images){
		eval(pObj+' = new Image()');
		eval(pObj+'.src = "'+pSrc+'"');
	}
}
prep('P010','../p/kino-tv-w.gif');
prep('P011','../p/kino-tv-r.gif');
prep('P020','../p/buehne-w.gif');
prep('P021','../p/buehne-r.gif');
prep('P030','../p/bio-w.gif');
prep('P031','../p/bio-r.gif');
prep('P040','../p/downloads-w.gif');
prep('P041','../p/downloads-r.gif');
prep('P050','../p/kontakt-w.gif');
prep('P051','../p/kontakt-r.gif');
prep('P060','../p/news-w.gif');
prep('P061','../p/news-r.gif');
prep('P070','../p/index-w.gif');
prep('P071','../p/index-r.gif');

prep('P080','../p/kino-tv-showreel-w.gif');
prep('P081','../p/kino-tv-showreel-r.gif');
prep('P090','../p/kino-tv-filmographie-w.gif');
prep('P091','../p/kino-tv-filmographie-r.gif');
prep('P100','../p/kino-tv-fotos-w.gif');
prep('P101','../p/kino-tv-fotos-r.gif');

prep('P110','../p/buehne-programm-w.gif');
prep('P111','../p/buehne-programm-r.gif');
prep('P120','../p/buehne-regie-w.gif');
prep('P121','../p/buehne-regie-r.gif');
prep('P130','../p/buehne-comedy-vita-w.gif');
prep('P131','../p/buehne-comedy-vita-r.gif');

prep('P140','../p/biographie-w.gif');
prep('P141','../p/biographie-r.gif');
prep('P150','../p/bio-fotos-w.gif');
prep('P151','../p/bio-fotos-r.gif');


prep('P770','../p/retour.gif');
prep('P771','../p/retour-r.gif');
prep('P780','../p/weiter.gif');
prep('P781','../p/weiter-r.gif');

// ###################################### //

function px(id,st){
	document.images["P"+id].src = eval("P"+id+st).src
}

// ###################################### //#

function mute(){
	if(self.name == "PaMoMain"){
		if(parent.PaMoNada.location.href.indexOf("audio.php") > -1){
			parent.PaMoNada.location.href = "../de/audioMute.php";
		}
	}
}

