function Go(x) { if(x == "nothing"){return;} else{location.href = x;} } function openpdf(lang) { var uri = this.location.href; url = "http://www.telekomaustria.com/PDFconfig/index_new.php?url=http://www.telekomaustria.com/PDFconfig/print_new.php?file="+uri+"&lang="+lang+"&fname=telekom.pdf"; window.open(url,'nodeeditor','dependent=yes,status=yes,scrollbars=no,resizable=no'); } function openurl(langu) { url = "/portalnode/index.php?ls_windowtype=popup&source=" + this.location.href + "&langu=" + langu; window.open(url,'nodeeditor','dependent=yes,status=yes,scrollbars=no,width=445,height=570,resizable=no'); }