/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	         *
*	For info write to menus@burmees.nl		         *
*	You may remove all comments for faster loading	         *		
***********************************************************************************/

var NoOffFirstLineMenus=4;			// Number of first level items
	
	//APPEARANCE
	var LowBgColor='';				// Background color when mouse is not over
	var HighBgColor='';			// Background color when mouse is over
	var FontLowColor='#92F773';			// Font color when mouse is not over
	var FontHighColor='#92F773';			// Font color when mouse is over
var LowSubBgColor='#6D73A6';			// Background color when mouse is not over on subs
var HighSubBgColor='#9E9AB1';		// Background color when mouse is over on subs
var FontSubLowColor='#ECDE00'; 		// Font color subs when mouse is not over
var FontSubHighColor='#ffffff';		// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='';			// Border color for subs
	var BorderWidth=0;			// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="comic sans ms,arial, helvetica, helv, verdana,technical"	// Font family menu items
	var FontSize=11;//9;					// Font size menu items
	var FontBold=1;//0;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static

	var ChildOverlap=0;//.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;//.1;			// vertical overlap child/ parent
	
var StartTop=220; //200;				// Menu offset x coordinate	//ignored when using frames/rows
var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=10;				// Multiple frames x correction

	var LeftPaddng=10;				// Left padding
	var TopPaddng=2;				// Top padding

	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols [1] or rows [0]

	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navigation';	// Frame where first level appears 
	var SecLineFrame='body';			// Frame where sub levels appear
	var DocTargetFrame='body';			// Frame where target documents appear

	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['',5,10,'',10,5,'',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("rollover:images/news_off.gif:images/news_on.gif", "news.asp","",0,40,182);

Menu2=new Array("rollover:images/galleries_off.gif:images/galleries_on.gif", "","",8,47,182);
    Menu2_1 =new Array("Marvel",	"","",3,30,150);
	Menu2_1_1 =new Array("Sensational Spider-Man",	"afs.asp?sc=AMSM1","",0,30,195);
	Menu2_1_2 =new Array("Soviet Super Soliders",	"afs.asp?sc=AMSS1","",0,30,150);
	Menu2_1_3 =new Array("Miscellaneous",	"afs.asp?sc=AMMA1","",0,30,150);
    Menu2_2 =new Array("DC",				"afs.asp?sc=AMDC1","",0,30,124);
    Menu2_3 =new Array("Spawn",		"","",7,30,124);
	Menu2_3_1 =new Array("Issues #115 - #120",	"afs.asp?sc=AM115","",0,30,175);
	Menu2_3_2 =new Array("Issues #121 - #125",	"afs.asp?sc=AM121","",0,30,124);
	Menu2_3_3 =new Array("Issues #126 - #130",	"afs.asp?sc=AM126","",0,30,124);
	Menu2_3_4 =new Array("Issues #131 - #135",	"afs.asp?sc=AM131","",0,30,124);
	Menu2_3_5 =new Array("Issues #136 - #140",	"afs.asp?sc=AM136","",0,30,124);
	Menu2_3_6 =new Array("Issues #141 - #144",	"afs.asp?sc=AM141","",0,30,124);
	Menu2_3_7 =new Array("Miscellaneous",		"afs.asp?sc=AMSP1","",0,30,124);
    Menu2_4 =new Array("Kiss",			"afs.asp?sc=AMKS1","",0,30,124);
    Menu2_5 =new Array("Common Grounds",	"afs.asp?sc=AMCG1","",0,30,124);
    Menu2_6 =new Array("Oddities",		"afs.asp?sc=AMOD1","",0,30,124);
    Menu2_7 =new Array("Clowns",		"afs.asp?sc=AMCL1","",0,30,124);
    Menu2_8 =new Array("Miscellaneous",		"afs.asp?sc=AMMS1","",0,30,124);

Menu3=new Array("rollover:images/art_off.gif:images/art_on.gif", "","",4,47,182);
    Menu3_1 =new Array("Marvel",	"","",2,30,150);
	Menu3_1_1 =new Array("Sensational Spider-Man",	"afs.asp?afs=T&sc=AMSM1","",0,30,195);
	Menu3_1_2 =new Array("Soviet Super Soliders",	"afs.asp?afs=T&sc=AMSS1","",0,30,150);
    Menu3_2 =new Array("Spawn",		"","",7,30,124);
	Menu3_2_1 =new Array("Issues #115 - #120",	"afs.asp?afs=T&sc=AM115","",0,30,175);
	Menu3_2_2 =new Array("Issues #121 - #125",	"afs.asp?afs=T&sc=AM121","",0,30,124);
	Menu3_2_3 =new Array("Issues #126 - #130",	"afs.asp?afs=T&sc=AM126","",0,30,124);
	Menu3_2_4 =new Array("Issues #131 - #135",	"afs.asp?afs=T&sc=AM131","",0,30,124);
	Menu3_2_5 =new Array("Issues #136 - #140",	"afs.asp?afs=T&sc=AM136","",0,30,124);
	Menu3_2_6 =new Array("Issues #141 - #144",	"afs.asp?afs=T&sc=AM141","",0,30,124);
	Menu3_2_7 =new Array("Miscellaneous",		"afs.asp?afs=T&sc=AMSP1","",0,30,124);
    Menu3_3 =new Array("Common Grounds",		"afs.asp?afs=T&sc=AMCG1","",0,30,124);
    Menu3_4 =new Array("Miscellaneous",			"afs.asp?afs=T&sc=AMMS1","",0,30,124);

Menu4=new Array("rollover:images/contact_off.gif:images/contact_on.gif", "contact.asp","",0,46,182);
