     NS4 = (document.layers);
     IE4 = (document.all);
    ver4 = (NS4 || IE4);
	 IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
   isMac = (navigator.appVersion.indexOf("Mac") != -1);
  isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));
function popUp(){return};
function popDown(){return};
if (!ver4) event=null;

if (isMenu) {
menuVersion = 3;
menuWidth = 105;
childOverlap = 0;
childOffset = -2;
perCentOver = null;
secondsVisible = .1;
fntCol = "blue";
fntSiz = "7";
fntBold = false;
fntItal = false;
fntFam = "Arial";
backCol = "#DDDDDD";
overCol = "#FFCCCC";
overFnt = "purple";
borWid = 1;
borCol = "#FFFFFF";
borSty = "solid";
itemPad = 2;
imgSrc = "/fr/images/tri.gif";
imgSiz = 4;
separator = 1;
separatorCol = "#B4B3B3";
isFrames = false;
keepHilite = true;
clickStart = false;
clickKill = false;
}

function makePageCoords(){
	this.x=0;this.x2=(NS4)?innerWidth:document.body.offsetWidth-3;
	this.y=0;this.y2=(NS4)?innerHeight:document.body.offsetHeight;
	this.x50=this.x2/2;	this.y50=this.y2/2;
	return this;
}
var pos = new makePageCoords();