/*---don't change unless you know what you are doing---*/
if(!siteurl) {var siteurl = '';}

/*---don't change unless you know what you are doing---*/
limit_multiple_users = true;

/*-------------------------------------------
required menu Settings
--------------------------------------------*/


/*---default sub menu widths---*/
/*--- this is a general setting, you can always override the with for one or more menus in the other file ---*/
DQM_sub_menu_width = 180  ;    
/*---default sub x,y coordinates---*/
DQM_sub_xy = "0,-1"    ;        

/*---don't change unless you know what you are doing and for whatever reason need to change the filebase---*/   
DQM_codebase = siteurl + "files/";
//set to: _self, _parent, _new, or "my frame name"
/*---should alwyas leave that to _self---*/
DQM_urltarget = "_self"  ;     

/*---leave it unless you wnat it to look ugly---*/
DQM_border_width = 0;
DQM_divider_height = 1;

/*--- set the colors for the menu border, the background of the menu and the highlight color ---*/
DQM_border_color = "#F6B023";
//DQM_menu_bgcolor = "#042f53";
DQM_menu_bgcolor = "#063A66";
DQM_hl_bgcolor = "#cccccc";

/*---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 = 0;
DQM_os9_ie5mac_offset_Y = 0;

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 = "none";
DQM_sub_item_effect = "none";


/*----Define the effect duration in seconds below---*/

DQM_sub_menu_effect_duration = .4;
DQM_sub_item_effect_duration = .4;


/*----Customization option settings for the various effect
------transitions may be defined below---*/

DQM_effect_pixelate_maxsqare = 25;
//CROSS, CIRCLE, PLUS, SQUARE, or STAR
DQM_effect_iris_irisstyle = "CIRCLE"    ;      
DQM_effect_checkerboard_squaresx = 14;
DQM_effect_checkerboard_squaresY = 14;
; //UP, DOWN, LEFT, RIGHT
DQM_effect_checkerboard_direction = "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	;


/*-------------------------------------------
Required font Settings
--------------------------------------------*/

/*--- color settings for the menus---*/
DQM_textcolor = "ffffff" ;
//Any available system font     
DQM_fontfamily = "Verdana";         
//Defined with pixel sizing  	
DQM_fontsize = 10; 
//Defined with point sizing
DQM_fontsize_ie4 = 9;   
//set to: 'normal', or 'underline'
DQM_textdecoration = "normal";
//set to: 'normal', or 'bold'
DQM_fontweight = "normal";       
//set to: 'normal', or 'italic' 	   
DQM_fontstyle = "normal";	      
DQM_hl_textcolor = "#042f53" ; 
//set to: 'normal', or 'underline'
DQM_hl_textdecoration = "normal";   

DQM_margin_top = 2;
DQM_margin_bottom = 3;
DQM_margin_left = 5;
DQM_margin_right = 4;

//set to: 'left', 'center' or 'right'
DQM_text_alignment = "left";        


/*---------------------------------------------
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---------*/


/*---don't change unless you know what you are doing and are very sure about the path to your image files---*/
DQM_icon_image0 = "../imgs/spacer.gif";
DQM_icon_rollover0 = "../imgs/spacer.gif";
DQM_icon_image_wh0 = "13,8";

DQM_icon_image1 = "../imgs/spacer.gif";
DQM_icon_rollover1 =  "../imgs/nav_arrow.gif";
DQM_icon_image_wh1 = "8,24";


/*---------------------------------------------
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---------*/
/*---not used, but must be set to valid paths---*/
DQM_2nd_icon_image0 = "../imgs/spacer.gif";
DQM_2nd_icon_rollover0 = "../imgs/spacer.gif";
DQM_2nd_icon_image_wh0 = "16,17";
DQM_2nd_icon_image_xy0 = "3,0";

DQM_2nd_icon_image1 = "../imgs/nav_arrow.gif";
DQM_2nd_icon_rollover1 = "../imgs/nav_arrow.gif";
DQM_2nd_icon_image_wh1 = "16,17";
DQM_2nd_icon_image_xy1 = "3,0";

DQM_2nd_icon_image2 = "../imgs/nav_arrow.gif";
DQM_2nd_icon_rollover2 = "../imgs/nav_arrow.gif";
DQM_2nd_icon_image_wh2 = "16,17";
DQM_2nd_icon_image_xy2 = "3,0";

DQM_2nd_icon_image3 = "../imgs/spacer.gif";
DQM_2nd_icon_rollover3 =  "../imgs/nav_arrow.gif";
DQM_2nd_icon_image_wh3 = "16,17";
DQM_2nd_icon_image_xy3 = "3,0";

/*---------------------------------------------
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 = true;


function ppics(myimg) {
	document.prevpic.src = "imgs/pf/"+myimg+".jpg";
}

function newwin(mywin) {
	neuwin = window.open(mywin,"Picwin","width=820,height=620");
	if(neuwin) {neuwin.focus();}
	
}