var OS = 'Win';ഀ਀var version = "n";ഀ਀browserVer=navigator.appVersion;ഀ਀App = navigator.appName;ഀ਀var Version=browserVer.substring(0,1);ഀ਀var posOS = navigator.appVersion.indexOf('Mac');ഀ਀var posOS2 = navigator.appVersion.indexOf('Win');ഀ਀if (posOS >= 0) OS = 'Mac';ഀ਀if ((posOS < 0) && (posOS2 >= 0)) OS = 'Win';ഀ਀if (App == "Netscape" && Version >= 3) version = "n3";ഀ਀ഀ਀function openwin(name,myname,mywidth,myheight,mytool,mydir,mystatus,myscroll,myresize,mymenu) {ഀ਀	mytop=Math.floor((screen.height/2) - (myheight/2));ഀ਀	myleft=Math.floor((screen.width/2) - (mywidth/2));ഀ਀	if (version != "n3" && OS != 'Mac') debute = window.open(name,myname,"toolbar="+mytool+",width="+mywidth+",height="+myheight+",directories="+mydir+",status="+mystatus+",scrollbars="+myscroll+",top="+mytop+",left="+myleft+",resizable="+myresize+",menubar="+mymenu);ഀ਀	if (OS == 'Mac') debute = window.open(name,myname,"toolbar="+mytool+",width="+mywidth+",height="+myheight+",directories="+mydir+",status="+mystatus+",scrollbars="+myscroll+",top="+mytop+",left="+myleft+",resizable="+myresize+",menubar="+mymenu);ഀ਀	if (version == "n3") {ഀ਀		debute = window.open(name,myname,"toolbar="+mytool+",width="+mywidth+",height="+myheight+",directories="+mydir+",status="+mystatus+",scrollbars="+myscroll+",top="+mytop+",left="+myleft+",resizable="+myresize+",menubar="+mymenu)ഀ਀		debute.focus();ഀ਀	}ഀ਀}ഀ਀ഀ਀function popupacces() {ഀ਀	openwin("../html/plan_acces.htm","trabendoacces",315,420,0,0,0,0,0,0);ഀ਀}ഀ਀ഀ਀function popuplight() {ഀ਀	openwin("../html/plan_light.htm","trabendolight",585,400,0,0,0,0,0,0);ഀ਀}ഀ਀ഀ਀function popupsalle() {ഀ਀	openwin("../html/plan_salle.htm","trabendosalle",585,400,0,0,0,0,0,0);ഀ਀}