// QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com limit_multiple_users = true sequence = "9x88_4" /*------------------------------------------- Colors, Borders, Dividers, and more... --------------------------------------------*/ dqm__sub_menu_width = 196 //default sub menu widths dqm__sub_xy = "0,0" //default sub x,y coordinates - defined relative //to the top-left corner of parent image or sub menu dqm__urltarget = "_self" //default URL target: _self, _parent, _new, or "my frame name" dqm__border_width = 0 dqm__divider_height = 0 dqm__border_color = "#CC3333" //Hex color or 'transparent' dqm__menu_bgcolor = "#CC3333" //Hex color or 'transparent' dqm__hl_bgcolor = "#FFCC33" dqm__mouse_off_delay = 150 //defined in milliseconds (activated after mouse stops) dqm__nn4_mouse_off_delay = 500 //defined in milliseconds (activated after leaving sub) /*------------------------------------------- Font settings and margins --------------------------------------------*/ //Font settings dqm__textcolor = "#ffffff" dqm__fontfamily = "Arial" //Any available system font dqm__fontsize = 11 //Defined with pixel sizing dqm__fontsize_ie4 = 9 //Defined with point sizing dqm__textdecoration = "normal" //set to: 'normal', or 'underline' dqm__fontweight = "normal" //set to: 'normal', or 'bold' dqm__fontstyle = "normal" //set to: 'normal', or 'italic' //Rollover font settings dqm__hl_textcolor = "#CC3333" dqm__hl_textdecoration = "normal" //set to: 'normal', or 'underline' //Margins and text alignment dqm__text_alignment = "left" //set to: 'left', 'center' or 'right' dqm__margin_top = 1 dqm__margin_bottom = 3 dqm__margin_left = 5 dqm__margin_right = 4 /*------------------------------------------- Bullet and Icon image library - Unlimited bullet or icon images may be defined below and then associated with any sub menu items within the 'Sub Menu Structure and Text' section of this data file. --------------------------------------------*/ //Relative positioned icon images (flow with sub item text) dqm__icon_image0 = "../images/iconmenuon.gif" dqm__icon_rollover0 = "../images/iconmenukun.gif" dqm__icon_image_wh0 = "10,14" //Absolute positioned icon images (coordinate poitioned) dqm__2nd_icon_image0 = "images/sample1_arrow.gif" dqm__2nd_icon_rollover0 = "images/sample1_arrow.gif" dqm__2nd_icon_image_wh0 = "13,10" dqm__2nd_icon_image_xy0 = "-30,27" /*--------------------------------------------- Optional Status Bar Text -----------------------------------------------*/ dqm__show_urls_statusbar = false //dqm__status_text0 = "Sample text - Main Menu Item 0" //dqm__status_text1 = "Sample text - Main Menu Item 1" //dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0" //dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1" /*------------------------------------------- Internet Explorer Transition Effects --------------------------------------------*/ //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch dqm__sub_menu_effect = "fade" dqm__sub_item_effect = "fade" //Define the effect duration in seconds below. dqm__sub_menu_effect_duration = .5 dqm__sub_item_effect_duration = .4 //Specific settings for various transitions. dqm__effect_pixelate_maxsqare = 25 dqm__effect_iris_irisstyle = "STAR" //CROSS, CIRCLE, PLUS, SQUARE, or STAR dqm__effect_checkerboard_squaresx = 14 dqm__effect_checkerboard_squaresY = 14 dqm__effect_checkerboard_direction = "RIGHT" //UP, DOWN, LEFT, RIGHT //Opacity and drop shadows. dqm__sub_menu_opacity = 100 //1 to 100 dqm__dropshadow_color = "none" //Hex color value or 'none' dqm__dropshadow_offx = 5 //drop shadow width dqm__dropshadow_offy = 5 //drop shadow height /*------------------------------------------- Browser Bug fixes and Workarounds --------------------------------------------*/ //Mac offset fixes, adjust until sub menus position correctly. dqm__os9_ie5mac_offset_X = 10 dqm__os9_ie5mac_offset_Y = 15 dqm__osx_ie5mac_offset_X = 0 dqm__osx_ie5mac_offset_Y = 0 dqm__ie4mac_offset_X = -8 dqm__ie4mac_offset_Y = -50 //Netscape 4 resize bug workaround. dqm__nn4_reaload_after_resize = true dqm__nn4_resize_prompt_user = false dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button." //Set to true if the menu is the only item on the HTML page. dqm__use_opera_div_detect_fix = false //Pre-defined sub menu item heights for the Espial Escape browser. dqm__escape_item_height = 20 dqm__escape_item_height0_0 = 70 dqm__escape_item_height0_1 = 70 /*--------------------------------------------- Exposed menu events ----------------------------------------------*/ //Reference additional onload statements here. //dqm__onload_code = "alert('custom function - onload')" //The 'X' indicates the index number of the sub menu group or item. dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'" dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'" dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')" /*--------------------------------------------- Specific Sub Menu Settings ----------------------------------------------*/ //The following settings may be defined for specific sub menu groups. //The 'X' represents the index number of the sub menu group. dqm__border_width7 = 1; dqm__divider_height7 = 0; dqm__textcolor7 = "#000000" dqm__border_color7 = "#999999"; dqm__menu_bgcolor7 = "#FFFFFF" dqm__hl_bgcolor7 = "#cc0000" dqm__hl_textcolor7 = "#FFFFFF" dqm__text_alignment7 = "left" dqm__border_width8 = 1; dqm__textcolor8 = "#000000" dqm__divider_height8 = 0; dqm__border_color8 = "#999999"; dqm__menu_bgcolor8 = "#FFFFFF" dqm__hl_bgcolor8 = "#cc0000" dqm__hl_textcolor8 = "#FFFFFF" dqm__text_alignment8 = "left" //The following settings may be defined for specific sub menu items. //The 'X' represents the index number of the sub menu item. //dqm__hl_subdescX = "custom highlight text" dqm__urltarget6_1 = "_new" dqm__urltarget0_12 = "_new" /********************************************************************************************** ********************************************************************************************** Main Menu Rollover Images and Links ********************************************************************************************** **********************************************************************************************/ //Main Menu Item 0 dqm__rollover_image0 = "../images/img_content/menu_on-2.jpg" dqm__rollover_wh0 = "95,55" dqm__url0 = "../ourcompany/index.php?act=executive"; //Main Menu Item 1 dqm__rollover_image1 = "../images/img_content/menu_on-3.jpg" dqm__rollover_wh1 = "92,55" dqm__url1 = "../product/index.php"; //Main Menu Item 2 dqm__rollover_image2 = "../images/img_content/menu_on-4.jpg" dqm__rollover_wh2 = "93,55" dqm__url2 = "../ourbusiness/index.php?act=salesnmarketing"; //Main Menu Item 3 dqm__rollover_image3 = "../images/img_content/menu_on-5.jpg" dqm__rollover_wh3 = "94,55" dqm__url3 = "../peopledev/index.php"; //Main Menu Item 4 dqm__rollover_image4 = "../images/img_content/menu_on-6.jpg" dqm__rollover_wh4 = "93,55" dqm__url4 = "../businesswithcoke/index.php"; //Main Menu Item 5 dqm__rollover_image5 = "../images/img_content/menu_on-7.jpg" dqm__rollover_wh5 = "93,55" dqm__url5 = "../funstuff/index.php"; //Main Menu Item 6 dqm__rollover_image6 = "../images/img_content/menu_on-8.jpg" dqm__rollover_wh6 = "95,55" dqm__url6 = "../news/index.php"; //Main Menu Item 7 dqm__rollover_image7 = "../../eng/images/img_content_business/segitigapilldown_on.gif" dqm__rollover_wh7 = "17,18" dqm__url7 = "#"; //Main Menu Item 8 dqm__rollover_image8 = "../../eng/images/img_content_business/segitigapilldown_on.gif" dqm__rollover_wh8 = "17,18" dqm__url8 = "#"; /********************************************************************************************** ********************************************************************************************** Sub Menu Structure and Text ********************************************************************************************** **********************************************************************************************/ //Sub Menu 0 dqm__sub_xy0 = "-86,58" dqm__sub_menu_width0 = 196 dqm__subdesc0_0 = " Sepatah Kata" dqm__subdesc0_1 = " Profil Industri" dqm__subdesc0_2 = " Mengenal Lebih Jauh Perusahaan" dqm__subdesc0_3 = " Komitmen Atas Kualitas" dqm__subdesc0_4 = " Komitmen Pada Lingkungan" dqm__subdesc0_5 = " Sistem Informasi" dqm__subdesc0_6 = " Hubungan Kemasyarakatan" dqm__subdesc0_7 = "       News" dqm__subdesc0_8 = "       Video" dqm__subdesc0_9 = "       CCFI" dqm__subdesc0_10 = "       Inisiatif Lokal Lainnya" dqm__subdesc0_11 = "       Pengembangan Usaha Kecil" dqm__subdesc0_12 = " Lokasi Kami" dqm__subdesc0_13 = " FAQ" dqm__subdesc0_14 = " Laporan Tahunan" dqm__icon_index0_0 = 0 dqm__icon_index0_1 = 0 dqm__icon_index0_2 = 0 dqm__icon_index0_3 = 0 dqm__icon_index0_4 = 0 dqm__icon_index0_5 = 0 dqm__icon_index0_6 = 0 dqm__icon_index0_12 = 0 dqm__icon_index0_13 = 0 dqm__icon_index0_14 = 0 dqm__url0_0 = "../ourcompany/index.php?act=executive" dqm__url0_1 = "../ourcompany/index.php?act=industryprofile" dqm__url0_2 = "../ourcompany/index.php" dqm__url0_3 = "../ourcompany/index.php?act=commtoqlty" dqm__url0_4 = "../ourcompany/index.php?act=environmental" dqm__url0_5 = "../ourcompany/index.php?act=infosystem" dqm__url0_6 = "../ourcompany/index.php?act=csr" dqm__url0_7 = "../ourcompany/index.php?act=news" dqm__url0_8 = "../ourcompany/index.php?act=video" dqm__url0_9 = "../ourcompany/index.php?act=ccfi" dqm__url0_10 = "../ourcompany/index.php?act=localcommunity" dqm__url0_11 = "../ourcompany/index.php?act=microdev" dqm__url0_12 = "../ourcompany/index.php?act=wherewe" dqm__url0_13 = "../ourcompany/index.php?act=faq" dqm__url0_14 = "http://www.ccamatil.com" //Sub Menu 1 dqm__sub_xy1 = "-86,58" dqm__sub_menu_width1 = 150 dqm__subdesc1_0 = " Sejarah Coca-Cola" dqm__subdesc1_1 = " Info Produk" dqm__icon_index1_0 = 0 dqm__icon_index1_1 = 0 dqm__url1_0 = "../product/index.php" dqm__url1_1 = "../product/index.php?act=geninfo" dqm__subdesc1_2 = " Coca-Cola" dqm__icon_index1_2 = 0 dqm__url1_2 = "../product/index.php?act=prod_detail&p_id=3" dqm__subdesc1_3 = " Diet Coke" dqm__icon_index1_3 = 0 dqm__url1_3 = "../product/index.php?act=prod_detail&p_id=4" dqm__subdesc1_4 = " Coke Zero" dqm__icon_index1_4 = 0 dqm__url1_4 = "../product/index.php?act=prod_detail&p_id=5" dqm__subdesc1_5 = " Sprite" dqm__icon_index1_5 = 0 dqm__url1_5 = "../product/index.php?act=prod_detail&p_id=6" dqm__subdesc1_6 = " Sprite Zero" dqm__icon_index1_6 = 0 dqm__url1_6 = "../product/index.php?act=prod_detail&p_id=7" dqm__subdesc1_7 = " Fanta Vitamin C" dqm__icon_index1_7 = 0 dqm__url1_7 = "../product/index.php?act=prod_detail&p_id=9" dqm__subdesc1_8 = " Schweppes" dqm__icon_index1_8 = 0 dqm__url1_8 = "../product/index.php?act=prod_detail&p_id=10" dqm__subdesc1_9 = " Frestea Green" dqm__icon_index1_9 = 0 dqm__url1_9 = "../product/index.php?act=prod_detail&p_id=13" dqm__subdesc1_10 = " Frestea" dqm__icon_index1_10 = 0 dqm__url1_10 = "../product/index.php?act=prod_detail&p_id=14" dqm__subdesc1_11 = " Frestea Apel-Lemon-Markisa" dqm__icon_index1_11 = 0 dqm__url1_11 = "../product/index.php?act=prod_detail&p_id=15" dqm__subdesc1_12 = " Frestea Green My Body" dqm__icon_index1_12 = 0 dqm__url1_12 = "../product/index.php?act=prod_detail&p_id=16" dqm__subdesc1_13 = " AdeS" dqm__icon_index1_13 = 0 dqm__url1_13 = "../product/index.php?act=prod_detail&p_id=17" dqm__subdesc1_14 = " Powerade Isotonik" dqm__icon_index1_14 = 0 dqm__url1_14 = "../product/index.php?act=prod_detail&p_id=18" dqm__subdesc1_15 = " Minute Maid Pulpy Orange" dqm__icon_index1_15 = 0 dqm__url1_15 = "../product/index.php?act=prod_detail&p_id=19" //Sub Menu 2 dqm__sub_xy2 = "-86,58" dqm__sub_menu_width2 = 170 dqm__subdesc2_0 = " Penjualan dan Pemasaran" dqm__subdesc2_1 = "       Program Promosi" dqm__subdesc2_2 = "       Layanan Konsumen" dqm__subdesc2_3 = "       Area Marketing Contractor" dqm__subdesc2_4 = "       Layanan Pendingin Produk" //dqm__subdesc2_5 = "       HoReCa" dqm__subdesc2_5 = " Produksi dan Distribusi" dqm__subdesc2_6 = "       Proses Manufaktur" dqm__subdesc2_7 = "       Virtual Plant Tour" dqm__subdesc2_8 = "       Sistem Distribusi" dqm__subdesc2_9 = " Inovasi Kami" //dqm__subdesc2_10 = " Display Contest" //dqm__subdesc2_10 = " Kalender Acara" dqm__icon_index2_0 = 0 dqm__icon_index2_5 = 0 dqm__icon_index2_9 = 0 //dqm__icon_index2_10 = 0 //dqm__icon_index2_10 = 0 dqm__url2_0 = "../ourbusiness/index.php?act=salesnmarketing" dqm__url2_1 = "../ourbusiness/index.php" dqm__url2_2 = "../ourbusiness/index.php?act=servingourcust" dqm__url2_3 = "../ourbusiness/index.php?act=amc" dqm__url2_4 = "../ourbusiness/index.php?act=servingourproduct" //dqm__url2_5 = "../ourbusiness/index.php?act=horeca" dqm__url2_5 = "../ourbusiness/index.php?act=manfndistribution" dqm__url2_6 = "../ourbusiness/index.php?act=manufacturing" dqm__url2_7 = "../ourbusiness/index.php?act=virtualplant" dqm__url2_8 = "../ourbusiness/index.php?act=distoverview" dqm__url2_9 = "../ourbusiness/index.php?act=inovation" //dqm__url2_10 = "../display_contest/index.php" //dqm__url2_10 = "../ourbusiness/index.php?act=calendar" //Sub Menu 3 dqm__sub_xy3 = "-86,58" dqm__sub_menu_width3 = 196 dqm__subdesc3_0 = " Fokus pada Pengembangan SDM" dqm__subdesc3_1 = " Graduate Trainee Program" dqm__subdesc3_3 = " Lowongan Kerja " dqm__subdesc3_2 = " Cerita Sukses" dqm__icon_index3_0 = 0 dqm__icon_index3_1 = 0 dqm__icon_index3_2 = 0 dqm__icon_index3_3 = 0 dqm__url3_0 = "../peopledev/index.php" dqm__url3_1 = "../peopledev/index.php?act=graduatetrain" dqm__url3_2 = "../peopledev/index.php?act=success" dqm__url3_3 = "../peopledev/vacancy.php" //Sub Menu 4 dqm__sub_xy4 = "-86,58" dqm__sub_menu_width4 = 190 dqm__subdesc4_0 = " Menjadi Pelanggan Coca-Cola" dqm__subdesc4_1 = " Permintaan Alat Pendingin Produk" dqm__icon_index4_0 = 0 dqm__icon_index4_1 = 0 dqm__url4_0 = "../businesswithcoke/index.php" dqm__url4_1 = "../businesswithcoke/index.php?act=cooler" //Sub Menu 5 dqm__sub_xy5 = "-86,58" dqm__sub_menu_width5 = 110 dqm__subdesc5_0 = " Iklan TV" dqm__subdesc5_1 = " Cool Downloads " dqm__subdesc5_2 = " Coke Games " dqm__subdesc5_3 = " Coke history " //dqm__subdesc5_3 = " E-Cards " //dqm__subdesc5_4 = " Graphic Library " dqm__icon_index5_0 = 0 dqm__icon_index5_1 = 0 dqm__icon_index5_2 = 0 dqm__icon_index5_3 = 0 //dqm__icon_index5_3 = 0 //dqm__icon_index5_4 = 0 dqm__url5_0 = "../funstuff/index.php" dqm__url5_1 = "../funstuff/index.php?act=cool" dqm__url5_2 = "../funstuff/index.php?act=games" dqm__url5_3 = "../funstuff/index.php?act=cokehistory&v=1" //dqm__url5_3 = "../funstuff/index.php?act=e_card" //dqm__url5_4 = "http://cbtgen01/Application/IS/Graphic+Library.nsf" //Sub Menu 6 dqm__sub_xy6 = "-138,58" dqm__sub_menu_width6 = 130 dqm__subdesc6_0 = " Info Media " dqm__subdesc6_1 = " CCA News Release" dqm__subdesc6_2 = " ASDP" dqm__subdesc6_3 = " Sprite D'Plong 2007" dqm__subdesc6_4 = " Sprite D'Plong 2008" dqm__icon_index6_0 = 0 dqm__icon_index6_1 = 0 dqm__icon_index6_2 = 0 dqm__icon_index6_3 = 0 dqm__icon_index6_4 = 0 dqm__url6_0 = "../news/index.php" dqm__url6_1 = "http://www.ccamatil.com/media_info.asp" dqm__url6_2 = "../asdp/index.php" dqm__url6_3 = "../spritedplong07/index.php" dqm__url6_4 = "../spritedplong/index.php" //Sub Menu 7 dqm__sub_xy7 = "-107,18" dqm__sub_menu_width7 = 107 dqm__subdesc7_0 = " Maret 2010" dqm__url7_0 = "../ourbusiness/index.php?select_month=3&select_year=2010" dqm__subdesc7_1 = " Februari 2010" dqm__url7_1 = "../ourbusiness/index.php?select_month=2&select_year=2010" dqm__subdesc7_2 = " Januari 2010" dqm__url7_2 = "../ourbusiness/index.php?select_month=1&select_year=2010" dqm__subdesc7_3 = " Desember 2009" dqm__url7_3 = "../ourbusiness/index.php?select_month=12&select_year=2009" dqm__subdesc7_4 = " November 2009" dqm__url7_4 = "../ourbusiness/index.php?select_month=11&select_year=2009" dqm__subdesc7_5 = " Oktober 2009" dqm__url7_5 = "../ourbusiness/index.php?select_month=10&select_year=2009" dqm__subdesc7_6 = " September 2009" dqm__url7_6 = "../ourbusiness/index.php?select_month=9&select_year=2009" dqm__subdesc7_7 = " Agustus 2009" dqm__url7_7 = "../ourbusiness/index.php?select_month=8&select_year=2009" dqm__subdesc7_8 = " Juli 2009" dqm__url7_8 = "../ourbusiness/index.php?select_month=7&select_year=2009" dqm__subdesc7_9 = " Juni 2009" dqm__url7_9 = "../ourbusiness/index.php?select_month=6&select_year=2009" dqm__subdesc7_10 = " Mei 2009" dqm__url7_10 = "../ourbusiness/index.php?select_month=5&select_year=2009" dqm__subdesc7_11 = " Februari 2009" dqm__url7_11 = "../ourbusiness/index.php?select_month=2&select_year=2009" dqm__subdesc7_12 = " Desember 2008" dqm__url7_12 = "../ourbusiness/index.php?select_month=12&select_year=2008" dqm__subdesc7_13 = " November 2008" dqm__url7_13 = "../ourbusiness/index.php?select_month=11&select_year=2008" dqm__subdesc7_14 = " September 2008" dqm__url7_14 = "../ourbusiness/index.php?select_month=9&select_year=2008" dqm__subdesc7_15 = " Juli 2008" dqm__url7_15 = "../ourbusiness/index.php?select_month=7&select_year=2008" dqm__subdesc7_16 = " Juni 2008" dqm__url7_16 = "../ourbusiness/index.php?select_month=6&select_year=2008" dqm__subdesc7_17 = " April 2008" dqm__url7_17 = "../ourbusiness/index.php?select_month=4&select_year=2008" dqm__subdesc7_18 = " Maret 2008" dqm__url7_18 = "../ourbusiness/index.php?select_month=3&select_year=2008" dqm__subdesc7_19 = " Oktober 2007" dqm__url7_19 = "../ourbusiness/index.php?select_month=10&select_year=2007" dqm__subdesc7_20 = " Juni 2007" dqm__url7_20 = "../ourbusiness/index.php?select_month=6&select_year=2007" dqm__subdesc7_21 = " April 2007" dqm__url7_21 = "../ourbusiness/index.php?select_month=4&select_year=2007" dqm__subdesc7_22 = " Maret 2007" dqm__url7_22 = "../ourbusiness/index.php?select_month=3&select_year=2007" dqm__subdesc7_23 = " Februari 2007" dqm__url7_23 = "../ourbusiness/index.php?select_month=2&select_year=2007" dqm__subdesc7_24 = " Januari 2007" dqm__url7_24 = "../ourbusiness/index.php?select_month=1&select_year=2007" dqm__subdesc7_25 = " Desember 2006" dqm__url7_25 = "../ourbusiness/index.php?select_month=12&select_year=2006" dqm__subdesc7_26 = " Oktober 2006" dqm__url7_26 = "../ourbusiness/index.php?select_month=10&select_year=2006" dqm__subdesc7_27 = " Agustus 2006" dqm__url7_27 = "../ourbusiness/index.php?select_month=8&select_year=2006" dqm__subdesc7_28 = " Juli 2006" dqm__url7_28 = "../ourbusiness/index.php?select_month=7&select_year=2006" dqm__subdesc7_29 = " Juni 2006" dqm__url7_29 = "../ourbusiness/index.php?select_month=6&select_year=2006" dqm__subdesc7_30 = " Mei 2006" dqm__url7_30 = "../ourbusiness/index.php?select_month=5&select_year=2006" dqm__subdesc7_31 = " Maret 2006" dqm__url7_31 = "../ourbusiness/index.php?select_month=3&select_year=2006" dqm__subdesc7_32 = " Februari 2006" dqm__url7_32 = "../ourbusiness/index.php?select_month=2&select_year=2006" dqm__subdesc7_33 = " Januari 2006" dqm__url7_33 = "../ourbusiness/index.php?select_month=1&select_year=2006" dqm__subdesc7_34 = " Desember 2005" dqm__url7_34 = "../ourbusiness/index.php?select_month=12&select_year=2005" dqm__subdesc7_35 = " November 2005" dqm__url7_35 = "../ourbusiness/index.php?select_month=11&select_year=2005" dqm__subdesc7_36 = " Oktober 2005" dqm__url7_36 = "../ourbusiness/index.php?select_month=10&select_year=2005" dqm__subdesc7_37 = " September 2005" dqm__url7_37 = "../ourbusiness/index.php?select_month=9&select_year=2005" dqm__subdesc7_38 = " Agustus 2005" dqm__url7_38 = "../ourbusiness/index.php?select_month=8&select_year=2005" dqm__subdesc7_39 = " Juli 2005" dqm__url7_39 = "../ourbusiness/index.php?select_month=7&select_year=2005" dqm__subdesc7_40 = " Juni 2005" dqm__url7_40 = "../ourbusiness/index.php?select_month=6&select_year=2005" dqm__subdesc7_41 = " Mei 2005" dqm__url7_41 = "../ourbusiness/index.php?select_month=5&select_year=2005" dqm__subdesc7_42 = " April 2005" dqm__url7_42 = "../ourbusiness/index.php?select_month=4&select_year=2005" dqm__subdesc7_43 = " Mei 2004" dqm__url7_43 = "../ourbusiness/index.php?select_month=5&select_year=2004" dqm__subdesc7_44 = " Maret 2004" dqm__url7_44 = "../ourbusiness/index.php?select_month=3&select_year=2004" //Sub Menu 8 dqm__sub_xy8 = "-160,18" dqm__sub_menu_width8 = 160 dqm__subdesc8_0 = "-- All Department --" dqm__subdesc8_1 = "Business Services" dqm__subdesc8_2 = "Corporate Affairs & Security" dqm__subdesc8_3 = "Finance" dqm__subdesc8_4 = "Human Resource" dqm__subdesc8_5 = "Sales & Marketing" dqm__subdesc8_6 = "Technical Operation & Logistic" dqm__url8_0 = "../peopledev/vacancy.php" dqm__url8_1 = "../peopledev/vacancy.php?dpt=1" dqm__url8_2 = "../peopledev/vacancy.php?dpt=2" dqm__url8_3 = "../peopledev/vacancy.php?dpt=3" dqm__url8_4 = "../peopledev/vacancy.php?dpt=4" dqm__url8_5 = "../peopledev/vacancy.php?dpt=5" dqm__url8_6 = "../peopledev/vacancy.php?dpt=6"