<!-- window opener-->
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
<!-- jump menu-->
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

/* HIDE BROKEN IMAGES */
function hideBroken() {
        var showAlt = true;
        ai = document.getElementsByTagName("img");
        for (im=0; im < ai.length; im++) {
                try { 
                        if (ai[im].fileSize <= 0 && ai[im].src.match(".jpg$|.gif$|.png$|.bmp$")) {
                                if ( ai[im].alt != "" && showAlt ) {
                                        ax = document.createTextNode("(" + ai[im].alt + ")");
                                        ai[im].parentNode.insertBefore(ax, ai[im]);
                                }
                                ai[im].style.display = "none";
                        }
                } catch (e) {}
        }
}
/* END HIDE BROKEN IMAGES */
function fullwin(){
window.open("http://clients.digipage.co.uk/?id=thebaltic-june08","normal","fullscreen,scrollbars")
}
function fullwin2(){
window.open("http://clients.digipage.co.uk/?id=thebaltic_asiapacific","normal","fullscreen,scrollbars")
}
function fullwin3(){
window.open("http://thebaltic.co.uk/september08_media.html?id=baltic_september08_media","normal","fullscreen,scrollbars")
}
