/*-------------------------------------------
Copyright Notice
--------------------------------------------*/




/// SMALL SNIPPET OF CODE TO PERFORM SIMPLE ROLLOVER IMAGE SWAP FOR THOSE MENU ITEMS WITHOUT DROPDOWN OPTIONS


base_url = 'http://www.rumstory.co.uk/';

normal_image5 = new Image();
normal_image5.src = "screens/men5.gif";
mouseover_image5 = new Image();
mouseover_image5.src = "screens/men5b.gif";
normal_image6 = new Image();
normal_image6.src = "screens/men6.gif";
mouseover_image6 = new Image();
mouseover_image6.src = "screens/men6b.gif";
normal_image7 = new Image();
normal_image7.src = "screens/men7.gif";
mouseover_image7 = new Image();
mouseover_image7.src = "screens/men7b.gif";

function swap(){
if (document.images){
for (var x=0;
x<swap.arguments.length;
x+=2) {
document[swap.arguments[x]].src = eval(swap.arguments[x+1] + ".src");
}
}
}

/// END FIX FOR NON-ROLLOVERS




DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 130

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = ""

   DQM_border_color = "#000000"
   
   DQM_menu_bgcolor = "#eeeeee"
   DQM_hl_bgcolor = "#660009"

   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 = "#111111"
   DQM_fontfamily = "Verdana,Arial,Helvetica"
   DQM_fontsize = 10
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#ECAC52"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 1
   DQM_margin_bottom = 1
   DQM_margin_left = 2



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = "screens/men1b.gif"
   DQM_rollover_wh0 = "80,18"

   DQM_rollover_image1 = "screens/men2b.gif"
   DQM_rollover_wh1 = "57,18"

   DQM_rollover_image2 = "screens/men3b.gif"
   DQM_rollover_wh2 = "100,18"

   DQM_rollover_image3 = "screens/men4b.gif"
   DQM_rollover_wh3 = "83,18"

  

/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

DQM_sub_xy0 = "-75,17"
DQM_sub_menu_width0 = 110
DQM_subdesc0_0 = "<b>Getting Here</b>"
DQM_subdesc0_1 = "<b>ONLINE TOUR</b>"
DQM_subdesc0_2 = "<b>Opening Times</b>"
DQM_subdesc0_3 = "Shop & Café"
DQM_subdesc0_4 = "Admission Prices"
DQM_subdesc0_5 = "Photo Gallery"
DQM_subdesc0_6 = "Competition"
DQM_subdesc0_7 = "About Whitehaven"
DQM_url0_0 = base_url+"gettinghere.shtml"
DQM_url0_1 = base_url+"tour1a.shtml"
DQM_url0_2 = base_url+"openingtimes.shtml"
DQM_url0_3 = base_url+"shopcafe.shtml"
DQM_url0_4 = base_url+"admissionprices.shtml"
DQM_url0_5 = base_url+"photogallery.shtml"
DQM_url0_6 = base_url+"competition.shtml"
DQM_url0_7 = base_url+"aboutwhitehaven.shtml"

DQM_sub_xy1 = "-57,17"
DQM_sub_menu_width1 = 160
DQM_subdesc1_0 = "Coach Parties"
DQM_subdesc1_1 = "<b>School Groups</b>"
DQM_subdesc1_2 = "Higher & Further Education"
DQM_subdesc1_3 = "Group Contacts"
DQM_url1_0 = base_url+"coachparties.shtml"
DQM_url1_1 = base_url+"schoolgroups.shtml"
DQM_url1_2 = base_url+"higherandfurther.shtml"
DQM_url1_3 = base_url+"contacts-groups.shtml"

DQM_sub_xy2 = "-100,17"
DQM_sub_menu_width2 = 140
DQM_subdesc2_0 = "<b>Latest News</b>"
DQM_subdesc2_1 = "News Archive"
DQM_subdesc2_2 = "<b>Coming Events & Talks</b>"
DQM_subdesc2_3 = "Events & Talks Archive"
DQM_url2_0 = base_url+"news.shtml"
DQM_url2_1 = base_url+"news-archive.shtml"
DQM_url2_2 = base_url+"events.shtml"
DQM_url2_3 = base_url+"events-archive.shtml"

DQM_sub_xy3 = "-83,17"
DQM_sub_menu_width3 = 115
DQM_subdesc3_0 = "Small Conferences"
DQM_subdesc3_1 = "Children's Parties"
DQM_subdesc3_2 = "Special Occasions"
DQM_subdesc3_3 = "Contacts"
DQM_url3_0 = base_url+"conferences.shtml"
DQM_url3_1 = base_url+"childrensparties.shtml"
DQM_url3_2 = base_url+"specialoccasions.shtml"
DQM_url3_3 = base_url+"contacts-hospitality.shtml"
