/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#313E96';			// Background color when mouse is not over
	var LowSubBgColor='#313E96';			// Background color when mouse is not over on subs
	var HighBgColor='#999999';			// Background color when mouse is over
	var HighSubBgColor='#999999';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Geneva, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=1;				// 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' or 'bottom'
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.4;			// vertical overlap child/ parent
	var StartTop=106;				// Menu offset x coordinate
	var StartLeft=4;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=1;				// 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

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("AllAboutMedicalSales","http://www.allaboutmedicalsales.com/index.html","",3,18,120);
	Menu1_1=new Array("Graduates","http://www.allaboutmedicalsales.com/graduates/index.html","",0,18,120);
	Menu1_2=new Array("Representatives","http://www.allaboutmedicalsales.com/reps/index.html","",0);
	Menu1_3=new Array("Managers","http://www.allaboutmedicalsales.com/managers/index.html","",0);
	
	
Menu2=new Array("Subscribe","http://www.allaboutmedicalsales.com/subscribe.html","",0,18,120);
	
Menu3=new Array("Previous Issues","","",3,18,120);
	Menu3_1=new Array("December 2001","http://www.allaboutmedicalsales.com/pharma_review/dec_01.html","",0,18,120);
	Menu3_2=new Array("January 2002","http://www.allaboutmedicalsales.com/pharma_review/jan_02.html","",0);
	Menu3_3=new Array("March 2002","http://www.allaboutmedicalsales.com/pharma_review/mar_02.html","",0);
	
Menu4=new Array("Privacy","http://www.allaboutmedicalsales.com/privacy.html","",0);
	
Menu5=new Array("Legal","http://www.allaboutmedicalsales.com/legal.html","",0);

Menu6=new Array("Directory","","",6);
		Menu6_1=new Array("Pharma Companies","","",6,18,120);
			Menu6_1_1=new Array("A-D","http://www.allaboutmedicalsales.com/links_A-D.html","",0,18,120);
			Menu6_1_2=new Array("E-H","http://www.allaboutmedicalsales.com/links_E-H.html","",0);
			Menu6_1_3=new Array("I-L","http://www.allaboutmedicalsales.com/links_I-L.html","",0);
                	Menu6_1_4=new Array("M-P","http://www.allaboutmedicalsales.com/links_M-P.html","",0);
                	Menu6_1_5=new Array("Q-T","http://www.allaboutmedicalsales.com/links_Q-T.html","",0);
			Menu6_1_6=new Array("U-Z","http://www.allaboutmedicalsales.com/links_U-Z.html","",0);
		Menu6_2=new Array("Recruitment","","",2,18,120);
			Menu6_2_1=new Array("Agencies","http://www.allaboutmedicalsales.com/links_recruitment_agencies.html","",0,18,120);
			Menu6_2_2=new Array("Web Portals","http://www.allaboutmedicalsales.com/links_recruitment_portals.html","",0);

		Menu6_3=new Array("Services","","",3);
			Menu6_3_1=new 			Array("Training","http://www.allaboutmedicalsales.com/links_training.html","",0,18,120);	
			Menu6_3_2=new 			Array("Writers","http://www.allaboutmedicalsales.com/links_writers.html","",0,18,120);
			Menu6_3_3=new Array("CV Writers","http://www.allaboutmedicalsales.com/links_cvwriters.html","",0,18,120);	
		Menu6_4=new 		Array("Organisations","http://www.allaboutmedicalsales.com/links_organisations.html","",0,18,120);
		Menu6_5=new Array("Other","http://www.allaboutmedicalsales.com/links_other.html","",0,18,120);
		Menu6_6=new Array("Link to us","http://www.allaboutmedicalsales.com/link_to_us.html","",0,18,120);


