   DQM_sub_menu_width = 170
  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = "http://www.mytelus.com/js/"

   DQM_border_color = "#66CC00"
   
   DQM_menu_bgcolor = "#ffffff"
   DQM_hl_bgcolor = "#E0F5CC"

   DQM_sub_xy = "0,0"
   DQM_border_width = 1
   DQM_divider_height = 0

   
   DQM_ie5mac_offset_X = 10
   DQM_ie5mac_offset_Y = 12

   DQM_textcolor = "#49166D"
   DQM_fontfamily = "arial"
   DQM_fontsize = 11
   DQM_textdecoration = "underline"
   DQM_fontweight = "normal"

   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#49166D"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 8


   DQM_rollover_image0 = "http://www.mytelus.com/"
   DQM_rollover_wh0 = ""

  

DQM_sub_xy0 = "-141,21"
DQM_sub_menu_width0 = 150;


DQM_subdesc0_0 = "advanced search"
DQM_subdesc0_1 = "auctions"
DQM_subdesc0_2 = "automotive"
DQM_subdesc0_3 = "community connections"
DQM_subdesc0_4 = "games"
DQM_subdesc0_5 = "home & garden"
DQM_subdesc0_6 = "HomeSitter"
DQM_subdesc0_7 = "horoscopes"
DQM_subdesc0_8 = "instant messenger"
DQM_subdesc0_9 = "internet fax"
DQM_subdesc0_10 = "lotteries"
DQM_subdesc0_11 = "maps"
DQM_subdesc0_12 = "mobile"
DQM_subdesc0_13 = "music"
DQM_subdesc0_14 = "newsletters"
DQM_subdesc0_15 = "shopping"
DQM_subdesc0_16 = "travel"
DQM_subdesc0_17 = "weather"


//if number of items in list changes, change "i<19" so 19 is equals # of list items
for(var i=0;i<18;i++){
temp = "DQM_icon_index0_" + i + " = 0";
eval(temp);
}

DQM_url0_0 = "http://www.mytelus.com/search/advanced.do"
DQM_url0_1 = "http://www.mytelus.com/shopping/auctions.vm"
DQM_url0_2 = "http://automotive.mytelus.com/automotive/"
DQM_url0_3 = "http://www.mytelus.com/community/"
DQM_url0_4 = "http://www.mytelus.com/games/"
DQM_url0_5 = "http://www.mytelus.com/homegarden/"
DQM_url0_6 = "http://www.mytelus.com/homesitter/"
DQM_url0_7 = "http://www.mytelus.com/horoscopes/"
DQM_url0_8 = "http://www.mytelus.com/im/"
DQM_url0_9 = "http://www.mytelus.com/fax/"
DQM_url0_10 = "http://www.mytelus.com/lotteries/"
DQM_url0_11 = "http://www.mytelus.com/maps/"
DQM_url0_12 = "http://www.mytelus.com/mobile/"
DQM_url0_13 = "http://www.mytelus.com/music/"
DQM_url0_14 = "http://www.mytelus.com/newsletters/"
DQM_url0_15 = "http://www.mytelus.com/shopping/"
DQM_url0_16 = "http://www.mytelus.com/travel/"
DQM_url0_17 = "http://www.mytelus.com/weather/"


// Customized By Royston
document.write("<scr" + "ipt src=\"" + DQM_codebase + "dqm_script.js\" language=\"JavaScript1.2\"></scr" + "ipt>");

// Search feature to open new windows with ebay and internet help searches
function doSearch(p,q) {
  var Type = p.options[p.selectedIndex].value;
  // var Query = q.value.replace(/ /g,"+");
  var Query = escape(q.value.replace(/ /g,"+"));
  var TargetURL = "http://www.mytelus.com/search/results.do?p=" + Type + "&q=" + Query;
  if (Type == 'telusnet' || Type == 'ebay') {
      window.open(TargetURL,'Search','toolbar=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,titlebar=yes,resizable=yes');
  } else {
      window.open(TargetURL,'_top'); 
  }
}

