function kepkirakas(pic, nev, w, h) { 
msgWindow=window.open("","Window1","width="+(w+20)+",height="+(h+20));
msgWindow.document.write("<HEAD><TITLE>"+nev+" :: Kopint-Datorg Rt.<\/TITLE><\/HEAD>") 
msgWindow.document.write('<body topmargin="10" leftmargin="10">'); 
msgWindow.document.write('<a href="javascript:window.close();" alt="ablak bezárása">'); 
msgWindow.document.write('<img src="'+pic+'" border="0"><\/a>'); 
msgWindow.moveTo( (screen.width-w)/2, (screen.height-h)/2 );
}

function emil(name,login,c1,c2,subj)
{
  eml = "mailto:";
  if (name != "") {
    n=""
    for (i = 0; i < name.length; i++)
    {
      if(name.substring(i,i+1) == ' ')
        n+="%20";
      else
        n+=name.substring(i,i+1);
    }
    eml += "" + n + "%20<";
  }
  eml += "" + login +  "@" + c1;
  if (c2 != "") eml += "." + c2;
  if (name != "") eml += ">";

  if (subj != ""){
    n=""
    for (i = 0; i < subj.length; i++)
    {
      if(subj.substring(i,i+1) == ' ')
        n+="%20";
      else
        n+=subj.substring(i,i+1);
    }
    eml += "?subject=" + n;
  }

  window.location.href = eml;
}

function emilwrite(login,c1,c2)
{
  document.write (login +  "@" + c1 + "." + c2);
}
function majd()
{
javascript:alert('Sajnos egyelőre nem áll rendelkezésre vezetői összefoglaló e tanulmányról.\nKérjük látogasson vissza egy későbbi időpontban!')
}

