var catWindow=null;window.onload=newWinLinks;function newWinLinks(){for(var i=0;i<document.links.length;i++){if(document.links[i].className=="newWin"){document.links[i].onclick=newWindow;}}}
function newWindow(){catWindow=window.open("","catWin","resizable=no, menubar=no, toolbar=no, scrollbars=no, titlebar=no, status=no, location=no, width=150, height=110, top=200, left=400");catWindow.document.write("<TITLE>Kongsberg Maritime</TITLE><p style='font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 21px; font-weight: normal; color: #FF0000; margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; padding-bottom: 8px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #D4D1C2;'>Note</p><p style='font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #3C3A31; margin-top: 8px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;'>You are transfered to the <strong>corporate web</strong> site!</p>");setTimeout("infoTimeout()",3000)
return false;}
function infoTimeout(){catWindow.document.write("<h2>Closing</h2>");catWindow.close();window.location="http://www.kongsberg.com/en/KOG/Careers.aspx";}