<!--

/* 
// Blokada prawego przycisku myszy
//--------------------------------

am = "Europejski Consulting Inwestycyjny\nCAPITAL";
bV  = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"

function nrc(e)
{
 if (bNS && e.which > 1)
  {
   alert(am)
   return false
  } 
 else if (bIE && (event.button >1))
  {
   alert(am)
   return false;
  }
}

document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;

*/

p2 = new Image();
p2.src = "files/b_ankieta_2.jpg"
e2 = new Image();
e2.src = "files/b_eng_ankieta_2.gif"

function on(a)
{
 a.style.backgroundColor='#DFD0AF';
 a.style.color='black';
};

function off(a)
{
 a.style.backgroundColor='';
 a.style.color='';
};

function okno(adres,nazwa,x,y,px,py)
{
 px = screen.width/2-x/2+px;
 py = screen.height/2-y/2+py;
 new_w = window.open('','','notoolbar,nomenubar,noscrollbars,noresizable,width='+x+',height='+y+',left='+px+',top='+py)
 new_w.document.open(); 
 new_w.document.write ('<HTML><HEAD><TITLE>'+nazwa+'</TITLE><SCRIPT LANGUAGE="JavaScript" SRC="web.js"></SCRIPT></HEAD><BODY><IMG SRC="'+adres+'"></BODY></HTML>');
 new_w.document.close();
 new_w.focus();
};

function okno_scroll(adres,nazwa,x,y,px,py)
{
 px = screen.width/2-x/2+px;
 py = screen.height/2-y/2+py;
 new_w = window.open('','','notoolbar,nomenubar,scrollbars,noresizable,width='+x+',height='+y+',left='+px+',top='+py)
 new_w.document.open(); 
 new_w.document.write ('<HTML><HEAD><TITLE>'+nazwa+'</TITLE><SCRIPT LANGUAGE="JavaScript" SRC="web.js"></SCRIPT></HEAD><BODY><IMG SRC="'+adres+'"></BODY></HTML>');
 new_w.document.close();
 new_w.focus();
};


//-->
