// Coding & Javascripts by Serge Medow - serge@iiasa.ac.at

function NWinQ(w,m)
{  m = m + "\n\r\n\rPress OK to open the site page in a new window." ; 
   if (confirm(m))
        NWin(w) ;
}

function NWin(w) {
NwinW = this.open(w, "NwinW", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
}

function NBox(w) {
NBoxW = open(w, "NBoxW", "resizable,scrollbars,width=625,height=400,left=130,top=130");
}
document.onkeypress = Kh;
var NoKeyPress = 0 ;
function Kh(e){var k;
if (NoKeyPress)return ;
if(document.layers)k=e.which;
else k=window.event.keyCode;
alert("Javascripts, Code, and Html by: Serge Medow (serge@iiasa.ac.at)");}

