/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 50

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = "../script/"

   DQM_border_color = "#003300"
   
   DQM_menu_bgcolor = "#E3E0CA"
   DQM_hl_bgcolor = "#DCD4B5"

   DQM_sub_xy = "0,0"
   DQM_border_width = 1
   DQM_divider_height = 0

   DQM_mouse_off_delay = 150
   DQM_nn4_mouse_off_delay = 500
   
   /*---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 = 0
   DQM_ie5mac_offset_Y = -5


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#336633"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 10
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#660000"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 2
   DQM_margin_bottom = 3
   DQM_margin_left = 5



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
	DQM_rollover_image0 = "../images/top_nav/portfolio-over.gif"
	DQM_rollover_wh0 = "57,60"
	/*DQM__url0 = "portfolio/portfolio.html";*/

	DQM_rollover_image1 = "../images/top_nav/news-over.gif"
	DQM_rollover_wh1 = "41,60"
	/*DQM__url1 = "news/news.html";*/

	DQM_rollover_image3 = "../images/top_nav/contact-over.gif" 
	DQM_rollover_wh3 = "53,60"
	/*DQM__url3 = "contact/contact.html";*/  
	
	DQM_rollover_image4 = "../images/top_nav/about-overr.gif" 
	DQM_rollover_wh4 = "44,60"
	/*DQM__url3 = "contact/contact.html";*/  
  	
	
/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   DQM_icon_image0 = "sample_../images/bullet.gif"
   DQM_icon_rollover0 = "sample_../images/bullet_hl.gif"
   DQM_icon_image_wh0 = "13,8"


/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

/* ABOUT */
DQM_sub_xy4 = "-62,60"
DQM_sub_menu_width4 = 80
DQM_subdesc4_0 = "About TSI"
DQM_subdesc4_1 = "Memberships"
DQM_subdesc4_2 = "Mission"
DQM_url4_0 = "../about/about.html"
DQM_url4_1 = "../about/memberships.html"
DQM_url4_2 = "../about/mission.html"

/* PORTFOLIO */
DQM_sub_xy0 = "-67,60"
DQM_sub_menu_width0 = 77
DQM_subdesc0_0 = "Design"
DQM_subdesc0_1 = "Environments"
DQM_subdesc0_2 = "Interactives"
DQM_subdesc0_3 = "Models"
DQM_subdesc0_4 = "Murals & Illustrations"
DQM_url0_0 = "../portfolio/design-home.html"
DQM_url0_1 = "../portfolio/environments-home.html"
DQM_url0_2 = "../portfolio/interactives-home.html"
DQM_url0_3 = "../portfolio/models-home.html"
DQM_url0_4 = "../portfolio/murals-home.html"


/* NEWS */
DQM_sub_xy1 = "-64,60"
DQM_sub_menu_width1 = 88;
DQM_subdesc1_0 = "Current News"
DQM_subdesc1_1 = "Job Openings"
DQM_subdesc1_2 = "Projects"
DQM_url1_0 = "../news/news.html"
DQM_url1_1 = "../news/jobs.html"
DQM_url1_2 = "../news/projects.html"


/* CONTACT */
DQM_sub_xy3 = "-59,60"
DQM_sub_menu_width3 = 65
DQM_subdesc3_0 = "E-mail"
DQM_subdesc3_1 = "Directions"
DQM_url3_0 = "../contact/contact.html"
DQM_url3_1 = "../contact/directions.html"
