// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { 
  //window.open(theURL,winName,features);
  //alert(theURL)
  //window.open('http://opsrv12:90/'+theURL,winName,features);
  //window.open('http://www.operon.pl/'+theURL,winName,features);
   window.open(theURL,winName,features);

}	

function pokaz_prezentacje(theURL,winName,features) { 

  window.open('http://img.operon.pl'+theURL,winName,features);

}	
