//UDMv3.8 //*** DO NOT EDIT ************************************************************************** var tempEl; function getRealLeft(imgElem) { if(ns4) { xPos=imgElem.x; } else if (!exclude) { xPos=eval(imgElem).offsetLeft; tempEl=eval(imgElem).offsetParent; while(tempEl!=null) { xPos+=tempEl.offsetLeft; tempEl=tempEl.offsetParent; } } if(mac&&ie5) { xPos+=parseInt(document.body.leftMargin); } return xPos; } function getRealTop(imgElem) { if(ns4) { yPos=imgElem.y; } else if(!exclude) { yPos=eval(imgElem).offsetTop; tempEl=eval(imgElem).offsetParent; while(tempEl!=null) { yPos+=tempEl.offsetTop; tempEl=tempEl.offsetParent; } } if(mac&&ie5) { yPos+=parseInt(document.body.topMargin); } return yPos; } /*get offset position based on a function from http://www.webreference.com/js/column33/image.html*/ var xPos=0; var yPos=0; var rImg; var rPosition=new Array; if(typeof document.images['anchor']!="undefined"&&typeof document.images['anchor']!=null) { rImg=document.images['anchor']; } var fAry=new Array; var fj=0; var fImgs=document.images; var faryl=0; if(!exclude) { faryl=fImgs.length; } for(var i=0;i0&&menuALIGN=="free") { usingRF=1; if((mac&&ie4)||kde) { ie4=0; ie=0; kde=0; exclude=1; } else if(ns4) { for(i=0;i'); }