<!-- 

// =============================================================================
//  Hall - 700 Jahre multimedial java script (c) 2003 by helmut essenschlaeger
// =============================================================================

function openglossar(what){
 var glossarwnd=window.open('../glossar/idx/idx_'+what+'.html', 'HALLvonAbisZ', 'width=700,height=600,scrollbars=no,resizable=no,menubar=0,toolbar=no,location=no,directories=no,status=no,copyhistory=no,left=20,top=25');
 glossarwnd.focus();
}

function openquiz(quizfile){
 var quizwnd=window.open(quizfile, 'HALLiq', 'width=675,height=478,scrollbars=no,resizable=no,menubar=0,toolbar=no,location=no,directories=no,status=no,copyhistory=no,left=0,top=0');
}

function zoom(what,w,h){
 ww=w+20;
 hh=h+30;
 zoomwnd=window.open(what+".html","zoomwin","width="+ww+",height="+hh+",scrollbars=no,resizable=no,menubar=no,toolbar=no,location=no,directories=no,status=no,copyhistory=no,left=0,top=0");
}

function donothing(){}

// -->

