
function OpenWindow(link, width,height,resizable,scroll)
{
  if (resizable=="") resizable = "yes";    
  if (scroll=="") scroll = "no";
    var aa = window.open(link, "WND", "width="+ width + ",height=" + height + "titlebar=yes,status=yes,left=100,top=100,toolbar=no,menubar=no,location=no,resizable=" + resizable +",scrollbars=" + scroll + ",fullscreen=no");
  aa.focus();
}
//kontakt serwis europejski
function ContactUE()
{
    OpenWindow("/ids/gohttpsbind.cgi?/securemail/last.sm?path=/poland/corporate/c_serwis_ue/", 560,600,"no","yes");
}
//kontakt przedsiębiorstw;
function Contact1()
{
    window.location.href="/ids/gohttpsbind.cgi?/securemail/last.sm?path=/poland/corporate/c_contact/"; 
}
//kontakt leasing;
function ContactLeasing()
{
    OpenWindow("/ids/gohttpsbind.cgi?/securemail/last.sm?path=/poland/corporate/c_leasing", 700,800,"no","yes");
}
//kontakt dziennikarze;
function ContactPress()
{
    OpenWindow("/ids/gohttpsbind.cgi?/securemail/last.sm?path=/poland/homepage/c_press/", 450,300,"no","yes");
}
//formularz kontakt w serwisie;
function ContactForm()
{
    OpenWindow("/ids/gohttpsbind.cgi?/securemail/last.sm?path=/poland/homepage/c_contact/", 500,570,"no","yes");
}
//formularz kontakt dla aplikujacych;
function ContactJob()
{
    OpenWindow("/ids/gohttpsbind.cgi?/securemail/last.sm?path=/poland/homepage/c_job/", 450,350,"no","yes");
}
//formularz kontakt relacje inwestorskie;
function ContactRelacje()
{
    OpenWindow("/ids/gohttpsbind.cgi?/securemail/last.sm?path=/poland/homepage/c_relacje/", 450,350,"no","yes");
}
//formularz kontakt relacje inwestorskie english;
function ContactRelacjeEn()
{
    OpenWindow("/ids/gohttpsbind.cgi?/securemail/last.sm?path=/poland/homepage/c_relacje_en/", 500,350,"no","yes");
}
//formularz kontakt powyżej 8 milionów;
function Contact8PlusEn()
{
    OpenWindow("/ids/gohttpsbind.cgi?/securemail/last.sm?path=/poland/corporate/c_cont_8ml_en/", 500,550,"no","yes");
}
//formularz kontakt w serwisie english;
function ContactEn()
{
    OpenWindow("/ids/gohttpsbind.cgi?/securemail/last.sm?path=/poland/homepage/c_contact_en/", 500,350,"no","yes");
} 
//formularz kontakt w serwisie kronenberga;
function f_pomoc()
{
    OpenWindow("/ids/gohttpsbind.cgi?/securemail/last.sm?path=/poland/kronenberg/f_pomoc/", 500,350,"no","yes");
} 
//formularz Promocja trade;
function f_prom_trade()
{
    OpenWindow("/ids/gohttpsbind.cgi?/securemail/last.sm?path=/poland/corporate/c_promocja/", 500,550,"no","yes");
}
