
effect = "Shadow(color='#777777', Direction=135, Strength=5);Alpha(style=0,opacity=100);"
noneeffect = "Alpha(opacity=100);"
fadeeffect = "Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5);Alpha(opacity=100);"
shadoweffect = "Shadow(color='#777777', Direction=135, Strength=5);Alpha(opacity=100);"
barneffect = "barn(motion=Out, orientation=Horizontal, duration=0.5);Alpha(opacity=100);"
blindseffect = "blinds(bands=8, direction=Up, duration=0.5);Alpha(opacity=100);"
gradeffect = "gradientwipe(size=1.00, wipestyle=0, motion=Forward, duration=0.5);Alpha(opacity=100);"
pixelateeffect = "pixelate(sqaures=Clock, duration=0.5);Alpha(opacity=100);"
slideeffect = "slide(bands=1, duration=0.5)"
spiraleffect = "spiral(gridx=8, gridy=8, duration=0.5);Alpha(opacity=100);"
stretcheffect = "stretch(duration=0.5);Alpha(opacity=100);"
stripeseffect = "strips(direction=Left Down, duration=0.5);Alpha(opacity=100);"
randomdissolveeffect = "randomdissolve(duration=0.5);Shadow(color='#777777', Direction=135, Strength=5);Alpha(opacity=100);"
snoneeffect = "Alpha(opacity=90);"
sfadeeffect = "Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5);Alpha(opacity=90);"
sshadoweffect = "Shadow(color='#777777', Direction=135, Strength=5);Alpha(opacity=90);"
sbarneffect = "barn(motion=Out, orientation=Horizontal, duration=0.5);Alpha(opacity=90);"
sblindseffect = "blinds(bands=8, direction=Up, duration=0.5);Alpha(opacity=90);"
sgradeffect = "gradientwipe(size=1.00, wipestyle=0, motion=Forward, duration=0.5);Alpha(opacity=90);"
spixelateeffect = "pixelate(sqaures=Clock, duration=0.5);Alpha(opacity=90);"
sslideeffect = "slide(bands=1, duration=0.5);Alpha(opacity=90);"
sspiraleffect = "spiral(gridx=8, gridy=8, duration=0.5);Alpha(opacity=90);"
sstretcheffect = "stretch(duration=0.5);Alpha(opacity=90);"
sstripeseffect = "strips(direction=Left Down, duration=0.5);Alpha(opacity=90);"
srandomdissolveeffect = "randomdissolve(duration=0.5);Shadow(color='#777777', Direction=135, Strength=5);Alpha(opacity=90);"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[
"FFFFFF",		// Mouse Off Font Color
"666666",		// Mouse Off Background Color
"F6F6F6",		// Mouse On Font Color
"000000",		// Mouse On Background Color
"C0C0C0",		// Menu Border Color 
11,			// Font Size in pixels
"NORMAL",		// Font Style (italic or normal)
"BOLD",		// Font Weight (bold or normal)
"Verdana, Geneva, Arial, Helvetica, sans-serif",			// Font Name
3,			// Menu Item Padding
"arrow_wht.gif",		// Sub Menu Image (Leave this blank if not needed)
0,		// 3D Border & Separator bar
"CCCCCC",	// 3D High Color
"999999",	// 3D Low Color
"",							// Current Page Item Font Color (leave this blank to disable)
"",							// Current Page Item Background Color (leave this blank to disable)
"arrowdn_wht.gif",		// Top Bar image (Leave this blank to disable)
,							// Menu Header Font Color (Leave blank if headers are not needed)
,							// Menu Header Background Color (Leave blank if headers are not needed)
]

prop2=[
"FFFFFF",
"666699",
"000000",
"FFFF00",
"999999",
11,
"NONE",
"NORMAL",
"Verdana, Geneva, Arial, Helvetica, sans-serif",
3,
"arrow_wht.gif",
0,
"CCCCCC",
"999999",
,
,
,
,
,
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"menu1",			// Menu Name - This is needed in order for the menu to be called
138,		// Menu Top - The Top position of the menu in pixels
23,		// Menu Left - The Left position of the menu in pixels
,	// Menu Width - Menus width in pixels
0,	// Menu Border Width 
"center",	// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
prop1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",	// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
noneeffect,		// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,			// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 		// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,		// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
"right",	// Position of TOP sub image left:center:right
0,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
0,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
0,		// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
"newform;newform2;dynoimg;dynoimg2;SiteConfig",					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
"",					// Background image for menu when BGColor set to transparent.
0,					// Scrollable Menu
,					// Reserved for future use

,"&nbsp;About&nbsp;the&nbsp;Artist&nbsp;", "http://www.HaldStudio.com/Limited_edition_bronze_by_Hald_Studio.cfm",,,1
,"&nbsp;Products&nbsp;", "http://www.HaldStudio.com/Limted_Edition_Bronzes.cfm",,,1
,"&nbsp;Commissioned&nbsp;Works&nbsp;", "http://www.HaldStudio.com/Commissioned_Works.cfm",,,1
,"&nbsp;Shows&nbsp;and&nbsp;Special&nbsp;Events&nbsp;", "http://www.HaldStudio.com/Shows_and_Special_Events.cfm",,,1
,"&nbsp;Links&nbsp;", "http://www.HaldStudio.com/Links.cfm",,,1
,"&nbsp;Contact&nbsp;Us&nbsp;", "http://www.HaldStudio.com/Contact_Us.cfm",,,1
])

	dumpmenus() // This must be the last line in this file

