function enlargeImg(filename) {

    imgWindow = window.open("bigimg.html?filename="+filename,"bigImgWin","width=20,height=20,top=50,left=100,scrollbars=no");
    imgWindow.focus();
}

function enlargeFlash(filename,b,h) {

    imgWindow = window.open("bigflash.html?filename="+filename,"bigFlashWin","width="+b+",height="+h+",top=50,left=100,scrollbars=no");
    imgWindow.focus();
}


var OS=navigator.userAgent;
if ((OS.indexOf("Win")==-1)&&(navigator.appName == "Microsoft Internet Explorer")) {
    //alert("mac ie");
    document.write("<link rel=\"stylesheet\" href=\"macie.css\" type=\"text/css\">");  
}
