var map1; var bounds1; var businesses1; var geocodes1; var cntGeocoded1 = 0; var directionsPanel1; var directions1; var focusedBusiness1; function generateMap1() { if (GBrowserIsCompatible() && document.getElementById("svmap_canvas1") != null) { geocoder1 = new GClientGeocoder(); geocoder1.setCache(null); var mapOptions = { mapTypes:[G_NORMAL_MAP] }; map1 = new GMap2(document.getElementById("svmap_canvas1"), mapOptions); var mapControl = new GMapTypeControl(); map1.addControl(mapControl); map1.addControl(new GOverviewMapControl()); map1.disableDoubleClickZoom(); map1.disableScrollWheelZoom(); bounds1 = new GLatLngBounds; map1.setCenter(new GLatLng(43.80508,4.657817), 1); var marker14 = new GIcon(); marker14.image = "http://www.spinagroup.com/components/com_svmap/markers/letter-a.png"; marker14.iconSize = new GSize(20,34); marker14.iconAnchor = new GPoint(10,34); marker14.infoWindowAnchor = new GPoint(10,17); businesses1 = [[1,marker14,"Sonatrach",28.033886,1.659626,'

Sonatrach




\"Sonatrach-3\"Progrtto: Sonatrach
Paese: Algeria
Prodotto: Messa a terra
Anno: 2007
Sonatrach è l\'azienda algerina della ricerca, dello sfruttamento, del trasporto dalla conduttura, della trasformazione e dell\'introduzione sul mercato degli idrocarburi e dei loro derivati. Inoltre interviene in altri settori quali la corrente elettrica, le nuove ed energie rinnovabili e la desalificazione dell\'acqua di mare. La impiega commerci in Algeria e dappertutto del mondo in cui le occasioni presentano.
 

',"/component/option,com_svmap/business,1/layout,business/name,sonatrach/",""],[2,marker14,"Sabratha",32.89919124205649,13.190460205078125,'

Sabratha




\"sabratha-01\"

Progetto: Agip Gas BV - Sabratha
Paese: Libia
Anno: 2006

Il campo è situato circa 110 chilometri dal litorale di Tripoli..La produzione dai pozzi della piattaforma e sottomarini è trattata sulla piattaforma di Sabratha per la separazione e la disidratazione.
 

',"/component/option,com_svmap/business,2/layout,business/name,sabratha/",""],[3,marker14,"BOOSTING HASSI R\'MEL",28.033886,1.659626,'

BOOSTING HASSI R\'MEL




\"hassi\"

Progetto: Boosting hassi r\'mel
Paese: Algeria
Anno: 2007

Alta ingegneria per il potenziamento delle stazioni di compressione algerine. Con unobiettivo: incrementare la produzione e l’esportazione di gasLa zona dei giacimenti di gas naturale di Hassi R ‘Mel, situata a circa 600 km a sud di Algeri, nel deserto del Sahara è una delle più ricche dell’Algeria.

 

',"/component/option,com_svmap/business,3/layout,business/name,boosting-hassi-rmel/",""],[4,marker14,"B0B1 SCARABEO 4 SPCM",30.826780904779774,28.30078125,'

B0B1 SCARABEO 4 SPCM




\"scarabeo\"

Progetto: BOB1 Scarabeo 4 SPCM
Paese: Egitto
Prodotto: Automazione
Anno: 2006/2008

Gemella dello Scarabeo 3 è anch\'essa di proprietà della Saipem,ed è una delle più vecchie, se non la più vecchia piattaforma petroliferadi perforazione ancora operante.È un mezzo semisommergibile,dunque capace di operare in fondali profondi. Tuttavia sotto questo aspettorisulta essere superato, in quanto arriva a circa 300-500 metri di profondità d\'acqua,ma ha perforato anche a 800 metri. Gli standard attuali sulla profonditàdi perforazione parlano di circa 3000 metri.

',"/component/option,com_svmap/business,4/layout,business/name,b0b1-scarabeo-4-spcm/",""],[5,marker14,"Awa Paloukou",-0.228021,15.827659,'

Awa Paloukou




\"awa\"

Progetto: Awa Paloukou
Paese: Congo
Prodotto: Bulk Material
Anno: 2007

Il contratto che Saipem si è aggiudicata nella Repubblica del Congo è stato assegnato da Eni e riguarda l’ingegneria, l’approvvigionamento la costruzione e l’installazione di una piattaforma e delle relative condotte per lo sviluppo del giacimento di Awa Paloukou nell’offshore congolese. La piattaforma costruita presso il cantiere della Intermare Sarda in Sardegna è stata poi installata nell’estate del 2007 dal mezzo navale Saipem 3000.

 

',"/component/option,com_svmap/business,5/layout,business/name,awa-paloukou/",""],[6,marker14,"Amsa Figino",45.493211,9.074,'

Amsa Figino




\"amsa\"Project: Amsa figino
Country: Figino, Milano
Year: 2002/2004
Per il primo Termovalorizzatore di Milano, una struttura da 300 mila metri cubi, capace di bruciare rifiuti con emissioni al di sotto dei limiti di legge e di fornire energia elettrica e riscaldamento a un intero quartiere. Realizzato per conto dell’AMSA a Figino(Milano) é stato dotato di un sistema di controllo e analisi dei fumi, e di elaborazione dati ecologici.

',"/component/option,com_svmap/business,6/layout,business/name,amsa-figino/",""],[7,marker14,"AKPO PROJECT",5.266007882805498,4.5703125,'

AKPO PROJECT




\"akpo\"Project: AKPO
Country: Nigeria
Year: 2006
The Akpo oil field, discovered in 2000 is located at 1400 deep-sea off-shore Nigeria. It is situated about 200 km south of Port Harcourt. It was started up in 2005 and the UFR project(Umbilical Floating and Risers)awarded to Saipem consists of sea lines and flow line risers connecting the FPSO to the seabed wells was awarded to Siapem (France). Detail Engineering done in France and construction in Nigeria (Siapem yard and Niger dock).

',"/component/option,com_svmap/business,7/layout,business/name,akpo-project/",""]]; addBusinesses1(); } } function setBounds1(bounds) { map1.setZoom(map1.getBoundsZoomLevel(bounds)); map1.setCenter(bounds.getCenter()); } function geocodeBusinesses1() { if (cntGeocoded1 < geocodes1.length) { geocoder1.getLocations(geocodes1[cntGeocoded1][7], addressResolved1); } } function addressResolved1(response) { var delay = 0; if (response.Status.code == 620) { delay = 500; } else { if (response.Status.code == 200) { var address = response.Placemark[0]; geocodes1[cntGeocoded1][3] = address.Point.coordinates[1]; geocodes1[cntGeocoded1][4] = address.Point.coordinates[0]; addBusiness1(geocodes1[cntGeocoded1]); } // Move onto the next address; this skips bad addresses, too. cntGeocoded1 += 1; } window.setTimeout(geocodeBusinesses1, delay); } function addBusinesses1() { for (var i=0; i < businesses1.length; i++) { addBusiness1(businesses1[i]); } } function addBusiness1(business) { var point = new GLatLng(business[3], business[4]); var markerOptions = { icon:business[1], draggable: false, "title":business[2] }; var marker = new GMarker(point, markerOptions); var form = '
Get directions : From here - To here
'; var info = business[5]; info += form; info = '
'+info+'
'; marker.bindInfoWindowHtml(info); map1.addOverlay(marker); if (1 == business[0]) { map1.setCenter(point, 2); } } function showFormFrom() { document.getElementById('formFrom').style.display = 'block'; document.getElementById('formTo').style.display = 'none'; return false; } function showFormTo() { document.getElementById('formTo').style.display = 'block'; document.getElementById('formFrom').style.display = 'none'; return false; } function findDirections1(from, to) { if (directions1 == null) { directionsPanel1 = document.getElementById('svmap_directions_panel1'); directions1 = new GDirections(map1, directionsPanel1); GEvent.addListener(directions1, "error", directionsError); } else { directions1.clear(); } directions1.load("from: "+from+" to: "+to); } function directionsError(response) { status = response.getStatus(); switch (status.code) { case 602: message = "No corresponding geographic location could be found for the specified address. This may be due to the fact that the address is relatively new, or it may be incorrect."; break; case 603: message = "The route for the given directions query cannot be returned due to legal or contractual reasons."; break; case 604: message = "The directions between the points mentioned in the query could not be computed. This is usually because there is no route available between the two points, or because there is no data for routing in that region."; break; default: message = "The directions between the points mentioned in the query could not be computed."; break; } alert(message); }