var klarnainvoicelang="";var klarnainvoiceeid=0;var klarnainvoiceefee=0;function InitKlarnaInvoiceElements(obj,eid,lang,charge)
{klarnainvoicelang=lang;klarnainvoiceeid=eid;if(charge)
klarnainvoiceefee=charge;else
klarnainvoiceefee=0;var link_text_invoice="Villkor f&ouml;r faktura";var link_text_closebutton="St&auml;ng";switch(klarnainvoicelang)
{case'se':case'swe':link_text_invoice="Villkor f&ouml;r faktura";link_text_closebutton="St&auml;ng";klarnainvoicelang="se";break;case'dk':case'dnk':link_text_closebutton="Luk vindue";klarnainvoicelang="dk";break;case'no':case'nok':case'nor':link_text_invoice="<IMG SRC='Images/New/icon.png' border='0' />";link_text_closebutton="Lukk";klarnainvoicelang="no";break;case'fi':case'fin':link_text_invoice="Laskuehdot";link_text_closebutton="Sulje";klarnainvoicelang="fi";break;case'de':case'deu':link_text_invoice="Rechnungsbedingungen";link_text_closebutton="Schliessen";klarnainvoicelang="de";break;case'nl':link_text_invoice="Factuurvoorwaarden";link_text_closebutton="Sluit";klarnainvoicelang="nl";break;}
document.getElementById(obj).innerHTML=link_text_invoice;var div=document.createElement('div');div.id='klarna_invoice_popup';div.style.display='none';div.style.backgroundColor='#ffffff';div.style.border='solid 1px black';div.style.width='500px';div.style.position='absolute';div.style.left=(document.documentElement.offsetWidth/2-250)+'px';div.style.top='50px';div.style.zIndex=9999;div.style.padding='10px';var iframe=document.createElement('iframe');iframe.id='iframe_klarna_invoice';iframe.frameBorder=0;iframe.style.border=0;iframe.style.width='500px';iframe.style.height='500px';div.appendChild(iframe);var a=document.createElement('a');a.href='#';a.style.color='#000000';a.style.fontSize='14px'
a.style.position='relative';a.style.textalign='right';a.style.left='470px';a.onclick=function(){document.getElementById('klarna_invoice_popup').style.display='none';return false;};a.innerHTML=link_text_closebutton;div.appendChild(a);document.body.insertBefore(div,null);}
function ShowKlarnaInvoicePopup()
{var scroll=self.pageYOffset||document.body.scrollTop||document.documentElement.scrollTop;var top=scroll+50;document.getElementById('klarna_invoice_popup').style.top=top+'px';if(klarnainvoicelang=="se")
document.getElementById('iframe_klarna_invoice').src='https://online.klarna.com/villkor.yaws?eid='+klarnainvoiceeid+'&charge='+klarnainvoiceefee;else
document.getElementById('iframe_klarna_invoice').src='https://online.klarna.com/villkor_'+klarnainvoicelang+'.yaws?eid='+klarnainvoiceeid+'&charge='+klarnainvoiceefee;document.getElementById('klarna_invoice_popup').style.display='block';}
function addKlarnaInvoiceEvent(fn){if(window.attachEvent){this.attachEvent('onload',fn);}else
{this.addEventListener('load',fn,false);}}
