<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="nn"><head> <title>ScanSeis Consulting Group AS</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="keywords" content="Keywords here"> <meta name="description" content="Description here"> <meta name="Author" content="Microenta Media Group"> <meta name="robots" content="index, follow"><!-- (Robot commands: All, None, Index, No Index, Follow, No Follow) --> <meta name="revisit-after" content="30 days"> <meta name="distribution" content="global"> <meta name="rating" content="general"> <meta name="Content-Language" content="english"> <style type="text/css"> <!-- body,td,p,select,input,textarea { color: #FFFFFF; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; margin:0,0,0,0; } a{ color: #FFFFFF; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:underline; } .style1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold; } .style2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold; } .style3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #FFFFFF; font-weight: bold; } a.topnav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration:none; } a.topnav:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration:underline; } .sidered {color: #FFFFFF; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;} .side {color: #FFFFFF; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;} a.sideredlinks{color: #FFFFFF; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;text-decoration: underline; } h1 { font-size: 14px; color: #FFFFFF; } .base {color: #FFFFFF; font-size: 10px;margin-left:28px;} --> </style> <style type="text/css"> #dropmenudiv{ position:absolute; border:2px solid black; font:normal 12px Verdana; line-height:18px; z-index:100; } </style> <script type="text/javascript"> /*********************************************** * AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1 var menu1=new Array() menu1[0]='&nbsp;&nbsp;><a href="engelsk_clientreps.html"><b> Client reps</b></a><br>' menu1[1]='&nbsp;&nbsp;><a href="engelsk_prosjektpersonell.html"><b> Project personnel</b></a><br>' menu1[2]='&nbsp;&nbsp;><a href="engelsk_seismiccrewing.html"><b> Seismic crewing</b></a><br>' menu1[3]='&nbsp;&nbsp;><a href="engelsk_fishreps.html"><b> Fish reps</b></a><br>' var menuwidth='165px' //default menu width var menubgcolor='#08244C' //menu bgcolor var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //hide menu when user clicks within menu? /////No further editting needed var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top=-500 if (menuwidth!=""){ dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth } if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth } else{ var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight } return edgeoffset } function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") } function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents) if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px" } return clickreturnvalue() } function clickreturnvalue(){ if (ie4||ns6) return false else return true } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() } function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } } function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) } function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) } if (hidemenu_onclick=="yes") document.onclick=hidemenu </script></head> <body leftmargin="0" topmargin="0" bgcolor="#828282" marginheight="0" marginwidth="0">  <!-- (Robot commands: All, None, Index, No Index, Follow, No Follow) --><table style="border-left: 1px solid rgb(51, 51, 51); border-right: 1px solid rgb(51, 51, 51);" align="center" bgcolor="#10397b" border="0" cellpadding="0" cellspacing="0" width="775"> <tbody><tr bgcolor="#828282"> <td colspan="3" height="104"><table border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td><a href="index.html"><img src="images/toplogo.jpg" alt="" border="0" height="104" width="775"></a></td> </tr> </tbody></table></td> </tr> <tr> <td colspan="3" bgcolor="#08244c" height="3"> <img src="images/spacer.gif" alt="" height="3" width="775"></td> </tr> <tr> <td colspan="3" bgcolor="#08244c" height="15"><table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="28"><img src="images/spacer.gif" alt="" height="15" width="28"></td> <td><span class="style1"><a href="index.html" class="topnav">Home</a> | <a href="engelsk_om.html" class="topnav">Company info</a> | <a href="index.html" class="topnav" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event, menu1, '150px')" onmouseout="delayhidemenu()">Our services</a> | <a href="engelsk_partnere.html" class="topnav">Partners</a> | <a href="engelsk_jobb.html" class="topnav">Job opportunities</a> | <a href="engelsk_linker.html" style="color: rgb(255, 255, 255); text-decoration: underline;" target="_top">Links</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; | <img src="images/russia.jpg" alt="" height="10" width="15"> <a href="indexrussisk.html" class="topnav">Russian</a></span></td> </tr></tbody></table></td> </tr> <tr> <td colspan="3" bgcolor="#08244c" height="7"><img src="images/spacer.gif" alt="" height="5" width="775"></td> </tr> <tr> <td style="padding-left: 28px; padding-top: 15px; padding-right: 28px;" valign="top" width="775"> <table align="right" border="0" cellpadding="0" cellspacing="0" height="482" width="220"><tbody><tr> <td width="10"></td> <td valign="top" width="1"><img style="width: 1px; height: 452px;" src="images/strek.jpg" alt="" align="left"></td> <td width="10"></td> <td> </td><td valign="top"> <div align="left"> <span class="style3"><br><br></span><div style="text-align: center;"><img style="width: 140px; height: 88px;" alt="Achilles" src="images/achilles_logo.gif"><br></div><span class="style3"><br><br><br><br><br><br></span><b></b><br> </div></td> </tr></tbody></table> <span class="style3">Links</span> <br><br> <b>BUSINESS PARTNERS &amp; GLOBAL PARTNERSHIPS</b><br><br> &gt; <a href="http://www.geograf.no/">GEOGRAF</a> - The Effective Pointer <br> &gt; <a href="http://www.statoil.com/">StatoilHydro</a> - is an inategrated oil and gas company with international activities. <br> &gt; <a href="http://www.tgsnopec.no/">TGS-Nopec</a> - TGS is a leading global provider of multi-client geoscience data and <br>&nbsp;&nbsp;&nbsp;associated products and services to the oil and gas industry. <br> &gt; <a href="http://www.fugro.no/">Fugro</a> - provides a range of specialist geophysical services to the oil and gas and <br>&nbsp;&nbsp;&nbsp;mining industries in the marine and land environments from offices worldwide. <br>&gt; <a href="http://www.multiseis.com">Multiseis</a> - provides a range of software for reporting and Navigation QC<br> &gt; <a href="http://www.achilles.com/">The Achilles Group</a> - is the leading global provider of supplier management <br>&nbsp;&nbsp;&nbsp;services. <br><br> <b>HSE</b> <br><br> &gt; <a href="http://www.nutec.no/">NUTEC</a> - The world's leading supplier of Safety- and Contingency Training <br><br> <b>CONFERENCES &amp; EXHIBITIONS</b> <br><br> &gt; <a href="http://www.offshore.no/noc/">Next Gen. Conf. Stavanger&nbsp;</a>- Operators Conference <br> &gt; <a href="http://www.ons.no/">ONS 2010</a> - ONS arranges a major international conference every second year. <br> &gt; <a href="http://www.otcnet.org/2009/index.html">OTC 2009</a> - Offshore Technology Conference <br> &gt; <a href="http://www.offshore-europe.co.uk/">Offshore Europe</a> - The eastern hemisphere's largest E&amp;P event. <br> &gt; <a href="http://www.eage.nl/?ActiveMenu=1&amp;Menu_Id=1&amp;&amp;Opendivs=s1">EAGE Conf&nbsp;</a> - Conferences &amp; Exhibitions <br>&gt; <a href="http://www.seg.org">SEG</a> - The Society Of Exploration Geophysicists<br> &gt; <a href="http://www.dotinternational.net/index.html">D.O.T. 2010</a> - Deep Offshore Technology Conference and Exhibition <br><br> <b>ABOUT NORWAY</b> <br><br> &gt; <a href="http://www.norwaypost.no/">The Norway Post</a> - The Norway Post has readers from more than 60 countries <br> &gt; <a href="http://www.norway.com/">Norway.com</a> - The most important gateway to Norway <br> &gt; <a href="http://www.gonorway.no/">GoNorway</a> - Information about Norway <br>&gt; <a href="http://www.norwayonline.no/">Norway Online</a> - All you need to know about Norway and Norwegian business <br> &gt; <a href="http://www.norway.no/">Norway.no</a> - The official gateway to public services and public information i Norway &nbsp;<br><br> <b>OTHER SITES</b> <br><br> &gt; <a href="http://www.flyspesialisten.no/">Flyspesialisten</a> - The largest travel agency group in Scandinavia <br> &gt; <a href="http://www.geographic.org/maps/">Maps of the World and Country information</a> <br> &gt; <a href="http://www.opera.com/">Opera Software</a> - The Fastest Browser on Earth! <br> &gt; <a href="http://www.tradewinds.no/">TradeWinds.no</a> - Your maritime Powertool <br> &gt; <a href="http://www.demo2000.no/">Demo 2000</a> - Project related technology development in the petroleum sector <br><br> <a href="engelsk_linker.skriverutvennlig.html"><img src="images/skrivut.gif" border="0" height="11" hspace="0" width="21"></a>&nbsp;&nbsp;&nbsp;<a href="engelsk_linker_skriverutvennlig.html" style="color: rgb(255, 255, 255); font-weight: bold;">Skriv ut</a> <br><br> </td> </tr><tr> <td colspan="3" bgcolor="#08244c" height="40"><span class="base">© Copyright 2009 ScanSeis Consulting Group. All Rights Reserved.</span></td> </tr> </tbody></table> </body></html>