
//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


/**********************************************************************************************
**********************************************************************************************

                              Bullet and Icon Image Library  

**********************************************************************************************
**********************************************************************************************/

/*-------------------------------------------
Security Settings
--------------------------------------------*/

   Notice = "DHTML Slide Tree Menu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com";
   code0 = 2262;
   code1 = 1859;
   sequence = "9x88_4";


/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon images may be defined below and then associated
with any sub menu items within the 'Sub Menu Structure 
and Text' section of this data file.  Relative 
positioned icon images may also be associated
with any main menu item in the 'main menu items' section.
--------------------------------------------*/




    //Relative positioned icon images (flow with main menu or sub item text)
    //The first line sets the default image, the second line sets the rollover
    //and the third line sets the size in width and height.  Note the size has to be the same.

	dqm__icon_image0 = "http://www.greenville.k12.sc.us/stone/SCRIPTS/images/blatri.gif";
	dqm__icon_rollover0 = "http://www.greenville.k12.sc.us/stone/SCRIPTS/images/greytri1.gif";
	dqm__icon_image_wh0 = "10,9";

	dqm__icon_image1 = "http://www.greenville.k12.sc.us/stone/SCRIPTS/images/blatri.gif";
	dqm__icon_rollover1 = "http://www.greenville.k12.sc.us/stone/SCRIPTS/images/greytri1.gif";
	dqm__icon_image_wh1 = "10,9";

	

    //Absolute positioned icon images (coordinate positioned, sub menus only)

	dqm__2nd_icon_image0 = "http://www.greenville.k12.sc.us/stone/SCRIPTS/images/blatri.gif";
	dqm__2nd_icon_rollover0 = "http://www.greenville.k12.sc.us/stone/SCRIPTS/images/greytri1.gif";
	dqm__2nd_icon_image_wh0 = "10,9";
	dqm__2nd_icon_image_xy0 = "10,9";





/**********************************************************************************************
**********************************************************************************************

                              Main Menu Settings  

**********************************************************************************************
**********************************************************************************************/



/*---------------------------------------------
Main Item Widths and Heights
-----------------------------------------------*/

	
	dqm__main_width = 125;			//default main item widths
	dqm__main_height = 20;			//default main item heights
	
	//dqm__main_widthX			//specific main item widths
	//dqm__main_heightX			//specific main item heights




/*---------------------------------------------
Main Menu Borders Dividers and Layout
-----------------------------------------------*/


	dqm__main_horizontal = false;		//align menu bar horizontally or vertically
						//false is vertical, true is horizontal

	dqm__main_border_width = 0;		//the thickness of the main menu cell border in pixels
	dqm__main_border_color = "#000000";	//main border color -- set width to 0 for no borders


	dqm__main_use_dividers = false;		//When true the item gap setting is ignored
						//and the border width and color are used to
						//separate each main menu item.
						
							
	dqm__main_item_gap = 4;			//the gap between main menu items in pixels
	

	dqm__align_items_bottom_and_right = false;	//true aligns items of different size to the bottom
							//or right edge of the largest main menu item
							//depending on the horizontal or vertical layout
							//of the main menu bar - false aligns items to
							//the top and left

/*--------------------------------------------
Set the colors
----------------------------------------------*/

//Main 'Home' Cell
	dqm__main_bgcolor0 = "#9475b5";		//sets the bg color of the Home Cell
	dqm__main_hl_bgcolor0 = "#cb97ff";	//sets the bg color of Home on mouseover

//Main text Settings
	dqm__main_textcolor0 = "000000";		//sets the Home text color
	dqm__main_hl_textcolor0 = "653460";	//sets mouseover text color
	dqm__main_textdecoration0 = "none";	//whether or not to underline the link

//The rest of the main menu
/*---------------------------------------------
Menu Item Background and Text Colors -- these ONLY apply to the Main Menu
-----------------------------------------------*/

//Cell background color before and after mouseover
	dqm__main_bgcolor = "#9475b5";		//sets the default bg color for all cells in main menu except Home
	dqm__main_bgcolorX = "#000000";		//specific menu item color, HEX or 'transparent'

//Cell color on mouseover	
	dqm__main_hl_bgcolor = "#cb97ff";	//sets the bg color of main cells on mouseover
	dqm__main_hl_bgcolorX = "#eeeeee";

//Main text color before mouseover
	dqm__main_textcolor = "#000000";		//sets main menu font color before mouseover
	dqm__main_textcolorX = "#FCFED8";

//Main text mouseover
	dqm__main_hl_textcolor = "#653460";
	dqm__main_hl_textcolorX = "#000000";

//Main menu mouseover effect
	
	dqm__main_hl_textdecoration = "underline";


/*---------------------------------------------
Menu Item Font Settings
-----------------------------------------------*/


	dqm__main_fontfamily = "Arial";	//Any available system font     
	dqm__main_fontsize = 11;			//Defined with pixel sizing  	
	dqm__main_textdecoration = "normal";	//set to: 'normal', or 'underline'
	dqm__main_fontweight = "bold";		//set to: 'normal', or 'bold'
	dqm__main_fontstyle = "normal";		//set to: 'normal', or 'italic'
	


/*--------------------------------------------
//Second level and below colors
----------------------------------------------*/
	dqm__border_color = "#000000";		//sets color of border around submenu
	dqm__menu_bgcolor = "#ff9933";		//sets the default bg color for all submenu cells
	dqm__hl_bgcolor = "#ffcc66";		//sets the bg color of submenu cells on mouseover



/*-------------------------------------------
Font settings and margins for submenu
--------------------------------------------*/
   

    //Submenu Font settings

	dqm__textcolor = "#000000";		//sets submenu font color
	dqm__fontfamily = "Arial";		//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 = "bold";		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal";		//set to: 'normal', or 'italic' 	


    //Submuenu Mouseover font settings

	dqm__hl_textcolor = "#cc0000";		//Font color on mouseover
	dqm__hl_textdecoration = "underline";	//Link behavior on mouseover -- set to: 'normal', or 'underline'




    //Submenu Margins and text alignment

	dqm__text_alignment = "left";		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 2;
	dqm__margin_bottom = 3;
	dqm__margin_left = 4;
	dqm__margin_right = 0;




/*---------------------------------------------
Main Menu Margins and Text Alignment
-----------------------------------------------*/


	dqm__main_text_alignment = "left";		//set to: 'left', 'center' or 'right'
	dqm__main_margin_top = 2;
	dqm__main_margin_bottom = 2;
	dqm__main_margin_left = 4;
	dqm__main_margin_right = 4;
	



	//specific settings

	dqm__main_text_alignmentX = "right";		//set to: 'left', 'center' or 'right'
	dqm__main_margin_topX = 4;
	dqm__main_margin_bottomX = 4;



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

   
	//dqm__status_text0 = "Sample text - Main Menu Item 0"
	//dqm__status_text1 = "Sample text - Main Menu Item 1"



/*---------------------------------------------
Main Menu Items (Text, URL's, and Icons)
-----------------------------------------------*/

//Settings for the top link  -- the "Home" cell

    //Main Menu 0

	dqm__maindesc0 = "Home";
	dqm__micon_index0 = 	"";
	dqm__main_fontsize0 = 12;
	dqm__main_fontwieght0 = "bold";
	dqm__main_text_alignment0 = "left";
	dqm__main_margin_top0 = 4;
	dqm__main_height0 = 25;	
	dqm__url0 = "http://www.greenville.k12.sc.us/stone/index.asp";  // Home target address


    //Main Menu 1

	dqm__maindesc1 = "Principal's Page ";
	dqm__micon_index1 =  "";
	dqm__main_text_alignment1 = "left";
	dqm__url1 = "http://teachers.greenville.k12.sc.us/sites/ehollida";
	
	 //Main Menu 2

	dqm__maindesc2 = "Calendar ";
	dqm__micon_index2 =  "";
	dqm__main_text_alignment2 = "left";
	dqm__url2 = "http://www.greenville.k12.sc.us/stone/geninfo/calendar.asp";

    //Main Menu 3

	dqm__maindesc3 = "Magnet Programs";
	dqm__micon_index3 = 1;
	dqm__url3 = "http://www.greenville.k12.sc.us/stone/magnepro/magnepro.asp";


    //Main Menu 4

	dqm__maindesc4 = "Other Programs ";
	dqm__micon_index4 = 1;
	dqm__url4 = "http://www.greenville.k12.sc.us/stone/otherpro/othpro.asp";



    //Main Menu 5

	dqm__maindesc5 = "Community ";
	dqm__micon_index5 = 1;
	dqm__url5 = "";


    //Main Menu 6

	dqm__maindesc6 = "Faculty/Staff ";
	dqm__micon_index6 = 1;
	dqm__url6 = "http://www.greenville.k12.sc.us/stone/staff/faculty.asp";

    //Main Menu 7

	dqm__maindesc7 = "Media Center ";
	dqm__micon_index7 = 1;
	dqm__url7 = "http://teachers.greenville.k12.sc.us/sites/alittlej";


    //Main Menu 8

	dqm__maindesc8 = "Facility ";
	dqm__micon_index8 = 1;
	dqm__url8 = "http://www.greenville.k12.sc.us/stone/facility/facility.asp";


    //Main Menu 9

	dqm__maindesc9 = "Gallery ";
	dqm__micon_index9 = 1;
	dqm__url9 = "";


 //Main Menu 10

	dqm__maindesc10 = "General Info ";
	dqm__micon_index10 = 1;
	dqm__url10 = "http://www.greenville.k12.sc.us/stone/geninfo/info.asp";

 //Main Menu 11

	dqm__maindesc11 = "Admissions ";
	dqm__micon_index11 =  "";
	dqm__url11 = "http://www.greenville.k12.sc.us/stone/admit/admit.asp";

 //Main Menu 12

	dqm__maindesc12 = "Archived News";
	dqm__micon_index12 =  "";
	dqm__url12 = "http://www.greenville.k12.sc.us/stone/archives/pastnews.asp";

 //Main Menu 13

	dqm__maindesc13 = "Contact Info ";
	dqm__micon_index13 = 1;
	dqm__url13 = "";
	

/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Settings

**********************************************************************************************
**********************************************************************************************/


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 140;      		//default  menu width - specific groups can be set separately
	dqm__sub_xy = "0,0";            		//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   

	dqm__urltarget = "_self";		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 0;			//size (width) of submenu border
	dqm__divider_height = 0;


	dqm__mouse_off_delay = 150;		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 500;		//defined in milliseconds (activated after leaving sub)






/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/


	dqm__show_urls_statusbar = false;

	//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"	



/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //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 = .4;
	dqm__sub_item_effect_duration = .4;


    //Specific settings for various transitions.

	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 and drop shadows.

	dqm__sub_menu_opacity = 100;			//1 to 100
	dqm__dropshadow_color = "none";			//Hex color value or 'none'
	dqm__dropshadow_offx = 5;			//drop shadow width
	dqm__dropshadow_offy = 5;			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	dqm__os9_ie5mac_offset_x = 10;
	dqm__os9_ie5mac_offset_Y = 15;

	dqm__osx_ie5mac_offset_x = 10;
	dqm__osx_ie5mac_offset_Y = 15;

	dqm__ie4mac_offset_x = -10;
	dqm__ie4mac_offset_Y = -45;


    //Mac offset fixes, adjust until main menu items line up correctly

	dqm__mainitems_os9_ie5mac_offset_x = 10;
	dqm__mainitems_os9_ie5mac_offset_y = 15;

	dqm__mainitems_osx_ie5mac_offset_x = 10;
	dqm__mainitems_osx_ie5mac_offset_y = 15;


    //Netscape 4 resize bug workaround.

	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.";
   

    //Set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = true;


    //Pre-defined sub menu item heights for the Espial Escape browser.

	dqm__escape_item_height = 20;
	dqm__escape_item_height0_0 = 70;
	dqm__escape_item_height0_1 = 70;


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//dqm__onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.

	dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'";
	dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'";
	dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')";



/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/
    //Sub Menu 3

	dqm__sub_xy3 = "5,2";
	dqm__sub_menu_width3 = 170;

	dqm__subdesc3_0 = "ABC Project at Stone";
	dqm__subdesc3_1 = "Artists-in-Residence";
	dqm__subdesc3_2 = "Arts Infusion";
	dqm__subdesc3_3 = "Arts-Integrated Lessons";
	dqm__subdesc3_4 = "Encore/Enrichment Classes";
	dqm__subdesc3_5 = "Exemplary Writing Program";
	dqm__subdesc3_6 = "Friday Clubs";
	dqm__subdesc3_7 = "Jumpstart News";
	dqm__subdesc3_8 = "Performing Groups";
	dqm__subdesc3_9 = "Related Arts Classes";
	dqm__subdesc3_10 = "Special Events";
	
	dqm__icon_index3_4 = 1;
	dqm__icon_index3_8 = 1;
	dqm__icon_index3_9 = 1;
	dqm__icon_index3_10 = 1;
	
	dqm__url3_0 = "http://www.greenville.k12.sc.us/stone/magnepro/magnepro.asp#abcsite";
	dqm__url3_1 = "http://www.greenville.k12.sc.us/stone/magnepro/magnepro.asp#artists";
	dqm__url3_2 = "http://www.greenville.k12.sc.us/stone/magnepro/infusion.asp";
	dqm__url3_3 = "http://www.greenville.k12.sc.us/stone/staff/lessons/lessplns.asp";
	dqm__url3_4 = "http://www.greenville.k12.sc.us/stone/magnepro/privless.asp";
	dqm__url3_5 = "http://www.greenville.k12.sc.us/stone/magnepro/magnepro.asp#exemp";
	dqm__url3_6 = "http://www.greenville.k12.sc.us/stone/magnepro/clubs.asp";
	dqm__url3_7 = "http://www.greenville.k12.sc.us/stone/magnepro/jump.asp";
	dqm__url3_8 = "http://www.greenville.k12.sc.us/stone/magnepro/perform.asp";
	dqm__url3_9 = "http://www.greenville.k12.sc.us/stone/magnepro/relarts.asp";
	dqm__url3_10 = "http://www.greenville.k12.sc.us/stone/geninfo/events.asp";
	
    //Sub Menu 3_4

	dqm__border_width = 0;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolor3_4 = "#85c133";
	dqm__hl_bgcolor3_4 = "#99ff66";
	dqm__hl_textcolor3_4 = "#006600";
	dqm__text_alignmentX = "left";

	dqm__hl_subdescX = "custom highlight text";
	dqm__urltargetX = "_new";

	dqm__sub_xy3_4 = "2,2";
	dqm__sub_menu_width3_4 = 140;

	dqm__subdesc3_4_0 = "Current Encore Classes";
	dqm__subdesc3_4_1 = "Encore Teachers";
	
	dqm__url3_4_0 = "http://www.greenville.k12.sc.us/stone/pdf docs/encore_brochure.pdf";
	dqm__url3_4_1 = "http://www.greenville.k12.sc.us/stone/staff/encore.asp";
	
    //Sub Menu 3_8

	dqm__border_width = 0;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolor3_8 = "#85c133";
	dqm__hl_bgcolor3_8 = "#99ff66";
	dqm__hl_textcolor3_8 = "#006600";
	dqm__text_alignmentX = "left";

	dqm__hl_subdescX = "custom highlight text";
	dqm__urltargetX = "_new";
	dqm__sub_xy3_8 = "2,2";
	dqm__sub_menu_width3_8 = 100;

	dqm__subdesc3_8_0 = "Stone Singers";
	dqm__subdesc3_8_1 = "Dance Ensemble";
	dqm__subdesc3_8_2 = "Strings";
	dqm__subdesc3_8_3 = "Drama";
	dqm__subdesc3_8_4 = "Baton";
	dqm__subdesc3_8_5 = "Band";
	
	dqm__url3_8_0 = "http://www.greenville.k12.sc.us/stone/magnepro/perform.asp#chorus";
	dqm__url3_8_1 = "http://www.greenville.k12.sc.us/stone/magnepro/perform.asp#ensemble";
	dqm__url3_8_2 = "http://www.greenville.k12.sc.us/stone/magnepro/perform.asp#strings";
	dqm__url3_8_3 = "http://www.greenville.k12.sc.us/stone/magnepro/perform.asp#drama";
	dqm__url3_8_4 = "http://www.greenville.k12.sc.us/stone/magnepro/perform.asp#baton";
	dqm__url3_8_5 = "http://www.greenville.k12.sc.us/stone/magnepro/perform.asp#band";
	
    //Sub Menu 3_9

	dqm__border_width = 0;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolor3_9 = "#85c133";
	dqm__hl_bgcolor3_9 = "#99ff66";
	dqm__hl_textcolor3_9 = "#006600";
	dqm__text_alignmentX = "left";

	dqm__hl_subdescX = "custom highlight text";
	dqm__urltargetX = "_new";
	dqm__sub_xy3_9 = "2,2";
	dqm__sub_menu_width3_9 = 110;

	dqm__subdesc3_9_0 = "Art";
	dqm__subdesc3_9_1 = "Music";
	dqm__subdesc3_9_2 = "Strings";
	dqm__subdesc3_9_3 = "Drama";
	dqm__subdesc3_9_4 = "Dance";
	dqm__subdesc3_9_5 = "Physical Education";
	
	dqm__url3_9_0 = "http://www.greenville.k12.sc.us/stone/magnepro/relarts.asp#art";
	dqm__url3_9_1 = "http://www.greenville.k12.sc.us/stone/magnepro/relarts.asp#music";
	dqm__url3_9_2 = "http://www.greenville.k12.sc.us/stone/magnepro/relarts.asp#strings";
	dqm__url3_9_3 = "http://www.greenville.k12.sc.us/stone/magnepro/relarts.asp#drama";
	dqm__url3_9_4 = "http://www.greenville.k12.sc.us/stone/magnepro/relarts.asp#dance";
	dqm__url3_9_5 = "http://www.greenville.k12.sc.us/stone/magnepro/relarts.asp#pe";
	
    //Sub Menu 3_10

	dqm__border_width = 0;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolor3_10 = "#85c133";
	dqm__hl_bgcolor3_10 = "#99ff66";
	dqm__hl_textcolor3_10 = "#006600";
	dqm__text_alignmentX = "left";

	dqm__hl_subdescX = "custom highlight text";
	dqm__urltargetX = "_new";
	dqm__sub_xy3_10 = "2,2";
	dqm__sub_menu_width3_10 = 115;

	dqm__subdesc3_10_0 = "Musical Production";
	dqm__subdesc3_10_1 = "Arts Alive";
	dqm__subdesc3_10_2 = "Red Ribbon Parade";
	dqm__subdesc3_10_3 = "Field Day";
	dqm__subdesc3_10_4 = "Science Fun Day";
	dqm__subdesc3_10_5 = "Dr. Seuss Day";
	
	dqm__url3_10_0 = "http://www.greenville.k12.sc.us/stone/geninfo/events.asp#musical";
	dqm__url3_10_1 = "http://www.greenville.k12.sc.us/stone/geninfo/events.asp#alive";
	dqm__url3_10_2 = "http://www.greenville.k12.sc.us/stone/geninfo/events.asp#parade";
	dqm__url3_10_3 = "http://www.greenville.k12.sc.us/stone/geninfo/events.asp#fieldday";
	dqm__url3_10_4 = "http://www.greenville.k12.sc.us/stone/geninfo/events.asp#science";
	dqm__url3_10_5 = "http://www.greenville.k12.sc.us/stone/gallery/seuss.asp";
	
    //Sub Menu 4

	dqm__sub_xy4 = "5,2";
	dqm__sub_menu_width4 = 125;
	dqm__subdesc4_0 = "After-School Program" ;
	dqm__subdesc4_1 = "Challenge Program" ;
	dqm__subdesc4_2 = "Character Education";
	dqm__subdesc4_3 = "C.H.A.M.P.s/F.A.M.E.";
	dqm__subdesc4_4 = "Early Success";
	dqm__subdesc4_5 = "Soar to Success";
	dqm__subdesc4_6 = "Technology";
	dqm__subdesc4_7 = "Junior Achievement";
	
	dqm__url4_0 = "http://www.greenville.k12.sc.us/stone/otherpro/afterscl.asp";
	dqm__url4_1 = "http://www.greenville.k12.sc.us/stone/otherpro/challenge.asp";
	dqm__url4_2 = "http://www.greenville.k12.sc.us/stone/otherpro/charact.asp";
	dqm__url4_3 = "http://www.greenville.k12.sc.us/stone/otherpro/othpro.asp#champs";
	dqm__url4_4 = "http://www.greenville.k12.sc.us/stone/otherpro/othpro.asp#early";
	dqm__url4_5 = "http://www.greenville.k12.sc.us/stone/otherpro/othpro.asp#soar";
	dqm__url4_6 = "http://www.greenville.k12.sc.us/stone/otherpro/tech.asp";
	dqm__url4_7 = "http://www.greenville.k12.sc.us/stone/otherpro/jrachiev.asp";

//Sub Menu 5

	dqm__sub_xy5 = "5,2";
	dqm__sub_menu_width5 = 185;

	dqm__subdesc5_0 = "Alumni Sign-Up";
	dqm__subdesc5_1 = "PTA";
	dqm__subdesc5_2 = "School Improvement Council";
	dqm__subdesc5_3 = "History of Stone School";
	dqm__subdesc5_4 = "Guidance Surveys";
	dqm__subdesc5_5 = "Peace Center Outreach Program"
	dqm__subdesc5_6 = "Greenville County Museum of Art";
	dqm__subdesc5_7 = "Business Partners/Contributors";
	dqm__subdesc5_8 = "SC Department of Education";
	
	dqm__icon_index5_1 = 1 ;
	dqm__icon_index5_2 = 1 ;
	dqm__icon_index5_4 = 1;
	
	dqm__url5_0 = "http://www.greenville.k12.sc.us/stone/communit/submit/why/perhaps/yes/no/Maybe/alums.asp";
	dqm__url5_1 = "http://www.greenville.k12.sc.us/stone/communit/pta.asp";
	dqm__url5_2 = "http://www.greenville.k12.sc.us/stone/communit/sic.asp";
	dqm__url5_3 = "http://www.greenville.k12.sc.us/stone/communit/history.asp";
	dqm__url5_4 = "";
	dqm__url5_5 = "http://www.peacecenter.org/";
	dqm__url5_6 = "http://www.greenvillemuseum.org/";
	dqm__url5_7 = "http://www.greenville.k12.sc.us/stone/communit/business.asp";
	dqm__url5_8 = "http://ed.sc.gov/";
	
	//Sub Menu 5_1

	//The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group.

	dqm__border_width = 0;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolor5_1 = "#85c133";
	dqm__hl_bgcolor5_1 = "#99ff66";
	dqm__hl_textcolor5_1 = "#006600";
	dqm__text_alignmentX = "left";

	dqm__sub_xy5_1 = "2,2";
	dqm__sub_menu_width5_1 = 140;

	dqm__subdesc5_1_0 = "PTA Board";
	dqm__subdesc5_1_1 = "Volunteer Opportunities";
	dqm__subdesc5_1_2 = "PTA Newsletter";
	dqm__subdesc5_1_3 = "Courtyard Garden";
	dqm__subdesc5_1_4 = "Recycling Project";
	dqm__subdesc5_1_5 = "Reflections Contest";
	dqm__subdesc5_1_6 = "Volunteer Honorees";
		
	dqm__url5_1_0 = "http://www.greenville.k12.sc.us/stone/communit/pta.asp#ptaboard";
	dqm__url5_1_1 = "http://www.greenville.k12.sc.us/stone/communit/pta.asp#voluns";
	dqm__url5_1_2 = "http://www.greenville.k12.sc.us/stone/pdf docs/scoop_current.pdf";
	dqm__url5_1_3 = "http://www.greenville.k12.sc.us/stone/communit/garden.asp";
	dqm__url5_1_4 = "http://www.greenville.k12.sc.us/stone/communit/recycle.asp";
	dqm__url5_1_5 = "http://www.greenville.k12.sc.us/stone/gallery/reflect.asp";
	dqm__url5_1_6 = "http://www.greenville.k12.sc.us/stone/communit/pta.asp#honor";
	
	//Sub Menu 5_2

	dqm__border_width = 0;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolor5_2 = "#85c133";
	dqm__hl_bgcolor5_2 = "#99ff66";
	dqm__hl_textcolor5_2 = "#006600";
	dqm__text_alignmentX = "left";

	dqm__hl_subdescX = "custom highlight text";
	dqm__urltargetX = "_new";

	dqm__sub_xy5_2 = "2,2";
	dqm__sub_menu_width5_2 = 140;

	dqm__subdesc5_2_0 = "SIC Members";
	dqm__subdesc5_2_1 = "School Improvement Plan";
	
	dqm__url5_2_0 = "http://www.greenville.k12.sc.us/stone/communit/sic.asp#sicmembs";
	dqm__url5_2_1 = "http://www.greenville.k12.sc.us/stone/communit/sic.asp#sicplan";

	//Sub Menu 5_4

	dqm__border_width = 0;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolor5_4 = "#85c133";
	dqm__hl_bgcolor5_4 = "#99ff66";
	dqm__hl_textcolor5_4 = "#006600";
	dqm__text_alignmentX = "left";

	dqm__hl_subdescX = "custom highlight text";
	dqm__urltargetX = "_new";

	dqm__sub_xy5_4 = "2,2";
	dqm__sub_menu_width5_4 = 90;

	dqm__subdesc5_4_0 = "Parent Survey";
	dqm__subdesc5_4_1 = "Teacher Survey";
		
	dqm__url5_4_0 = "http://www.greenville.k12.sc.us/stone/communit/guidsurv/survey_parent.htm";
	dqm__url5_4_1 = "http://www.greenville.k12.sc.us/stone/communit/guidsurv/survey_teacher.htm";
	
    //Sub Menu 6

	dqm__sub_xy6 = "5,2";
	dqm__sub_menu_width6 = 160;

	dqm__subdesc6_0 = "All Staff/Faculty Web Sites";
	dqm__subdesc6_1 = "Professional Development";
	dqm__subdesc6_2 = "Staff Trading Cards";
	dqm__subdesc6_3 = "Teacher of the Year";
		
	dqm__icon_index6_0 = 0
	dqm__url6_0 = "http://www.greenville.k12.sc.us/stone/staff/faculty.asp";
	dqm__url6_1 = "http://www.greenville.k12.sc.us/stone/staff/profdev.asp";
	dqm__url6_2 = "http://www.greenville.k12.sc.us/stone/staff/trading.asp";
	dqm__url6_3 = "http://www.greenville.k12.sc.us/stone/staff/fifth.asp#mcclain";
	
    //Sub Menu 6_0

	//The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group.

	dqm__border_width = 0;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolor6_0 = "#85c133";
	dqm__hl_bgcolor6_0 = "#99ff66";
	dqm__hl_textcolor6_0 = "#006600";
	dqm__text_alignmentX = "left";

	dqm__hl_subdescX = "custom highlight text";
	dqm__urltargetX = "_new";
	dqm__sub_xy6_0 = "2,2";
	dqm__sub_menu_width6_0 = 140;

	dqm__subdesc6_0_0 = "Administrative Staff";
	dqm__subdesc6_0_1 = "Kindergarten Teachers";
	dqm__subdesc6_0_2 = "First Grade Teachers";
	dqm__subdesc6_0_3 = "Second Grade Teachers";
	dqm__subdesc6_0_4 = "Third Grade Teachers";
	dqm__subdesc6_0_5 = "Fourth Grade Teachers";
	dqm__subdesc6_0_6 = "Fifth Grade Teachers";
	dqm__subdesc6_0_7 = "Related Arts Teachers";
	dqm__subdesc6_0_8 = "Specialists";
	dqm__subdesc6_0_9 = "Special Ed. Teachers";
	dqm__subdesc6_0_10 = "Encore Teachers";
	dqm__subdesc6_0_11 = "Nurse";
	dqm__subdesc6_0_12 = "After-School Staff";
	dqm__subdesc6_0_13 = "Cafeteria Staff";
	dqm__subdesc6_0_14 = "Custodial Staff";
	
	dqm__url6_0_0 = "http://www.greenville.k12.sc.us/stone/staff/admin.asp";
	dqm__url6_0_1 = "http://www.greenville.k12.sc.us/stone/staff/kinder.asp";
	dqm__url6_0_2 = "http://www.greenville.k12.sc.us/stone/staff/first.asp";
	dqm__url6_0_3 = "http://www.greenville.k12.sc.us/stone/staff/second.asp";
	dqm__url6_0_4 = "http://www.greenville.k12.sc.us/stone/staff/third.asp";
	dqm__url6_0_5 = "http://www.greenville.k12.sc.us/stone/staff/fourth.asp";
	dqm__url6_0_6 = "http://www.greenville.k12.sc.us/stone/staff/fifth.asp";
	dqm__url6_0_7 = "http://www.greenville.k12.sc.us/stone/staff/relart.asp";
	dqm__url6_0_8 = "http://www.greenville.k12.sc.us/stone/staff/specials.asp";
	dqm__url6_0_9 = "http://www.greenville.k12.sc.us/stone/staff/speced.asp";
	dqm__url6_0_10 = "http://www.greenville.k12.sc.us/stone/staff/encore.asp";
	dqm__url6_0_11 = "http://www.greenville.k12.sc.us/stone/staff/nurse.asp";
	dqm__url6_0_12 = "http://www.greenville.k12.sc.us/stone/staff/after.asp";
	dqm__url6_0_13 = "http://www.greenville.k12.sc.us/stone/staff/cafe.asp";
	dqm__url6_0_14 = "http://www.greenville.k12.sc.us/stone/staff/custod.asp";

    //Sub Menu 7

	dqm__sub_xy7 = "5,2";
	dqm__sub_menu_width7 = 110;


	dqm__subdesc7_0 = "Catalog";
    dqm__subdesc7_1 = "Accelerated Reader";
	dqm__subdesc7_2 = "Jumpstart News";
	dqm__subdesc7_3 = "Internet Resources";
	

	dqm__url7_0 = "http://mediacenter.greenville.k12.sc.us/common/welcome.jsp?site=314";
	dqm__url7_1 = "http://www.greenville.k12.sc.us/stone/mediacnt/areader/reader.asp";
	dqm__url7_2 = "http://teachers.greenville.k12.sc.us/sites/alittlej/Pages/Jumpstart.aspx";
	dqm__url7_3 = "http://mediacenter.greenville.k12.sc.us/common/servlet/presenthomeform.do?site=314";

	
	
    //Sub Menu 8

	dqm__sub_xy8 = "5,2";
	dqm__sub_menu_width8 = 140;

	dqm__subdesc8_0 = "Building Photo/Site Plan";
	dqm__subdesc8_1 = "Construction Pictures";
	dqm__subdesc8_2 = "History of Stone School";
	dqm__subdesc8_3 = "Map to Stone";
	
	dqm__url8_0 = "http://www.greenville.k12.sc.us/stone/facility/facility.asp";
	dqm__url8_1 = "http://www.greenville.k12.sc.us/stone/facility/construc.asp";
	dqm__url8_2 = "http://www.greenville.k12.sc.us/stone/communit/history.asp";
	dqm__url8_3 = "http://www.greenville.k12.sc.us/stone/geninfo/map.asp";
	
    //Sub Menu 9

	dqm__sub_xy9 = "5,2";
	dqm__sub_menu_width9 = 140;

	dqm__subdesc9_0 = "Art & Poetry (Notecards)";
	dqm__subdesc9_1 = "More Student Writing";
	dqm__subdesc9_2 = "Dance";
	dqm__subdesc9_3 = "Music Composition";
	dqm__subdesc9_4 = "Musical Productions"
	dqm__subdesc9_5 = "Dr. Seuss Day";
	dqm__subdesc9_6 = "Reflections Winners";
	dqm__subdesc9_7 = "Photo Albums";

	dqm__url9_0 = "http://www.greenville.k12.sc.us/stone/gallery/artcards/cardsets.asp";
	dqm__url9_1 = "http://www.greenville.k12.sc.us/stone/gallery/writing.asp";
	dqm__url9_2 = "http://www.greenville.k12.sc.us/stone/gallery/dance.asp";
	dqm__url9_3 = "http://www.greenville.k12.sc.us/stone/gallery/muscomp.asp";
	dqm__url9_4 = "http://www.greenville.k12.sc.us/stone/gallery/musical.asp";
	dqm__url9_5 = "http://www.greenville.k12.sc.us/stone/gallery/seuss.asp";
	dqm__url9_6 = "http://www.greenville.k12.sc.us/stone/gallery/reflect.asp";
	dqm__url9_7 = "http://www.greenville.k12.sc.us/stone/gallery/photo_albums.asp";


   //Sub Menu 10

	dqm__sub_xy10 = "5,2";
	dqm__sub_menu_width10 = 160;

	dqm__subdesc10_0 = "After-School Program";
	dqm__subdesc10_1 = "District Calendar";
	dqm__subdesc10_2 = "District Lunch Menu";
	dqm__subdesc10_3 = "Stone PASS Results";
	dqm__subdesc10_4 = "Goals/Quality/Grading Scale";
	dqm__subdesc10_5 = "Map to Stone";
	dqm__subdesc10_6 = "PTA Newsletter";
	dqm__subdesc10_7 = "School Events Calendar";
	dqm__subdesc10_8 = "School Information";
	dqm__subdesc10_9 = "School Profile";
	dqm__subdesc10_10 = "School Report Card (pdf)";
	dqm__subdesc10_11 = "School Safety";
	dqm__subdesc10_12 = "Traffic Plan";
	dqm__subdesc10_13 = "School Supplies List";
	dqm__subdesc10_14 = "SC Curriculum Standards";
	dqm__subdesc10_15 = "Grade Level Standards (pdf)";
	dqm__subdesc10_16 = "Student Handbook (pdf)";
	dqm__subdesc10_17 = "Traffic Plan";
	dqm__subdesc10_18 = "Report Fraud";
	dqm__subdesc10_19 = "Grade 6 Registration";
	
	dqm__url10_0 = "http://www.greenville.k12.sc.us/stone/otherpro/afterscl.asp";
	dqm__url10_1 = "http://www.greenville.k12.sc.us/gcsd/calendar/";
	dqm__url10_2 = "http://www.schoolnutritionandfitness.com/schools/gcs_0511081654589176/menus/Elementary_Schools_with_New_Menu.pdf";
	dqm__url10_3 = "https://apps.ed.sc.gov/topics/assessment/scores/pass/2011/show_school_pass_scores_grade.cfm?ID=2301085";
	dqm__url10_4 = "http://www.greenville.k12.sc.us/stone/geninfo/quality.asp";
	dqm__url10_5 = "http://www.greenville.k12.sc.us/stone/geninfo/map.asp";
	dqm__url10_6 = "http://www.greenville.k12.sc.us/stone/pdf%20docs/scoop_current.pdf";
	dqm__url10_7 = "http://www.greenville.k12.sc.us/stone/geninfo/calendar.asp";
	dqm__url10_8 = "http://www.greenville.k12.sc.us/stone/geninfo/info.asp";
	dqm__url10_9 = "http://www.greenville.k12.sc.us/gcsd/schools/profiles/stone.pdf";
	dqm__url10_10 = "http://ed.sc.gov/data/report-cards/2011/elem/c/e2301085.pdf";
	dqm__url10_11 = "http://www.greenville.k12.sc.us/stone/geninfo/info.asp#safety";
	dqm__url10_12 = "http://www.greenville.k12.sc.us/stone/geninfo/traffic.asp";
	dqm__url10_13 = "http://www.greenville.k12.sc.us/stone/geninfo/supply.asp";
	dqm__url10_14 = "http://www.myscschools.com/offices/cso/";
	dqm__url10_15 = "http://www.greenville.k12.sc.us/stone/geninfo/stands_brochure.asp";
	dqm__url10_16 = "http://www.greenville.k12.sc.us/stone/pdf docs/handbook.pdf";
	dqm__url10_17 = "http://www.greenville.k12.sc.us/stone/geninfo/traffic.asp";
	dqm__url10_18 = "http://www.greenville.k12.sc.us/stone/geninfo/fraud.asp";
	dqm__url10_19 = "http://www.greenville.k12.sc.us/stone/geninfo/grade5reg.asp";

    //Sub Menu 11

	dqm__sub_xy11 = "5,2";
	dqm__sub_menu_width11 = 110;

	dqm__subdesc11 = "Admission";

	dqm__icon_index11 = 0;
	
	dqm__url11 = "http://www.greenville.k12.sc.us/stone/admit/admit.asp";
	
   //Sub Menu 12

	dqm__sub_xy12 = "5,2";
	dqm__sub_menu_width12 = 165;

	dqm__subdesc12 = "Recent News Items";
	
	dqm__icon_index12 = 0;
	
	dqm__url12 = "http://www.greenville.k12.sc.us/stone/archives/pastnews.asp";
	
    //Sub Menu 13

	dqm__sub_xy13 = "5,2";
	dqm__sub_menu_width13 = 180;

	dqm__subdesc13_0 = "Address/Phone/Fax";
	dqm__subdesc13_1 = "E-Mail for Principal";
	dqm__subdesc13_2 = "E-Mail/Phones for Faculty & Staff";
	dqm__subdesc13_3 = "E-Mail for Webmaster";
	dqm__subdesc13_4 = "E-Mail for PTA Board";
	dqm__subdesc13_5 = "E-Mail for SIC";

	dqm__url13_0 = "http://www.greenville.k12.sc.us/stone/geninfo/info.asp#address";
	dqm__url13_1 = "mailto:ehollida@greenville.k12.sc.us";
	dqm__url13_2 = "http://www.greenville.k12.sc.us/stone/staff/faculty.asp#stafmail";
	dqm__url13_3 = "mailto:cslate@greenville.k12.sc.us";
	dqm__url13_4 = "http://www.greenville.k12.sc.us/stone/communit/pta.asp#ptaboard";
	dqm__url13_5 = "http://www.greenville.k12.sc.us/stone/communit/sic.asp#sicmembs";

