function stallFWnd() {		glossary = window.open("stallRep/stallF.htm","stallWnd","width=760,height=300,left=50,top=90,resizable=no,scrollbars=no")		glossary.focus(); }function openMessagWnd(htmlPage) {		var glossary = window.open(htmlPage,"messagWnd","width=400,height=240,left=180,top=150,resizable=no,scrollbars=no,status=no")	}function openMasterWindow(htmlPage){	if ((!opener)||(opener.closed))		windowIti=open(htmlPage,"fastMasterWindow","scrollbars=1,toolbar=1,resizable=1,menubar=1,status=1,directories=1,location=1");	else		opener.location=htmlPage;}function openRefFstWnd() {		var glossary = window.open("refFstF.htm","refWnd","width=225,height=380,left=10,top=10,resizable=no,scrollbars=no,status=no")	}function openRturnFWnd() {		opener.location="../mapStallF.htm";	window.close()	opener.focus();}function rturnFWnd() {		tempo=setTimeout("openRturnFWnd()",3000)}function stallNWnd() {		glossary = window.open("stallRep/stallN.htm","stallNWnd","width=760,height=300,left=50,top=90,resizable=no,scrollbars=no")		glossary.focus(); }function openRturnNWnd() {		opener.location="../mapStallN.htm";	window.close()	opener.focus();}function rturnNWnd() {		tempo=setTimeout("openRturnNWnd()",3000)}function stallEWnd() {		glossary = window.open("stallRep/stallE.htm","stallEWnd","width=760,height=300,left=50,top=90,resizable=no,scrollbars=no")		glossary.focus(); }function openRturnEWnd() {		opener.location="../mapStallE.htm";	window.close()	opener.focus();}function rturnEWnd() {		tempo=setTimeout("openRturnEWnd()",3000)}function screen(f,w,h){window.open(f + '.jpg','screen','resizable=no,personnalbar=no,scrollbars=no,left=0,top=0,width=' + w + ',height=' + h);}function JustSoPicWindow(imageName,imageWidth,imageHeight,alt,bgcolor,hugger) {if (bgcolor=="") {		bgcolor="#FFFFFF";	}	var adj=10	var w = screen.width;	var h = screen.height;	var byFactor=1;    if(w<740){      var lift=0.90;    }    if(w>=740 & w<835){      var lift=0.91;    }    if(w>=835){      var lift=0.93;    }	if (imageWidth>w){			byFactor = w / imageWidth;					imageWidth = w;		imageHeight = imageHeight * byFactor;	}	if (imageHeight>h-adj){		byFactor = h / imageHeight;		imageWidth = (imageWidth * byFactor);		imageHeight = h; 	}	   	var scrWidth = w-adj;	var scrHeight = (h*lift)-adj;	if (imageHeight>scrHeight){		imageHeight=imageHeight*lift;		imageWidth=imageWidth*lift;	}	var posLeft=0	var posTop=0		if (hugger=="hug image") {		posTop = (scrHeight-imageHeight)/2;		posLeft = ((w-imageWidth)/2);		scrHeight = imageHeight-adj;		scrWidth = imageWidth-adj; 	}		imageHeight=imageHeight-adj;	imageWidth=imageWidth-adj;	newWindow = window.open("","newWindow","scrollbars=no,resizable=no,width="+scrWidth+",height="+scrHeight+",left="+posLeft+",top="+posTop);	newWindow.document.open();	newWindow.document.write('<html>');	newWindow.document.write('<title>'+alt+'</title><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="'+bgcolor+'"  onBlur="self.close()" onClick="self.close()">');   	newWindow.document.write('<table width="'+imageWidth+'" height="'+scrHeight+'" cellspacing="0" cellpadding="0"  border="0" align="center" valign="middle"><tr><td>'); newWindow.document.write('<img src="'+imageName+'" >'); 	newWindow.document.write('</td></tr></table></body></html>');	newWindow.document.close();	newWindow.focus();}function exempleWnd(wndName,myImag,w,h,scrll,rszbl) {winprops = 'height='+h+',width='+w+',top=5,left=5,resizable='+rszbl+',scrollbars='+scrll+',status=no'newWindow=window.open("","exempleWnd",winprops)newWindow.document.open();newWindow.document.write('<html>');newWindow.document.write('<title>'+wndName+'</title><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff"  onBlur="self.close()">');   newWindow.document.write('<img src='+myImag+' >'); newWindow.document.write('</td></tr></table></body></html>');newWindow.document.close();newWindow.focus();}function exempleHtmlWnd(htmlPage,w,h,scrll,rszbl) {winprops = 'height='+h+',width='+w+',top=30,left=5,resizable='+rszbl+',scrollbars='+scrll+',status=no'newWindow=window.open(htmlPage,"exempleWnd",winprops)newWindow.focus();}function videoHtmlWnd(htmlPage,w,h,scrll,rszbl) {winprops = 'height='+h+',width='+w+',top=30,left=360,resizable='+rszbl+',scrollbars='+scrll+',status=no'newWindow=window.open(htmlPage,"videoWnd",winprops)newWindow.focus();}