/***********************************************
*	(c) Ger Versluis 2000 version simple 4 April 2000          *
*	You may use this script on non commercial sites.	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=9;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#ddf3ff";			// Background color when mouse is not over
	var HighBgColor="#003366";			// Background color when mouse is over
	var FontLowColor="#003366";			// Font color when mouse is not over
	var FontHighColor="#ddf3ff";			// Font color when mouse is over
	var BorderColor="#336699";			// Border color
	var BorderWidth=4;			// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="comic sans ms,verdana,technical,arial"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="center";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// 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=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="../";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"/Images/trideletethistoenable.gif",5,10,BaseHref+"/Images/tridown.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var PartOfWindow=.8;				// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE5+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
//	var MenuSlide="";
//	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.3, wipeStyle=1)";

//	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
//	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

//	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=75)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width);

Menu1=new Array("Business","Business/Business.htm","",8,20,129);
	Menu1_1=new Array("14 Hottest Business Ideas","Business/Hottest_Business_Ideas.htm","",0,20,208);
	Menu1_2=new Array("100 Businesses You Can Start<BR>With Little Capital","Business/100_Businesses_You_Can_Start_With_Little_Capital.htm","",0,38,100);
	Menu1_3=new Array("Complete Mail Order Business","Business/Complete_Mail_Order_Business.htm","",0,20,100);
	Menu1_4=new Array("Export","Business/Exports.htm","",0,20,100);
	Menu1_5=new Array("Import","Business/Imports.htm","",0,20,100);
	Menu1_6=new Array("Master Success In Real Estate","javascript:NewWin=window.open(\"http://success.org/re/\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100);
	Menu1_7=new Array("Master Success In Small Business","javascript:NewWin=window.open(\"http://success.org/MSB/\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100);
	Menu1_8=new Array("Please Support Our Supporters","Business/Please_Support_Our_Supporters.htm","",0,20,100);
Menu2=new Array("Education","Education/Education.htm","",2,20,190);
	Menu2_1=new Array("How To Study","Education/How_To_Study.htm","",0,20,130);
	Menu2_2=new Array("Learn Basic French (Audio) - Free","javascript:NewWin=window.open(\"http://www.frenchtutorial.com/\",\"NWin\");window[\"NewWin\"].focus()","",0,38,100);
Menu3=new Array("Environment","Environment/Environment.htm","",5,20,190);
	Menu3_1=new Array("Imagine","Environment/Imagine.htm","",0,20,140);
	Menu3_2=new Array("Human Rights","Environment/Human_Rights.htm","",0,20,100);
	Menu3_3=new Array("Recycle","Environment/Recycle.htm","",0,20,100);
	Menu3_4=new Array("Utopia","Environment/Utopia.htm","",0,20,100);
	Menu3_5=new Array("I Shall Not Pass This Way Again ...","Environment/I_Shall_Not_Pass_This_Way_Again.htm","",0,36,100);
Menu4=new Array("Family","Family/Family.htm","",6,20,190);
	Menu4_1=new Array("First Aid","Family/Basic_First_Aid.htm","",0,20,140);
	Menu4_2=new Array("Home Security","Family/Home_Security.htm","",0,20,100);
	Menu4_3=new Array("Power Of One","Family/Power_Of_One.htm","",0,20,100);
	Menu4_4=new Array("Quotations For Life","Family/Quotations_For_Life.htm","",0,20,100);
	Menu4_5=new Array("Random Kindness","Family/Random_Kindness.htm","",0,20,100);
	Menu4_6=new Array("Conversations","Family/The_Conversations.htm","",0,20,100);
Menu5=new Array("Health","Health/Health.htm","",3,20,190);
	Menu5_1=new Array("Cure For Many Ailments","Family/Basic_First_Aid.htm","",0,20,200);
	Menu5_2=new Array("More Cures For Many Ailments","Family/Home_Security.htm","",0,20,100);
	Menu5_3=new Array("Weight Management Guide","Family/Power_Of_One.htm","",0,20,100);
Menu6=new Array("Internet","Internet/Internet.htm","",4,20,190);
	Menu6_1=new Array("Chami.Com","javascript:NewWin=window.open(\"http://www.chami.com/\",\"NWin\");window[\"NewWin\"].focus()","",0,20,134);
	Menu6_2=new Array("How To Advertise On The Internet","javascript:NewWin=window.open(\"http://www.internet-tips.net/Advertising/Advertising.htm/\",\"NWin\");window[\"NewWin\"].focus()","",0,38,100);
	Menu6_3=new Array("Internet Tips","javascript:NewWin=window.open(\"http://www.internet-tips.net/\",\"NWin\");window[\"NewWin\"].focus()","",0,20,100);
	Menu6_4=new Array("Mining Gold On The Internet","javascript:NewWin=window.open(\"http://www.mininggold.com/?43689\",\"NWin\");window[\"NewWin\"].focus()","",0,38,100);
Menu7=new Array("Spiritual","Spiritual/Spiritual.htm","",7,20,190);
	Menu7_1=new Array("Beatitudes","Spiritual/Beatitudes.htm","",0,20,135);
	Menu7_2=new Array("Take Time","Spiritual/Take_Time.htm","",0,20,100);
	Menu7_3=new Array("An Irish Blessing","Spiritual/An_Irish_Blessing.htm","",0,20,100);
	Menu7_4=new Array("Prayer Of Peace -<BR>St Francis Of Assisi","Spiritual/Prayer_Of_St_Francis_Of_Assisi.htm","",0,38,100);
	Menu7_5=new Array("Psalm 23","Spiritual/Psalm_23.htm","",0,20,100);
	Menu7_6=new Array("PeaceLife","Spiritual/Peace_Life.htm","",0,20,100);
	Menu7_7=new Array("Wisdom From The Ages","Spiritual/Wisdom_From_The_Ages.htm","",0,20,100);
Menu8=new Array("Success","Success/Success.htm","",6,20,190);
	Menu8_1=new Array("Succes Is","Success/Success_Is.htm","",0,20,170);
	Menu8_2=new Array("Simple Things That Can<BR>Bring Great Success","Success/Simple_Things_That_Bring_Great_Success.htm","",0,38,100);
	Menu8_3=new Array("Possibility Thinkers Creed","Success/Possibility_Thinkers_Creed.htm","",0,20,100);
	Menu8_4=new Array("Secrets Of The Richest People","Success/Secrets_Of_The_Richest_People.htm","",0,38,100);
	Menu8_5=new Array("How To Accomplish Anything You Want In Life","Success/How_To_Accomplish_Anything_You_Want_In_Life.htm","",0,38,100);
	Menu8_6=new Array("12 Things To Change The World","Success/Things_You_Can_Do_To_Change_The_World.htm","",0,38,100);
Menu9=new Array("Shopping","javascript:NewWin=window.open(\"/shopcart\",\"NWin\");window[\"NewWin\"].focus()","",0,20,190);
//	Menu9_1=new Array("ALL IN ONE SHOP","javascript:NewWin=window.open(\"http://www.freshwaterco.com/shopping/memberentry.php?refMember=jarulna02/\",\"NWin\");window[\"NewWin\"].focus()","",0,38,100);
//	Menu9_2=new Array("Shop By Category","Shopping/Shopping.htm","",0,38,190);	
//Menu9=new Array("Shopping","Shopping/Shopping.htm","",23,20,190);
//	Menu9_1=new Array("ALL IN ONE SHOP","javascript:NewWin=window.open(\"http://www.freshwaterco.com/shopping/memberentry.php?refMember=jarulna02/\",\"NWin\");window[\"NewWin\"].focus()","",0,38,100);
//	Menu9_2=new Array("Auto","Shopping/Auto.htm","",0,20,100);	
//	Menu9_3=new Array("Baby","Shopping/Baby.htm","",0,20,100);
//	Menu9_4=new Array("Beauty","Shopping/Beauty.htm","",0,20,100);
//	Menu9_5=new Array("Books/Movies","Shopping/BooksMovies.htm","",0,20,100);
//	Menu9_6=new Array("Clothing","Shopping/Clothing.htm","",0,20,100);
//	Menu9_7=new Array("Super Discount","Shopping/Super Discount.htm","",0,20,100);
//	Menu9_8=new Array("Electronics","Shopping/Electronics.htm","",0,20,100);
//	Menu9_9=new Array("Family","Shopping/Family.htm","",0,20,100);
//	Menu9_10=new Array("Financial","Shopping/Financial.htm","",0,20,100);
//	Menu9_11=new Array("Flowers","Shopping/Flowers.htm","",0,20,100);
//	Menu9_12=new Array("Food","Shopping/Food.htm","",0,20,100);
//	Menu9_13=new Array("Gifts","Shopping/Gifts.htm","",0,20,100);
//	Menu9_14=new Array("Home & Garden","Shopping/HomeGarden.htm","",0,20,100);
//	Menu9_15=new Array("Jewellery","Shopping/Jewellery.htm","",0,20,100);
//	Menu9_16=new Array("Office","Shopping/Office.htm","",0,20,100);
//	Menu9_17=new Array("Others","Shopping/Others.htm","",0,20,100);
//	Menu9_18=new Array("Speciality","Shopping/Speciality.htm","",0,20,100);
//	Menu9_19=new Array("Sports","Shopping/Sports.htm","",0,20,100);
//	Menu9_20=new Array("Super Store","Shopping/SuperStore.htm","",0,20,100);
//	Menu9_21=new Array("Travel","Shopping/Travel.htm","",0,20,100);
//	Menu9_22=new Array("Vitamins & Health","Shopping/VitaminsHealth.htm","",0,20,100);
//	Menu9_23=new Array("Wine","Shopping/Wine.htm","",0,20,100);

