
//  QuickMenu Pro, Copyright (c) - 2002, OpenCube Inc. - http://www.opencube.com
//  
//
//
//  QuickMenu Pro - (QuickMenu v3.0) Works With....
//
//      IE4, IE5.x, IE6 (Win 95, 98, ME, 2000, NT, XP)
//      IE4, IE5.x, &up (Mac)
//      NS4.x (All Platforms)
//      NS5/6.x (All Platforms)
//      ns7 - beta (All Platforms)
//      Opera 5 & 6 (All Platforms)
//
//  
//  To customize QuickMenu Pro open this file in a simple text 
//  editor (Notepad or similar). Modify and add parameters (all 
//  customizable parameters start with 'DQM_'), save this file,
//  and open 'sample.htm' in a browser to view your menu. View
//  the source for sample.htm for information on connecting 
//  sub menus to HTML images or build your page around the
//  included sample.htm file.
//
//  QuickMenu conditionally loads the necessary JavaScript
//  files (.js) depending on the browser and platform the user
//  is viewing the menu on. The total file size for each
//  browser / platform scenario is no larger than 12K.
//
//  This sample data file contains comments and help information
//  to assist in the initial customization of your drop down 
//  menu. If you base your implementation on this template we 
//  recommend removal of the comments before using on the web as 
//  to optimize the overall file size and load time of the menu for 
//  the end user.
//
//
//  NOTE: Parameters with an appended '//' are commented out,
//        delete the '//' to activate the parameter. 
//
//        Commenting out required parameters will cause errors.
//
//        Text values except TRUE and FALSE statements must be
//        enclosed by double quotes (").
//  
//        Each parameter value should appear on its own line.
//
//        This data file may also be placed within your HTML page
//        by enclosing between JavaScript tags.
//
//        Due to browser limitations, DHTML menus will not appear
//        on top of Flash objects, across frames, or over certain
//        form field elements. A hide and show workaround for form
//        fields is included with this menu (see the 'Menu event 
//        triggered custom function calls' section below).         




/*-------------------------------------------
Copyright Notice - The following parameter is 
required in order for the menu to function.
--------------------------------------------*/


   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"
 


/*-------------------------------------------
required menu Settings
--------------------------------------------*/


   DQM_sub_menu_width = 130      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   
   
   DQM_codebase = "http://www.mcinturffguitars.com/00DHTML/"             //relative location of .js files
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 0

   DQM_border_color = "#666666"
   DQM_menu_bgcolor = "#e6e6e6"
   DQM_hl_bgcolor = "#C2BCA7"
     

   /*---The following parameter defines the delay
   -----time between the mouse moving outside of
   -----a sub menu and the sub menu actually closing.
   -----In all browsers except Netscape 4.x this time 
   -----period starts after the mouse leaves the sub 
   -----menu and the user stops moving the mouse. 
   -----This setting is useful for reducing end-user 
   -----error in the selection of sub menus. Defined 
   -----in milliseconds (1/1000s)---*/

   DQM_mouse_off_delay = 100
   
  
   /*---Internet Explorer Mac Offset Fix - The following
   -----parameters correct position reporting bugs in
   -----ie4.x and ie5.x on the Mac OS9 and OSX platforms.
   -----Adjust the offsets below until the first level
   -----sub menus pop up in the correct location.*/
   
   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.x fix option - bugs in Netscape 4.x
   -----can cause layers (sub menus) to be rendered
   -----incorrectly upon resizing the browser window.
   -----The only way to work around this issue is to reload
   -----the page after a resize. The following parameters allow
   -----the menu to automatically reload the page for the user
   -----after a resize, prompts the user to reload the page
   -----manually after resize, or attempts to correct the menu
   -----after a resize without reloading.-----*/
   
   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."
   

/*-------------------------------------------
Internet Explorer Transition Effects - IE5.5 & UP

Note: All non supporting browsers will ignore
the effect settings below while retaining the
complete sub menu functionality and look.
--------------------------------------------*/

	
   /*----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 = .3
   DQM_sub_item_effect_duration = .3

  
   /*----Customization option settings for the various effect
   ------transitions may be defined below---*/

   DQM_effect_pixelate_maxsqare = 25
   DQM_effect_iris_irisstyle = "CIRCLE"          //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 is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   DQM_sub_menu_opacity = 100


   /*----Note: Due to browser limitations, when using a 
   ------drop shadow effect combined  with a sub menu transition
   ----- effect, the drop shadow portion of the menu will 
   ------not be animated. To turn off the drop shadow, set the 
   ------color parameter value below to 'none' ----*/

   DQM_dropshadow_color = "none"
   DQM_dropshadow_offx = 5
   DQM_dropshadow_offy = 5	



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/


   /*----This menu uses the documents onload event to
   ------initially generate the menus. If your HTML page requires
   ------the onload statement for calling other script functions
   ------or statements you may execute your code using the
   ------parameter below------*/

   //DQM_onload_code = "alert('custom function - onload')"


   /*----the following parameters may be used to execute
   ------custom code upon menu pop-up and hide.
   ------These are useful for hiding drop down boxes which
   ------may not be displayed under the menus due to
   ------browser limitations with certain form fields.---*/

   //DQM_showmenu_code0 = "status = 'custom show menu function call - menu0'"
   //DQM_showmenu_code1 = "status = 'custom show menu function call - menu1'"

   //DQM_hidemenu_code0 = "status = 'custom hide menu function call - menu0'"
   //DQM_hidemenu_code1 = "status = 'custom hide menu function call - menu1'"

 
   /*----the following parameters may be used to execute
   ------custom code upon clicking a menu item. If a URL link 
   ------and custom code are both defined the code will be 
   ------executed first, then the URL link will be loaded. This 
   ------parameter option is useful for opening custom pop up windows.---*/

   //DQM_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')"
   //DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"



/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#444444"
   DQM_fontfamily = "Verdana"         //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' 	
   DQM_hl_textcolor = "#000000"
   DQM_hl_textdecoration = "underline"   //set to: 'normal', or 'underline'

   DQM_margin_top = 2
   DQM_margin_bottom = 3
   DQM_margin_left = 5
   DQM_margin_right = 4

   DQM_text_alignment = "left"        //set to: 'left', 'center' or 'right'
   



/*---------------------------------------------
Optional Icon Images - Relative Positioning

The relative positioned icon images are automatically
placed directly before or after the sub menu items
text (placement is determined by text alignment). 
By adding transparent space to the left or right
of the icon image itself, a custom image to text gap
may be obtained (Note: The gap space between icon
images and text may also be achieved by using the
menus optional 2nd icon image, see the 'optional 2nd
icon images' section for more information). The 
relative positioned icons are useful for creating
text bullets for aesthetic purposes or symbolic icons
for different sub menu items.
-----------------------------------------------*/


   /*----Unlimited icon images may be defined and associated with any sub menu
   ------item by specifying the icons index with the 'DQM_icon_index' parameter 
   ------see the 'sub menu customization' section below for examples---------*/


   DQM_icon_image0 = "http://www.mcinturffguitars.com/Images/ServicesMenu/bullet.gif"
   DQM_icon_rollover0 = "http://www.mcinturffguitars.com/Images/ServicesMenu/bullet_hl.gif"
   DQM_icon_image_wh0 = "13,8"

   DQM_icon_image1 = "http://www.mcinturffguitars.com/Images/ServicesMenu/arrow.gif"
   DQM_icon_rollover1 = "http://www.mcinturffguitars.com/Images/ServicesMenu/arrow.gif"
   DQM_icon_image_wh1 = "13,10"


/*---------------------------------------------
Optional 2nd Icon Images - Absolute Positioning

The 2nd absolute positioned icons may be positioned 
anywhere within the sub menu items bounding area. 
These icon images are useful for creating arrows 
or other symbols which indicate the existence of a 
child sub menu. Sub menu text alignment or length 
will not affect the images placement.  If your images 
undesirably appear over the top of sub menu text 
items then adjust the icons coordinates, sub menu 
widths, or margins accordingly.

Note: Icon image coordinates are defined relative to
the top right corner of the sub menu item when the
sub menu text is left aligned, or relative to the
top left corner when the sub menus text is right
aligned.
-----------------------------------------------*/


   /*----Unlimited icon images may be defined and associated with any sub menu
   ------item by specifying the icons index with the 'DQM_2nd_icon_index' parameter 
   ------see the 'sub menu customization' section below for examples---------*/

   //DQM_2nd_icon_image0 = "sample_images/arrow.gif"
   //DQM_2nd_icon_rollover0 = "sample_images/arrow.gif"
   //DQM_2nd_icon_image_wh0 = "13,10"
   //DQM_2nd_icon_image_xy0 = "0,4"


/*---------------------------------------------
Optional Status Bar Text

Note: Custom defined status bar text for a menu item 
will be displayed in place of the URL when the 
'DQM_show_urls_statusbar' parameter is set to true.
-----------------------------------------------*/

   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"	




/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */ 
/*********************************************************************/

/*--------------------------------------------------------------------

The following parameters define the main menu items rollover images and 
URL's. Each rollover image is connected to a pre-defined HTML image within
your web page by matching the rollover parameters index to the defined
index of your html pages menu image (See the documentation or view the
source of 'sample.htm' for information on setting up HTML image tags 
as menu items). The rollover image parameters are provided as an optional 
effect and are not required in order for the menu to function.

Note: To define URL links for a main menu image, define both a URL link
      parameter below (i.e. "DQM_url0 = 'myurl.htm'") and attach a
      hyperlink tag (<a href='myurl.htm'>...<a>) to the menu's associated
      image within your HTML page. This redundancy is required for 
      complete cross browser functionality of main menu URL links.

      Specific main menu image URL targets may also be defined by defining
      a 'DQM_urltargetX' parameter, where X is the the associated main
      menu items index number. Allowable 'DQM_urltarget' param values
      include... _self, _parent, _new, or "my frame name".

---------------------------------------------------------------------*/
  

   
   DQM_rollover_image0 = "http://www.mcinturffguitars.com/Images/ServicesMenu/ContactInitTanSelSm.gif"
   DQM_rollover_wh0 = "58,13"

   DQM_rollover_image1 = "http://www.mcinturffguitars.com/Images/ServicesMenu/DealersInitTanSelSm.gif"
   DQM_rollover_wh1 = "55,13"

   DQM_rollover_image2 = "http://www.mcinturffguitars.com/Images/ServicesMenu/OptionsInitTanSelSm.gif" 
   DQM_rollover_wh2 = "58,13"

   DQM_rollover_image3 = "http://www.mcinturffguitars.com/Images/ServicesMenu/ReviewsInitTanSelSm.gif" 
   DQM_rollover_wh3 = "58,13"

   DQM_rollover_image4 = "http://www.mcinturffguitars.com/Images/ServicesMenu/ShopTalkInitTanSelSm.gif" 
   DQM_rollover_wh4 = "71,13"

   DQM_rollover_image5 = "http://www.mcinturffguitars.com/Images/GuitarMenu/MonarchTanSm.gif" 
   DQM_rollover_wh5 = "54,13"

   DQM_rollover_image6 = "http://www.mcinturffguitars.com/Images/GuitarMenu/EmpressTanSm.gif" 
   DQM_rollover_wh6 = "51,13"

   DQM_rollover_image7 = "http://www.mcinturffguitars.com/Images/GuitarMenu/RoyalTanSm.gif" 
   DQM_rollover_wh7 = "36,13"

   DQM_rollover_image8 = "http://www.mcinturffguitars.com/Images/GuitarMenu/GloryStandardTanSm.gif" 
   DQM_rollover_wh8 = "92,13"

   DQM_rollover_image9 = "http://www.mcinturffguitars.com/Images/GuitarMenu/GloryCustomTanSm.gif" 
   DQM_rollover_wh9 = "83,13"

   DQM_rollover_image10 = "http://www.mcinturffguitars.com/Images/GuitarMenu/ZodiacTanSm.gif" 
   DQM_rollover_wh10 = "42,13"

   DQM_rollover_image11 = "http://www.mcinturffguitars.com/Images/GuitarMenu/TaurusSportsterTanSm.gif" 
   DQM_rollover_wh11 = "99,13"

   DQM_rollover_image12 = "http://www.mcinturffguitars.com/Images/GuitarMenu/TaurusTremTanSm.gif" 
   DQM_rollover_wh12 = "109,13"

   DQM_rollover_image13 = "http://www.mcinturffguitars.com/Images/GuitarMenu/TaurusStandardTanSm.gif" 
   DQM_rollover_wh13 = "98,13"

   DQM_rollover_image14 = "http://www.mcinturffguitars.com/Images/GuitarMenu/TaurusCustomTanSm.gif" 
   DQM_rollover_wh14 = "90,13"

   DQM_rollover_image15 = "http://www.mcinturffguitars.com/Images/GuitarMenu/TreeOfLifeTanSm.gif" 
   DQM_rollover_wh15 = "70,13"

   DQM_rollover_image16 = "http://www.mcinturffguitars.com/Images/ServicesMenu/GalleryInitTanSelSm.gif" 
   DQM_rollover_wh16 = "55,13"

   DQM_rollover_image17 = "http://www.mcinturffguitars.com/Images/GuitarMenu/DRPTanSelSm.gif" 
   DQM_rollover_wh17 = "111,15"

   DQM_rollover_image18 = "http://www.mcinturffguitars.com/Images/GuitarMenu/25thAnniversaryTanSelSm.gif" 
   DQM_rollover_wh18 = "111,16"

   DQM_rollover_image19 = "http://www.mcinturffguitars.com/Images/ServicesMenu/TCMForumInitBlackSelSm.gif" 
   DQM_rollover_wh19 = "101,13"

   DQM_rollover_image20 = "http://www.mcinturffguitars.com/Images/ServicesMenu/ArtistsInitTanSelSm.gif" 
   DQM_rollover_wh20 = "48,13"
  


/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/

/*--------------------------------------------------------------------

The parameters below define the menus tree structure, text descriptions, 
associated icon images, URL links, and sub menu positioning. An infinite 
number of sub menu items and levels may be defined for each main menu item
by appending the appropriate index values to the 'DQM_subdesc' parameter. 
The included sample menus ('sample.htm') tree structure is defined below and
may be used as a simple guide for how to index your items.

The sub menu items text descriptions may be defined using plain text or
HTML. To use HTML simply place the entire string on one line and replace
all double quotes with single quotes.



ADDITIONAL SUB MENU CUSTOMIZATION OPTIONS:

The following parameters are referenced for documentation purposes and are 
additional customizable features which may be included as part of the sample 
sub menus defined below. (Note: to use these parameters add them to the sub 
menu sections below, they are not active when inside this comment field.)


Sub Menu Group Options:

The following setting apply to individual sub menu groups. Reference a sub
menu group within the parameter by appending the index value of the group
to the parameter name.
   
 1---The following parameters define unique colors, highlight colors
   border sizes, and divider heights for a sub menu. The X at the end
   of the parameter name represents the index of the sub menu. Child sub
   menus may also be referenced, i.e. 'DQM_menu_bgcolor1_0' refers to the
   2nd main menus, 1st sub menu items, child sub menu.
   
   DQM_border_widthX = 10;
   DQM_divider_heightX = 5;		
 
   DQM_border_colorX = "#0000ff";     
   DQM_menu_bgcolorX = "#ff0000"
   DQM_hl_bgcolorX = "#00ff00"
   DQM_hl_textcolorX = "#ff0000"

 2---For more information on the following two parameter options see the 
   section above labeled 'Optional event triggered custom function calls'

   DQM_showmenu_codeX = "status = 'custom show menu function call'"
   DQM_hidemenu_codeX = "status = 'custom hide menu function call'"

 3---Define the text alignment of the sub menu as 'left', 'center', or 'right'

   DQM_text_alignmentX = "left"



Sub Menu Item Options:

The following setting apply to individual sub menu items, reference a sub
menu item within the parameter by appending the index value of the item
to the parameter name.

 1---The following parameter creates custom highlight text, any html tags
   may also be used to create formatted text and images. (Note: when using
   HTML convert all double quotes to single quotes and keep to one line.)
   Any number of 'DQM_hl_subdescX' parameters may be defined so long as there
   is a corresponding 'DQM_subdescX' parameter. The X at the end of the
   parameters name is variable and represents the index of the sub menu item.

   DQM_hl_subdescX = "custom highlight text"

 2---For more information on the following parameter option see the 
   section above labeled 'Optional event triggered custom function calls'

   DQM_clickitem_codeX = "alert('Sample onclick function call.')"

 3---Unique sub menu item URL targets may be defined with the 
   following parameter option. Allowable 'DQM_urltargetX' param values
   include... _self, _parent, _new, or "my frame name".

   DQM_urltargetX = "_new"


---------------------------------------------------------------------*/


/************************************************
*********-------Sub Menu 0--------***************
************************************************/

DQM_sub_xy0 = "-58,13"
DQM_sub_menu_width0 = 170
DQM_subdesc0_0 = "Contact TCM Guitars"
DQM_subdesc0_1 = "TCM Guitars E-mail List"
DQM_icon_index0_0 = 0
DQM_icon_index0_1 = 0
DQM_url0_0 = "http://www.mcinturffguitars.com/01-Contact/Contact/Contact.asp"
DQM_url0_1 = "http://www.mcinturffguitars.com/01-Contact/EMailList/EMailList.asp"


/************************************************
*********-------Sub Menu 1--------***************
************************************************/

DQM_sub_xy1 = "-58,13"
DQM_sub_menu_width1 = 210
DQM_subdesc1_0 = "Full Listing of TCM Dealers"
DQM_subdesc1_1 = "Our Designers Reserve Dealers"
DQM_subdesc1_2 = "Our 25th Anniversary Dealers"
DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 1
DQM_icon_index1_2 = 1
DQM_url1_0 = "http://www.mcinturffguitars.com/02-Dealers/ListOfDealers/ListOfDealers.asp"

DQM_sub_xy1_1 = "-4,2"
DQM_sub_menu_width1_1 = 160
DQM_subdesc1_1_0 = "A Plus Guitars"
DQM_subdesc1_1_1 = "Alpha Music"
DQM_subdesc1_1_2 = "Indoor Storm"
DQM_subdesc1_1_3 = "Overland Express"
DQM_subdesc1_1_4 = "Willcutt Guitar Shoppe"
DQM_icon_index1_1_0 = 0
DQM_icon_index1_1_1 = 0
DQM_icon_index1_1_2 = 0
DQM_icon_index1_1_3 = 0
DQM_icon_index1_1_4 = 0
DQM_url1_1_0 = "http://www.aplusguitars.com/mcinturff.htm"
DQM_url1_1_1 = "http://www.alpha-music.com/01Departments/01ElectricGuitars/ElectricGuitarsBrand.asp?EGBrand=TCMGuitars"
DQM_url1_1_2 = "http://www.indoorstorm.com/Merchant2/merchant.mv?Screen=CTGY&Store_Code=IS&Category_Code=MG"
DQM_url1_1_3 = "http://www.overlandexpress.com/"
DQM_url1_1_4 = "http://www.willcuttguitars.com/brand.asp?choice=Brand&mfr=59"
DQM_urltarget1_1_0 = "_new"
DQM_urltarget1_1_1 = "_new"
DQM_urltarget1_1_2 = "_new"
DQM_urltarget1_1_3 = "_new"
DQM_urltarget1_1_4 = "_new"

DQM_sub_xy1_2 = "-4,2"
DQM_sub_menu_width1_2 = 160
DQM_subdesc1_2_0 = "A Plus Guitars"
DQM_subdesc1_2_1 = "Guitar X"
DQM_subdesc1_2_2 = "Indoor Storm"
DQM_subdesc1_2_3 = "Wild West Guitars"
DQM_subdesc1_2_4 = "Willcutt Guitar Shoppe"
DQM_icon_index1_2_0 = 0
DQM_icon_index1_2_1 = 0
DQM_icon_index1_2_2 = 0
DQM_icon_index1_2_3 = 0
DQM_icon_index1_2_4 = 0
DQM_url1_2_0 = "http://www.aplusguitars.com/mcinturff.htm"
DQM_url1_2_1 = "http://www.guitarx.com/"
DQM_url1_2_2 = "http://www.indoorstorm.com/Merchant2/merchant.mv?Screen=CTGY&Store_Code=IS&Category_Code=MG"
DQM_url1_2_3 = "http://www.wildwestguitars.com/mcinturffhome.htm"
DQM_url1_2_4 = "http://www.willcuttguitars.com/brand.asp?choice=Brand&mfr=59"
DQM_urltarget1_2_0 = "_new"
DQM_urltarget1_2_1 = "_new"
DQM_urltarget1_2_2 = "_new"
DQM_urltarget1_2_3 = "_new"
DQM_urltarget1_2_4 = "_new"

DQM_sub_xy2 = "-58,13"
DQM_sub_menu_width2 = 160
DQM_subdesc2_0 = "The TCM Guitar Builder"
DQM_subdesc2_1 = "Optional Features"
DQM_subdesc2_2 = "Finish Options"
DQM_icon_index2_0 = 0
DQM_icon_index2_1 = 0
DQM_icon_index2_2 = 0
DQM_url2_0 = "http://www.mcinturffguitars.com/03-Options/TCMGuitarBuilder/TCMGuitarBuilderModels.asp"
DQM_url2_1 = "http://www.mcinturffguitars.com/03-Options/GuitarOptions/GuitarOptions.asp"
DQM_url2_2 = "http://www.mcinturffguitars.com/03-Options/FinishOptions/FinishOptions.asp"

DQM_sub_xy3 = "-58,13"
DQM_sub_menu_width3 = 175
DQM_subdesc3_0 = "Magazine Reviews" 
DQM_subdesc3_1 = "Harmony Central Reviews"
DQM_subdesc3_2 = "www.TCMForum.org"
DQM_icon_index3_0 = 1
DQM_icon_index3_1 = 1
DQM_icon_index3_2 = 0
DQM_url3_2 = "http://www.tcmforum.org"
DQM_urltarget3_2 = "_new"

DQM_sub_xy3_0 = "-4,2"
DQM_sub_menu_width3_0 = 235
DQM_subdesc3_0_0 = "Main Magazine Reviews page..."
DQM_subdesc3_0_1 = "Tone Quest, Taurus Sportster..."
DQM_subdesc3_0_2 = "Vintage Guitar, Taurus Standard T..."
DQM_subdesc3_0_3 = "Guitar Player, Taurus Standard..."
DQM_subdesc3_0_4 = "Guitar Player, Royal..."
DQM_subdesc3_0_5 = "Guitarist, Glory Standard..."
DQM_subdesc3_0_6 = "Vintage Guitar, Glory Custom..."
DQM_subdesc3_0_7 = "Guitar Shop, Empress..."
DQM_subdesc3_0_8 = "Guitar Player, Polaris..."
DQM_icon_index3_0_0 = 0
DQM_icon_index3_0_1 = 0
DQM_icon_index3_0_2 = 0
DQM_icon_index3_0_3 = 0
DQM_icon_index3_0_4 = 0
DQM_icon_index3_0_5 = 0
DQM_icon_index3_0_6 = 0
DQM_icon_index3_0_7 = 0
DQM_icon_index3_0_8 = 0
DQM_url3_0_0 = "http://www.mcinturffguitars.com/04-Reviews/MagazineReviews/MagazineReviews.asp"
DQM_url3_0_1 = "http://www.mcinturffguitars.com/04-Reviews/MagazineReviews/TaurusSportster/TaurusSportsterReview.asp"
DQM_url3_0_2 = "http://www.mcinturffguitars.com/04-Reviews/MagazineReviews/TaurusStandardT/TaurusStandardTReview.asp"
DQM_url3_0_3 = "http://www.mcinturffguitars.com/04-Reviews/MagazineReviews/TaurusStandard/TaurusStandardReview.asp"
DQM_url3_0_4 = "http://www.mcinturffguitars.com/04-Reviews/MagazineReviews/Royal/RoyalReview.asp"
DQM_url3_0_5 = "http://www.mcinturffguitars.com/04-Reviews/MagazineReviews/GloryStandard/GloryStandardReview.asp"
DQM_url3_0_6 = "http://www.mcinturffguitars.com/04-Reviews/MagazineReviews/GloryCustom/GloryCustomReview.asp"
DQM_url3_0_7 = "http://www.mcinturffguitars.com/04-Reviews/MagazineReviews/Empress/EmpressReview.asp"
DQM_url3_0_8 = "http://www.mcinturffguitars.com/04-Reviews/MagazineReviews/Polaris/PolarisReview.asp"

DQM_sub_xy3_1 = "-4,2"
DQM_sub_menu_width3_1 = 235
DQM_subdesc3_1_0 = "Harmony Central Reviews page..."
DQM_subdesc3_1_1 = "25th AE - Gemini Reviews..."
DQM_subdesc3_1_2 = "Taurus Standard Reviews..."
DQM_subdesc3_1_3 = "Taurus Sportster Reviews..."
DQM_subdesc3_1_4 = "Zodiac Reviews #1..."
DQM_subdesc3_1_5 = "Zodiac Reviews #2..."
DQM_subdesc3_1_6 = "Glory Custom Reviews..."
DQM_subdesc3_1_7 = "Glory Standard Reviews..."
DQM_subdesc3_1_8 = "Empress Reviews #1..."
DQM_subdesc3_1_9 = "Empress Reviews #2..."
DQM_subdesc3_1_10 = "Royal Reviews..."
DQM_subdesc3_1_11 = "Monarch Reviews..."
DQM_subdesc3_1_12 = "Polaris Pro Reviews..."
DQM_subdesc3_1_13 = "Polaris Reviews..."
DQM_subdesc3_1_14 = "Forum Guitar Reviews..."
DQM_icon_index3_1_0 = 0
DQM_icon_index3_1_1 = 0
DQM_icon_index3_1_2 = 0
DQM_icon_index3_1_3 = 0
DQM_icon_index3_1_4 = 0
DQM_icon_index3_1_5 = 0
DQM_icon_index3_1_6 = 0
DQM_icon_index3_1_7 = 0
DQM_icon_index3_1_8 = 0
DQM_icon_index3_1_9 = 0
DQM_icon_index3_1_10 = 0
DQM_icon_index3_1_11 = 0
DQM_icon_index3_1_12 = 0
DQM_icon_index3_1_13 = 0
DQM_icon_index3_1_14 = 0
DQM_url3_1_0 = "http://www.mcinturffguitars.com/04-Reviews/OtherReviews/OtherReviews.asp"
DQM_url3_1_1 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Gemini-01.html"
DQM_url3_1_2 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Taurus-Standard-01.html"
DQM_url3_1_3 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Taurus-Sportster-01.html"
DQM_url3_1_4 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Zodiac-01.html"
DQM_url3_1_5 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Zodiac-Custom-01.html"
DQM_url3_1_6 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Glory-Custom-01.html"
DQM_url3_1_7 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Glory-Standard-01.html"
DQM_url3_1_8 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Empress-01.html"
DQM_url3_1_9 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Empress-Custom-01.html"
DQM_url3_1_10 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Royal-01.html"
DQM_url3_1_11 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Monarch-01.html"
DQM_url3_1_12 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Polaris-Pro-01.html"
DQM_url3_1_13 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Polaris-01.html"
DQM_url3_1_14 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/TCM-Forum-Guitar-01.html"
DQM_urltarget3_1_1 = "_new"
DQM_urltarget3_1_2 = "_new"
DQM_urltarget3_1_3 = "_new"
DQM_urltarget3_1_4 = "_new"
DQM_urltarget3_1_5 = "_new"
DQM_urltarget3_1_6 = "_new"
DQM_urltarget3_1_7 = "_new"
DQM_urltarget3_1_8 = "_new"
DQM_urltarget3_1_9 = "_new"
DQM_urltarget3_1_10 = "_new"
DQM_urltarget3_1_11 = "_new"
DQM_urltarget3_1_12 = "_new"
DQM_urltarget3_1_13 = "_new"

DQM_sub_xy4 = "-71,13"
DQM_sub_menu_width4 = 135
DQM_subdesc4_0 = "Inside TCM Guitars"
DQM_subdesc4_1 = "Terry's Corner"
DQM_icon_index4_0 = 0
DQM_icon_index4_1 = 1
DQM_url4_0 = "http://www.mcinturffguitars.com/05-ShopTalk/InsideTCMGuitars/InsideTCMGuitars.asp"

DQM_sub_xy4_1 = "-4,2"
DQM_sub_menu_width4_1 = 190
DQM_subdesc4_1_0 = "Terry's Corner Main Page.."
DQM_subdesc4_1_1 = "Winter Care of your TCM..."
DQM_subdesc4_1_2 = "TCM Setup Procedures..."
DQM_subdesc4_1_3 = "Brief TCM History..."
DQM_icon_index4_1_0 = 0
DQM_icon_index4_1_1 = 0
DQM_icon_index4_1_2 = 0
DQM_icon_index4_1_3 = 0
DQM_url4_1_0 = "http://www.mcinturffguitars.com/05-ShopTalk/TerrysCorner/TerrysCorner.asp"
DQM_url4_1_1 = "http://www.mcinturffguitars.com/05-ShopTalk/TerrysCorner/TerrysCorner_3.asp"
DQM_url4_1_2 = "http://www.mcinturffguitars.com/05-ShopTalk/TerrysCorner/TerrysCorner_2.asp"
DQM_url4_1_3 = "http://www.mcinturffguitars.com/05-ShopTalk/TerrysCorner/TerrysCorner_1.asp"

DQM_sub_xy5 = "-244,0"
DQM_sub_menu_width5 = 190
DQM_subdesc5_0 = "Introduction"
DQM_subdesc5_1 = "Spec. & Options"
DQM_subdesc5_2 = "Gallery Entries"
DQM_subdesc5_3 = "Harmony Central Reviews..."
DQM_icon_index5_0 = 0
DQM_icon_index5_1 = 0
DQM_icon_index5_2 = 0
DQM_icon_index5_3 = 0
DQM_url5_0 = "http://www.mcinturffguitars.com/06-Guitars/Monarch/Monarch.asp"
DQM_url5_1 = "http://www.mcinturffguitars.com/06-Guitars/Monarch/MonarchSpec.asp"
DQM_url5_2 = "http://www.mcinturffguitars.com/07-Galleryview/GalleryViewFromGuitars.asp?Model=Monarch"
DQM_url5_3 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Monarch-01.html"
DQM_urltarget5_3 = "_new"


DQM_sub_xy6 = "-261,0"
DQM_sub_menu_width6 = 210
DQM_subdesc6_0 = "Introduction"
DQM_subdesc6_1 = "Spec. & Options"
DQM_subdesc6_2 = "Gallery Entries"
DQM_subdesc6_3 = "Guitar Shop Review, 1998"
DQM_subdesc6_4 = "Harmony Central Reviews #1..."
DQM_subdesc6_5 = "Harmony Central Reviews #2..."
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_icon_index6_5 = 0
DQM_url6_0 = "http://www.mcinturffguitars.com/06-Guitars/Empress/Empress.asp"
DQM_url6_1 = "http://www.mcinturffguitars.com/06-Guitars/Empress/EmpressSpec.asp"
DQM_url6_2 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Empress"
DQM_url6_3 = "http://www.mcinturffguitars.com/04-Reviews/MagazineReviews/Empress/EmpressReview.asp"
DQM_url6_4 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Empress-01.html"
DQM_url6_5 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Empress-Custom-01.html"
DQM_urltarget6_4 = "_new"
DQM_urltarget6_5 = "_new"

DQM_sub_xy7 = "-246,0"
DQM_sub_menu_width7 = 210
DQM_subdesc7_0 = "Introduction"
DQM_subdesc7_1 = "Spec. & Options"
DQM_subdesc7_2 = "Gallery Entries"
DQM_subdesc7_3 = "Guitar Player Review, 2000"
DQM_subdesc7_4 = "Harmony Central Reviews #1..."
DQM_subdesc7_5 = "Harmony Central Reviews #2..."
DQM_icon_index7_0 = 0
DQM_icon_index7_1 = 0
DQM_icon_index7_2 = 0
DQM_icon_index7_3 = 0
DQM_icon_index7_4 = 0
DQM_icon_index7_5 = 0
DQM_url7_0 = "http://www.mcinturffguitars.com/06-Guitars/Royal/Royal.asp"
DQM_url7_1 = "http://www.mcinturffguitars.com/06-Guitars/Royal/RoyalSpec.asp"
DQM_url7_2 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Royal"
DQM_url7_3 = "http://www.mcinturffguitars.com/04-Reviews/MagazineReviews/Royal/RoyalReview.asp"
DQM_url7_4 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Royal-01.html"
DQM_url7_5 = "http://www.harmony-central.com/Guitar/Data4/McInturff/Royal-01.html"
DQM_urltarget7_4 = "_new"
DQM_urltarget7_5 = "_new"


DQM_sub_xy8 = "-302,0"
DQM_sub_menu_width8 = 210
DQM_subdesc8_0 = "Introduction"
DQM_subdesc8_1 = "Spec. & Options"
DQM_subdesc8_2 = "Gallery Entries"
DQM_subdesc8_3 = "Guitar Player Review, 1998"
DQM_subdesc8_4 = "Harmony Central Reviews #1..."
DQM_subdesc8_5 = "Harmony Central Reviews #2..."
DQM_icon_index8_0 = 0
DQM_icon_index8_1 = 0
DQM_icon_index8_2 = 0
DQM_icon_index8_3 = 0
DQM_icon_index8_4 = 0
DQM_icon_index8_5 = 0
DQM_url8_0 = "http://www.mcinturffguitars.com/06-Guitars/GloryStandard/GloryStandard.asp"
DQM_url8_1 = "http://www.mcinturffguitars.com/06-Guitars/GloryStandard/GloryStandardSpec.asp"
DQM_url8_2 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Glory Standard"
DQM_url8_3 = "http://www.mcinturffguitars.com/04-Reviews/magazinereviews/GloryStandard/GloryStandardReview.asp"
DQM_url8_4 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Glory-Standard-01.html"
DQM_url8_5 = "http://www.harmony-central.com/Guitar/Data4/McInturff/Glory-Standard-01.html"
DQM_urltarget8_4 = "_new"
DQM_urltarget8_5 = "_new"


DQM_sub_xy9 = "-293,0"
DQM_sub_menu_width9 = 210
DQM_subdesc9_0 = "Introduction"
DQM_subdesc9_1 = "Spec. & Options"
DQM_subdesc9_2 = "Gallery Entries"
DQM_subdesc9_3 = "Vintage Guitar Review, 1998"
DQM_subdesc9_4 = "Harmony Central Reviews #1..."
DQM_subdesc9_5 = "Harmony Central Reviews #2..."
DQM_icon_index9_0 = 0
DQM_icon_index9_1 = 0
DQM_icon_index9_2 = 0
DQM_icon_index9_3 = 0
DQM_icon_index9_4 = 0
DQM_icon_index9_5 = 0
DQM_url9_0 = "http://www.mcinturffguitars.com/06-Guitars/GloryCustom/GloryCustom.asp"
DQM_url9_1 = "http://www.mcinturffguitars.com/06-Guitars/GloryCustom/GloryCustomSpec.asp"
DQM_url9_2 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Glory Custom"
DQM_url9_3 = "http://www.mcinturffguitars.com/04-Reviews/magazinereviews/GloryCustom/GloryCustomReview.asp"
DQM_url9_4 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Glory-Custom-01.html"
DQM_url9_5 = "http://www.harmony-central.com/Guitar/Data4/McInturff/Glory-Custom-01.html"
DQM_urltarget9_4 = "_new"
DQM_urltarget9_5 = "_new"


DQM_sub_xy10 = "-252,0"
DQM_sub_menu_width10 = 210
DQM_subdesc10_0 = "Introduction"
DQM_subdesc10_1 = "Spec. & Options"
DQM_subdesc10_2 = "Gallery Entries"
DQM_subdesc10_3 = "Harmony Central Reviews #1..."
DQM_subdesc10_4 = "Harmony Central Reviews #2..."
DQM_subdesc10_5 = "Harmony Central Reviews #3..."
DQM_icon_index10_0 = 0
DQM_icon_index10_1 = 0
DQM_icon_index10_2 = 0
DQM_icon_index10_3 = 0
DQM_icon_index10_4 = 0
DQM_icon_index10_5 = 0
DQM_url10_0 = "http://www.mcinturffguitars.com/06-Guitars/Zodiac/Zodiac.asp"
DQM_url10_1 = "http://www.mcinturffguitars.com/06-Guitars/Zodiac/ZodiacSpec.asp"
DQM_url10_2 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Zodiac"
DQM_url10_3 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Zodiac-01.html"
DQM_url10_4 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Zodiac-Custom-01.html"
DQM_url10_5 = "http://www.harmony-central.com/Guitar/Data4/McInturff/Zodiac-Custom-01.html"
DQM_urltarget10_3 = "_new"
DQM_urltarget10_4 = "_new"
DQM_urltarget10_5 = "_new"


DQM_sub_xy11 = "-339,0"
DQM_sub_menu_width11 = 240
DQM_subdesc11_0 = "Introduction"
DQM_subdesc11_1 = "Spec. & Options"
DQM_subdesc11_2 = "Gallery Entries"
DQM_subdesc11_3 = "Tone Quest Report, September 2001"
DQM_subdesc11_4 = "Harmony Central Reviews..."
DQM_icon_index11_0 = 0
DQM_icon_index11_1 = 0
DQM_icon_index11_2 = 0
DQM_icon_index11_3 = 0
DQM_icon_index11_4 = 0
DQM_url11_0 = "http://www.mcinturffguitars.com/06-Guitars/TaurusSportster/TaurusSportster.asp"
DQM_url11_1 = "http://www.mcinturffguitars.com/06-Guitars/TaurusSportster/TaurusSportsterSpec.asp"
DQM_url11_2 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Taurus Sportster"
DQM_url11_3 = "http://www.mcinturffguitars.com/04-Reviews/MagazineReviews/TaurusSportster/TaurusSportsterReview.asp"
DQM_url11_4 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Taurus-Sportster-01.html"
DQM_urltarget11_4 = "_new"


DQM_sub_xy12 = "-299,0"
DQM_sub_menu_width12 = 190
DQM_subdesc12_0 = "Introduction"
DQM_subdesc12_1 = "Spec. & Options"
DQM_subdesc12_2 = "Gallery Entries"
DQM_subdesc12_3 = "Vintage Guitar Review, 2001"
DQM_icon_index12_0 = 0
DQM_icon_index12_1 = 0
DQM_icon_index12_2 = 0
DQM_icon_index12_3 = 0
DQM_url12_0 = "http://www.mcinturffguitars.com/06-Guitars/TaurusStandardTrem/TaurusStandardTrem.asp"
DQM_url12_1 = "http://www.mcinturffguitars.com/06-Guitars/TaurusStandardTrem/TaurusStandardTremSpec.asp"
DQM_url12_2 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Taurus Standard T"
DQM_url12_3 = "http://www.mcinturffguitars.com/04-Reviews/MagazineReviews/TaurusStandardT/TaurusStandardTReview.asp"


DQM_sub_xy13 = "-308,0"
DQM_sub_menu_width13 = 210
DQM_subdesc13_0 = "Introduction"
DQM_subdesc13_1 = "Spec. & Options"
DQM_subdesc13_2 = "Gallery Entries"
DQM_subdesc13_3 = "Guitar Player Review, 2000"
DQM_subdesc13_4 = "Harmony Central Reviews..."
DQM_icon_index13_0 = 0
DQM_icon_index13_1 = 0
DQM_icon_index13_2 = 0
DQM_icon_index13_3 = 0
DQM_icon_index13_4 = 0
DQM_url13_0 = "http://www.mcinturffguitars.com/06-Guitars/TaurusStandard/TaurusStandard.asp"
DQM_url13_1 = "http://www.mcinturffguitars.com/06-Guitars/TaurusStandard/TaurusStandardSpec.asp"
DQM_url13_2 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Taurus Standard"
DQM_url13_3 = "http://www.mcinturffguitars.com/04-Reviews/magazinereviews/TaurusStandard/TaurusStandardReview.asp"
DQM_url13_4 = "http://www.harmony-central.com/Guitar/Data4/Terry-McInturff/Taurus-Standard-01.html"
DQM_urltarget13_4 = "_new"


DQM_sub_xy14 = "-220,0"
DQM_sub_menu_width14 = 130
DQM_subdesc14_0 = "Introduction"
DQM_subdesc14_1 = "Spec. & Options"
DQM_subdesc14_2 = "Gallery Entries"
DQM_icon_index14_0 = 0
DQM_icon_index14_1 = 0
DQM_icon_index14_2 = 0
DQM_url14_0 = "http://www.mcinturffguitars.com/06-Guitars/TaurusCustom/TaurusCustom.asp"
DQM_url14_1 = "http://www.mcinturffguitars.com/06-Guitars/TaurusCustom/TaurusCustomSpec.asp"
DQM_url14_2 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Taurus Custom"

DQM_sub_xy15 = "-200,0"
DQM_sub_menu_width15 = 130
DQM_subdesc15_0 = "Introduction"
DQM_subdesc15_1 = "Gallery Entries"
DQM_icon_index15_0 = 0
DQM_icon_index15_1 = 0
DQM_url15_0 = "http://www.mcinturffguitars.com/06-Guitars/TaurusCustomTOL/TaurusCustomTOL.asp"
DQM_url15_1 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Taurus - Tree Of Life"

DQM_sub_xy16 = "-55,13"
DQM_sub_menu_width16 = 210
DQM_subdesc16_0 = "<b>25th Anniversary - Gallery</b>"
DQM_subdesc16_1 = "Main Gallery Page..."
DQM_subdesc16_2 = "Monarch Entries..."
DQM_subdesc16_3 = "Empress Entries..."
DQM_subdesc16_4 = "Royal Entries..."
DQM_subdesc16_5 = "Glory Standard Entries..."
DQM_subdesc16_6 = "Glory Custom Entries..."
DQM_subdesc16_7 = "Zodiac Entries..."
DQM_subdesc16_8 = "Taurus Sportster Entries..."
DQM_subdesc16_9 = "Taurus Standard T Entries..."
DQM_subdesc16_10 = "Taurus Standard Entries..."
DQM_subdesc16_11 = "Taurus Custom Entries..."
DQM_subdesc16_12 = "Tree Of Life Entries..."
DQM_icon_index16_0 = 1
DQM_icon_index16_1 = 0
DQM_icon_index16_2 = 0
DQM_icon_index16_3 = 0
DQM_icon_index16_4 = 0
DQM_icon_index16_5 = 0
DQM_icon_index16_6 = 0
DQM_icon_index16_7 = 0
DQM_icon_index16_8 = 0
DQM_icon_index16_9 = 0
DQM_icon_index16_10 = 0
DQM_icon_index16_11 = 0
DQM_icon_index16_12 = 0
DQM_url16_1 = "http://www.mcinturffguitars.com/07-GalleryView/GuitarsOfTheMonth.asp"
DQM_url16_2 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Monarch"
DQM_url16_3 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Empress"
DQM_url16_4 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Royal"
DQM_url16_5 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Glory%20Standard"
DQM_url16_6 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Glory%20Custom"
DQM_url16_7 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Zodiac"
DQM_url16_8 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Taurus%20Sportster"
DQM_url16_9 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Taurus%20Standard%20T"
DQM_url16_10 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Taurus%20Standard"
DQM_url16_11 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Taurus%20Custom"
DQM_url16_12 = "http://www.mcinturffguitars.com/07-GalleryView/GalleryViewFromGuitars.asp?Model=Taurus%20-%20Tree%20OF%20Life"

DQM_sub_xy16_0 = "-4,2"
DQM_sub_menu_width16_0 = 250
DQM_subdesc16_0_0 = "<b>#25005</b> - Gemini, Vine Inlay"
DQM_subdesc16_0_1 = "<b>#25004</b> - Gemini, Vine Inlay"
DQM_subdesc16_0_2 = "<b>#25003</b> - Gemini, Vine Inlay"
DQM_subdesc16_0_3 = "<b>#25002</b> - Gemini, Tree Of Life"
DQM_subdesc16_0_4 = "<b>#25001</b> - Single cutaway, F-hole, TOL"
DQM_subdesc16_0_5 = "<b>#2500a</b> - Gemini Prototype A"
DQM_icon_index16_0_0 = 0
DQM_icon_index16_0_1 = 0
DQM_icon_index16_0_2 = 0
DQM_icon_index16_0_3 = 0
DQM_icon_index16_0_4 = 0
DQM_icon_index16_0_5 = 0
DQM_url16_0_0 = "http://www.mcinturffguitars.com/00-25thAnniversary/Gallery/25005/25thAnniversary005.asp"
DQM_url16_0_1 = "http://www.mcinturffguitars.com/00-25thAnniversary/Gallery/25004/25thAnniversary004.asp"
DQM_url16_0_2 = "http://www.mcinturffguitars.com/00-25thAnniversary/Gallery/25003/25thAnniversary003.asp"
DQM_url16_0_3 = "http://www.mcinturffguitars.com/00-25thAnniversary/Gallery/25002/25thAnniversary002.asp"
DQM_url16_0_4 = "http://www.mcinturffguitars.com/00-25thAnniversary/Gallery/25001/25thAnniversary001.asp"
DQM_url16_0_5 = "http://www.mcinturffguitars.com/00-25thAnniversary/Gallery/2500a/25thAnniversaryGeminiA.asp"

DQM_sub_xy17 = "-351,0"
DQM_sub_menu_width17 = 240
DQM_subdesc17_0 = "<b>The Designer's Reserve Program</b>"
DQM_subdesc17_1 = "Designer's Reserve - FAQ"
DQM_icon_index17_0 = 0
DQM_icon_index17_1 = 0
DQM_icon_index17_2 = 0
DQM_url17_0 = "http://www.mcinturffguitars.com/00-DesignersReserve/DesignersReserve.asp"
DQM_url17_1 = "http://www.mcinturffguitars.com/00-DesignersReserve/DesignersReserveFAQ.asp"

DQM_sub_xy18 = "-365,0"
DQM_sub_menu_width18 = 255
DQM_subdesc18_0 = "<b>25th Anniversary Editions</b>"
DQM_subdesc18_1 = "25th Anniversary - FAQ"
DQM_subdesc18_2 = "25th Anniversary - The Complete Story"
DQM_subdesc18_3 = "<b>25th Anniversary - Gallery</b>"
DQM_icon_index18_0 = 0
DQM_icon_index18_1 = 0
DQM_icon_index18_2 = 0
DQM_icon_index18_3 = 1
DQM_url18_0 ="http://www.mcinturffguitars.com/00-25thAnniversary/25thAnniversary.asp"
DQM_url18_1 ="http://www.mcinturffguitars.com/00-25thAnniversary/25thAnniversaryFAQ.asp"
DQM_url18_2 ="http://www.mcinturffguitars.com/00-25thAnniversary/25thAnniversaryFullStory.asp"

DQM_sub_xy18_3 = "-250,17"
DQM_sub_menu_width18_3 = 300
DQM_subdesc18_3_0 = "<b>#2500c</b> - <b>The New TerryCaster!</b>"
DQM_subdesc18_3_1 = "<b>#25010</b> - Gemini, Guitar X"
DQM_subdesc18_3_2 = "<b>#25009</b> - Gemini, A Plus"
DQM_subdesc18_3_3 = "<b>#25008</b> - Gemini, Indoor Storm"
DQM_subdesc18_3_4 = "<b>#25007</b> - Gemini, Indoor Storm"
DQM_subdesc18_3_5 = "<b>#25006</b> - Gemini, Indoor Storm"
DQM_subdesc18_3_6 = "<b>#25005</b> - Gemini, Wild West Guitars"
DQM_subdesc18_3_7 = "<b>#25004</b> - Gemini, Vine Inlay"
DQM_subdesc18_3_8 = "<b>#25003</b> - Gemini, Vine Inlay"
DQM_subdesc18_3_9 = "<b>#25002</b> - Gemini, Tree Of Life"
DQM_subdesc18_3_10 = "<b>#25001</b> - Single cutaway, F-hole, TOL"
DQM_subdesc18_3_11 = "<b>#2500b</b> - Gemini Prototype b"
DQM_subdesc18_3_12 = "<b>#2500a</b> - Gemini Prototype a"
DQM_icon_index18_3_0 = 0
DQM_icon_index18_3_1 = 0
DQM_icon_index18_3_2 = 0
DQM_icon_index18_3_3 = 0
DQM_icon_index18_3_4 = 0
DQM_icon_index18_3_5 = 0
DQM_icon_index18_3_6 = 0
DQM_icon_index18_3_7 = 0
DQM_icon_index18_3_8 = 0
DQM_icon_index18_3_9 = 0
DQM_icon_index18_3_10 = 0
DQM_icon_index18_3_11 = 0
DQM_icon_index18_3_12 = 0
DQM_url18_3_0 = "http://www.mcinturffguitars.com/00-25thAnniversary/Gallery/2500c/25thAnniversary00c.asp"
DQM_url18_3_1 = ""
DQM_url18_3_2 = ""
DQM_url18_3_3 = ""
DQM_url18_3_4 = ""
DQM_url18_3_5 = ""
DQM_url18_3_6 = "http://www.mcinturffguitars.com/00-25thAnniversary/Gallery/25005/25thAnniversary005.asp"
DQM_url18_3_7 = "http://www.mcinturffguitars.com/00-25thAnniversary/Gallery/25004/25thAnniversary004.asp"
DQM_url18_3_8 = "http://www.mcinturffguitars.com/00-25thAnniversary/Gallery/25003/25thAnniversary003.asp"
DQM_url18_3_9 = "http://www.mcinturffguitars.com/00-25thAnniversary/Gallery/25002/25thAnniversary002.asp"
DQM_url18_3_10 = "http://www.mcinturffguitars.com/00-25thAnniversary/Gallery/25001/25thAnniversary001.asp"
DQM_url18_3_11 = ""
DQM_url18_3_12 = "http://www.mcinturffguitars.com/00-25thAnniversary/Gallery/2500a/25thAnniversaryGeminiA.asp"

DQM_sub_xy19 = "-100,13"
DQM_sub_menu_width19 = 155
DQM_subdesc19_0 = "www.thetcmforum.org"
DQM_icon_index19_0 = 0
DQM_url19_0 = "http://www.thetcmforum.org"
DQM_urltarget19_0 = "_new"

DQM_sub_xy20 = "-48,13"
DQM_sub_menu_width20 = 300
DQM_subdesc20_0 = "Aerosmith - <b>Brad Whitford</b>"
DQM_subdesc20_1 = "Danny Flowers - <b>Danny Flowers</b>"
DQM_subdesc20_2 = "Los Lobos - <b>David Hidalgo</b>"
DQM_subdesc20_3 = "moe. - <b>Chuck Garvey</b>"
DQM_subdesc20_4 = "Natalie Merchant - <b>Gabriel Gordon</b>"
DQM_subdesc20_5 = "Ryan Adams - <b>Brad Rice</b>"
DQM_subdesc20_6 = "Seth Yacovone Band - <b>Seth Yacovone</b>"
DQM_icon_index20_0 = 0
DQM_icon_index20_1 = 0
DQM_icon_index20_2 = 0
DQM_icon_index20_3 = 0
DQM_icon_index20_4 = 0
DQM_icon_index20_5 = 0
DQM_icon_index20_6 = 0

limit_multiple_users = true
