<!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"> <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" style="color: rgb(255, 255, 255); text-decoration: underline;" target="_top">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" class="topnav">Links</a>&nbsp;</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: 366px;" src="images/strek.jpg" alt="" align="left"></td> <td width="10"></td> <td> </td><td valign="top"> <div align="left"> <span class="style3">Contact us:</span> <br><br> <b>Scanseis Consulting Group AS</b><br> Postboks 231, N-3901 Porsgrunn, Norway. <br> Org.Nr. 985 519 781 MVA <br> E-mail: <img src="images/mailtoscanseis.gif"> <br><br> <b>Gunnar Brastein</b>, Partner <br> Morellveien 8, N-1387 Asker<br> Phone:&nbsp;&nbsp;0047-67410920. Mobile:&nbsp;&nbsp;0047-41921470.<br> Fax:&nbsp; &nbsp; &nbsp; 0047-85038404. <br> E-Mail:&nbsp;&nbsp;<img src="images/mailtogunnar.gif"> <br> <br> <b>Andre Toerring</b>, Partner <br> Maelagata 85b, N-3716 Skien.<br> Phone:&nbsp;&nbsp;0047-35523592. Mobile:&nbsp;&nbsp;0047-41221880. <br> E-mail:&nbsp;&nbsp;<img src="images/mailtoandre.gif"> <br> <br> <b></b><br><br> </div></td> </tr></tbody></table> <span class="style3">Company information</span> <br><br> ScanSeis Consulting Group AS is a consultancy firm that offers experience and expertise to the offshore survey industry. Our team of highly qualified consultants are able to QC offshore survey operations including deepwater seismic operations - 2d, 3d, 4d, 4c, high resolution survey and rig moves. In addition we offer personnel to the seismic industry. From our offices in Porsgrunn, Norway we manage our field based consultants and seismic personnel worldwide. <br><br> <table align="left" border="0" cellpadding="0" cellspacing="0" width="210"><tbody><tr> <td width="0"></td> <td> <div align="left"> <img src="images/mexico.jpg" height="148" hspace="0" vspace="0" width="200"> </div> </td> </tr></tbody></table> <b>OUR AIM:</b><br>We aim to provide client reps of the highest order to all aspects of the offshore survey industry. Our consultants are highly qualified and have a vast range of experience that has enabled us to bid on all manner of qc and seismic work. <br><br> <b>OUR POSITION IN THE MARKET:</b><br>Scanseis has started well, and the certainty of future projects is excellent. In Norway the position of Scanseis in the market is unique. In addition, international companies seem to prefer using Norwegians because of th high standard of quality given. Our feedback confirms the need for a more dynamic crew onboard seismic vessels. In other words, a more extensive use of consulting/crewing companies and therefore more contracts for Scanseis. The rapid growth of Scanseis has confirmed our belief that on the whole the Seismic Exploration Industry is moving away from company employed personnel into the contractor market whole scale. We have benefited with being in the right place at the right time with the right idea. <br><br> <b>FIRST PROJECTS:</b><br>We started with 3 consultants on the books and April 2003 saw our first commission. We have had a tremendous first year, far exceeding our wildest aspirations. <br><br> <b>WHERE WE ARE TODAY:</b><br>We currently have a large number of personnel covering all categories in our database. At present we have personnel with Statoil, Norsk Hydro, Fugro, TGSNopec, Seabed Geophysical AS, PGS Exploration and MGC in the Faroe Islands, the North Sea, west of Ireland, Greenland, Gulf of Mexico,West-Africa and the Far East. <br><br> <a href="engelsk_om.skriverutvennlig.html"><img src="images/skrivut.gif" border="0" height="11" hspace="0" width="21"></a>&nbsp;&nbsp;&nbsp;<a href="engelsk_om_skriverutvennlig.html" style="color: rgb(255, 255, 255); font-weight: bold;">Print</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>