<!--

function openWin(plik,w,h) {
	window.open(plik,'popup','scrollbars=1,status=0,resize=0,top=40,left=40,screenX=40,screenY=40,width=' + w + ',height=' + h);
} 

function openWinNS(plik,w,h) {
	window.open(plik,'popup','scrollbars=0,status=0,resize=0,top=40,left=40,screenX=40,screenY=40,width=' + w + ',height=' + h);
}  

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

//-->