
//--- SiteMenu v3.0, Copyright (c) 2002, FieldZero Inc., All Rights Reserved.
//--- Visit www.fieldzero.com for current SiteMenu downloads and information.

   

/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	SM_sub_menu_width = 105   		//default sub menu widths
	SM_sub_xy = "0,0"            		//default sub x,y coordinates
   
   
	SM_urltarget = " _parent"			//default URL target: _self, _parent, _new, or "my frame name"

	SM_border_width = 1
	SM_divider_height = 0

	SM_border_color = "#666666"		//Hex color or 'transparent'
	SM_menu_bgcolor = "#FFCC00"		//Hex color or 'transparent'
	SM_hl_bgcolor = "#CC9900"		

	SM_mouse_off_delay = 30



/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	SM_textcolor = "#000000"
	SM_fontfamily = "Arial,sans-serif"		//Any available system font     
	SM_fontsize = 11			//Defined with pixel sizing  	
	SM_fontsize_ie4 = 9			//Defined with point sizing
	SM_textdecoration = "normal"		//set to: 'normal', or 'underline'
	SM_fontweight = "normal"		//set to: 'normal', or 'bold'
	SM_fontstyle = "normal"			//set to: 'normal', or 'italic' 	


    //Rollover font settings

	SM_hl_textcolor = "#000000"
	SM_hl_textdecoration = "normal"		//set to: 'normal', or 'underline'



    //Margins and text alignment

	SM_text_alignment = "left"		//set to: 'left', 'center' or 'right'
	SM_margin_top = 2
	SM_margin_bottom = 3
	SM_margin_left = 5
	SM_margin_right = 4

   


/*-------------------------------------------
Bullet and Icon image library - Each bullet or icon
image to be used may be defined once below, then
referenced for use within the sub menu settings
--------------------------------------------*/


    //Relative positioned icon images

	SM_icon_image0 = "skin/eddy/menu_images/bullet_blue.gif"
	SM_icon_rollover0 = "skin/eddy/menu_images/bullet_blue_hl.gif"
	SM_icon_image_wh0 = "11,9"

	

    //Absolute positioned icon images

	SM_2nd_icon_image0 = "skin/eddy/menu_images/bullet_arrow.gif"
	SM_2nd_icon_rollover0 = "skin/eddy/menu_images/bullet_arrow_hl.gif"
	SM_2nd_icon_image_wh0 = "13,10"
	SM_2nd_icon_image_xy0 = "0,4"




/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	SM_show_urls_statusbar = false
   
	//SM_status_text0 = "Sample text - Main Menu Item 0"
	//SM_status_text1 = "Sample text - Main Menu Item 1"

	//SM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//SM_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

	SM_sub_menu_effect = "fade"
	SM_sub_item_effect = "iris"


    //Define the effect duration in seconds below
   
	SM_sub_menu_effect_duration = .5
	SM_sub_item_effect_duration = .2


    //Specific settings for various transitions

	SM_effect_pixelate_maxsqare = 25
	SM_effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	SM_effect_checkerboard_squaresx = 14
	SM_effect_checkerboard_squaresY = 14
	SM_effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows

	SM_sub_menu_opacity = 100 			//1 to 100
	SM_dropshadow_color = "none"			//Hex color value or 'none'
	SM_dropshadow_offx = 5				//drop shadow width
	SM_dropshadow_offy = 5				//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly 
   
	SM_os9_ie5mac_offset_X = 10
	SM_os9_ie5mac_offset_Y = 15

	SM_osx_ie5mac_offset_X = 0
	SM_osx_ie5mac_offset_Y = 0

	SM_ie4mac_offset_X = -8
	SM_ie4mac_offset_Y = -50


    //Netscape 4 resize bug workaround

	SM_nn4_reaload_after_resize = true
	SM_nn4_resize_prompt_user = false
	SM_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

	SM_use_opera_div_detect_fix = true



/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statement here

	//SM_onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.

	SM_showmenu_codeX = "status = 'custom show menu function call - menu0'"
	SM_hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	SM_clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group

	SM_border_widthX = 10;
	SM_divider_heightX = 5;		
	SM_border_colorX = "#0000ff";     
	SM_menu_bgcolorX = "#FFCC00"
	SM_hl_bgcolorX = "#00ff00"
	SM_hl_textcolorX = "#ff0000"
	SM_text_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X' represents the index number of the sub menu item.

	SM_hl_subdescX = "custom highlight text"
	SM_urltargetX = "_new"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/



    //Main Menu Item 0

	SM_rollover_image0 = "skin/eddy/butoane/despre2.gif"
	SM_rollover_wh0 = "105,16"
	SM_url0 = "index.php";   


    //Main Menu Item 1

	SM_rollover_image1 = "skin/eddy/butoane/actiuni2.gif"
	SM_rollover_wh1 = "105,16"
	//SM_url1 = "my_url.html";

    //Main Menu Item 2

	SM_rollover_image2 = "skin/eddy/butoane/comisii2.gif"
	SM_rollover_wh2 = "105,16"
	//SM_url2 = "my_url.html";


    //Main Menu Item 3

	SM_rollover_image3 = "skin/eddy/butoane/meteori2.gif"
	SM_rollover_wh3 = "105,16"
	//SM_url3 = "my_url.html";   


    //Main Menu Item 4

	SM_rollover_image4 = "skin/eddy/butoane/astro2.gif"
	SM_rollover_wh4 = "105,16"
	//SM_url4 = "my_url.html";

    //Main Menu Item 5

	SM_rollover_image5 = "skin/eddy/butoane/galerie2.gif"
	SM_rollover_wh5 = "105,16"
	//SM_url5 = "my_url.html";
    
    //Main Menu Item 6

	SM_rollover_image6 = "skin/eddy/butoane/publicatii2.gif"
	SM_rollover_wh6 = "105,16"
	//SM_url6 = "my_url.html";
	
	SM_rollover_image7 = "skin/eddy/butoane/traditii2.gif"
	SM_rollover_wh7 = "105,16"



 


/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0

	SM_sub_xy0 = "2,0"
	SM_sub_menu_width0 = 100

	SM_subtext0_0 = "Prezentare"
	SM_subtext0_1 = "Istoric"
	SM_subtext0_2 = "Organizare"
	SM_subtext0_3 = "Membri"
	SM_subtext0_4 = "Contact"

	SM_icon_index0_0 = 0
	SM_icon_index0_1 = 0
	SM_icon_index0_2 = 0
	SM_icon_index0_3 = 0
	SM_icon_index0_4 = 0


	SM_url0_0 = "http://sarm.ro/newsite/index.php?id=0&zi=13&luna=11&an=2008&act=news"
	SM_url0_1 = "javascript:alert('in constructie!');"
	SM_url0_2 = "http://sarm.ro/newsite/index.php?id=0&zi=03&luna=01&an=2009&act=news"
 	SM_url0_3 = "http://sarm.ro/newsite/index.php?id=1&zi=03&luna=01&an=2009&act=news"
 	SM_url0_4 = "http://sarm.ro/newsite/index.php?id=2&zi=03&luna=01&an=2009&act=news"

   //Sub Menu 1

	SM_sub_xy1 = "2,0"
	SM_sub_menu_width1 = 150

	SM_subtext1_0 = "Perseide"
	SM_subtext1_1 = "Euro-Eclipsa 99"
	SM_subtext1_2 = "Astrofoto"
	SM_subtext1_3 = "Conferinta Nationala"
	SM_subtext1_4 = "IMC"
	SM_subtext1_5 = "Alte"


	SM_icon_index1_0 = 0
	SM_icon_index1_1 = 0
	SM_icon_index1_2 = 0
	SM_icon_index1_3 = 0
	SM_icon_index1_4 = 0
	SM_icon_index1_5 = 0	
	
	
	SM_url1_0 = "javascript:alert('in constructie!');"
	SM_url1_1 = "javascript:alert('in constructie!');"
	SM_url1_2 = "http://www.sarm.ro/newsite/index.php?id=0&zi=6&luna=1&an=2009&act=news"
	SM_url1_3 = "javascript:alert('in constructie!');"
	SM_url1_4 = "javascript:alert('in constructie!');"
	SM_url1_5 = "javascript:alert('in constructie!');"

     //Sub Menu 2

	SM_sub_xy2 = "2,0"
	SM_sub_menu_width1 = 150

	SM_subtext2_0 = "Meteori"
	SM_subtext2_1 = "Stele variabile"
	SM_subtext2_2 = "Instrumente"
	SM_subtext2_3 = "Fotografie"
	SM_subtext2_4 = "Soft"


	SM_icon_index2_0 = 0
	SM_icon_index2_1 = 0
	SM_icon_index2_2 = 0
	SM_icon_index2_3 = 0
	SM_icon_index2_4 = 0
	SM_icon_index2_5 = 0
	
	
	SM_url2_0 = "javascript:alert('in constructie!');"
	SM_url2_1 = "javascript:alert('in constructie!');"
	SM_url2_2 = "javascript:alert('in constructie!');"
	SM_url2_3 = "javascript:alert('in constructie!');"
	SM_url2_4 = "javascript:alert('in constructie!');"


    //Sub Menu 3

	SM_sub_xy3 = "2,0"
	SM_sub_menu_width3 = 120

	SM_subtext3_0 = "Info-news"
	SM_subtext3_1 = "Instruire"
	SM_subtext3_2 = "Rapoarte"
	SM_subtext3_3 = "Retea observare "

	SM_icon_index3_0 = 0
	SM_icon_index3_1 = 0
	SM_icon_index3_2 = 0
	SM_icon_index3_3 = 0

	SM_url3_0 = "javascript:alert('in constructie!');"
	SM_url3_1 = "javascript:alert('in constructie!');"
	SM_url3_2 = "javascript:alert('in constructie!');"
	SM_url3_3 = "javascript:alert('in constructie!');"
 
//generala, stele variabile, deep-sky, comete, 
//evenimente 2004

    //Sub Menu 4

	SM_sub_xy4 = "2,0"
	SM_sub_menu_width4 = 125

	SM_subtext4_0 = "Generala"
	SM_subtext4_1 = "Stele variabile"
	SM_subtext4_2 = "Deep-Sky"
	SM_subtext4_3 = "Comete"
	SM_subtext4_4 = "Evenimente 2006"




	SM_icon_index4_0 = 0
	SM_icon_index4_1 = 0
	SM_icon_index4_2 = 0
	SM_icon_index4_3 = 0
	SM_icon_index4_4 = 0


	
	
	SM_url4_0 = "javascript:alert('in constructie!');"
	SM_url4_1 = "javascript:alert('in constructie!');"
	SM_url4_2 = "javascript:alert('in constructie!');"
	SM_url4_3 = "javascript:alert('in constructie!');"
	SM_url4_4 = "javascript:alert('in constructie!');"

     //Sub Menu 5

	SM_sub_xy5 = "2,0"
	SM_sub_menu_width5 = 125

	SM_subtext5_0 = "Meteori"
	SM_subtext5_1 = "Comete"
	SM_subtext5_2 = "Eclipse"
	SM_subtext5_3 = "Ocultatii"
	SM_subtext5_4 = "Deep-Sky"
	SM_subtext5_5 = "Lumina zodiacala"
	SM_subtext5_6 = "Atmosferice"
	SM_subtext5_7 = "Altele "


	SM_icon_index5_0 = 0
	SM_icon_index5_1 = 0
	SM_icon_index5_2 = 0
	SM_icon_index5_3 = 0
	SM_icon_index5_4 = 0
	SM_icon_index5_5 = 0
	SM_icon_index5_6 = 0
	SM_icon_index5_7 = 0


	
	
	SM_url5_0 = "javascript:alert('in constructie!');"
	SM_url5_1 = "javascript:alert('in constructie!');"
	SM_url5_2 = "javascript:alert('in constructie!');"
	SM_url5_3 = "javascript:alert('in constructie!');"
	SM_url5_4 = "javascript:alert('in constructie!');"
	SM_url5_5 = "javascript:alert('in constructie!');"
	SM_url5_6 = "javascript:alert('in constructie!');"
	SM_url5_7 = "javascript:alert('in constructie!');"
//Noi si Cerul, Bolidul, Ghid meteori, brosuri, antologie

     //Sub Menu 6

	SM_sub_xy6 = "2,0"
	SM_sub_menu_width6 = 100

	SM_subtext6_0 = "Noi si cerul"
	SM_subtext6_1 = "Bolidul"
	SM_subtext6_2 = "Ghid meteori"
	SM_subtext6_3 = "Brosuri"
	SM_subtext6_4 = "Antologie"



	SM_icon_index6_0 = 0
	SM_icon_index6_1 = 0
	SM_icon_index6_2 = 0
	SM_icon_index6_3 = 0
	SM_icon_index6_4 = 0

	
	
	SM_url6_0 = "javascript:alert('in constructie!');"
	SM_url6_1 = "http://www.sarm.ro/bolidul"
	SM_url6_2 = "javascript:alert('in constructie!');"
	SM_url6_3 = "javascript:alert('in constructie!');"
	SM_url6_4 = "javascript:alert('in constructie!');"
	
     //Sub Menu 7

	SM_sub_xy7 = "2,0"
	SM_sub_menu_width7 = 200

	SM_subtext7_0 = "Credintele taranului roman"
	SM_icon_index7_0 = 0
	SM_url7_0 = "http://www.sarm.ro/credinte"






