brname = navigator.appName;
brver = parseInt(navigator.appVersion);
    if (brname == "Microsoft Internet Explorer" && brver >= 4) {
function ex(){ n1.filters.alpha.opacity=100 
n2.filters.alpha.opacity=100 
n3.filters.alpha.opacity=100 
n4.filters.alpha.opacity=100
}
function high(p){
theobject=p
highlighting=setInterval("highlightit(theobject)",30) 
}
function low(p,op){
clearInterval(highlighting)
p.filters.alpha.opacity=op 
}
function highlightit(cur2){
if (cur2.filters.alpha.opacity<100) 
cur2.filters.alpha.opacity+=6
     else if (window.highlighting)
clearInterval(highlighting)
}
} 

function popUp(imgPath,imgW,imgH){
	imgH=imgH+16;
	myFotWin=open("","","height=" + imgH + ",width=" + imgW + ",top=20,left=20,toolbar=no,status=no,menubar=no,resizable=no,scrollbars=no");
	myFotWin.document.open();
	myFotWin.document.write("<html><head><title>" + imgPath + "</title><style>a {text-decoration: none;	font: bold 12px Verdana, Arial, sans-serif; color: #1C4382; display:block; text-align:center;} a:hover {text-decoration:underline;}</style></head><body leftMargin='0' topMargin='0' marginheight='0' marginwidth='0'>");
	myFotWin.document.write("<a href='javascript:close();' title='CLOSE'><img src='" + imgPath + "' border=0><br>CLOSE</a>");
	myFotWin.document.write("</body></html>");
	myFotWin.document.close();
}

function OpenWin(imageLocation, imageWidth, imageHeight) {
	pollWindow = window.open(imageLocation,"imgWindow","toolbar=no,width=" + imageWidth + ",height=" + imageHeight + ",directories=no,status=yes,scrollbars=yes,resizable=no,menubar=no,left=50,top=20");
}

