imagebin;
imadr = new Array();
imadr[0] = 'http://www.interpus.net/scr_host1/games/index.shtml'; /*0*/ 
imadr[1] = 'http://www.interpus.net/scr_host1/spirit/index.shtml'; /*1*/
imadr[2] = 'http://www.interpus.net/scr_host1/lanka/index.shtml'; /*2*/
imadr[3] = 'http://www.interpus.net/scr_host1/canada/index.shtml'; /*3*/
imadr[4] = 'http://www.interpus.net/scr_host1/relationships/index.shtml'; /*4*/
imadr[5] = 'http://www.interpus.net/scr_host1/promote/index.shtml'; /*5*/
imadr[6] = 'http://www.interpus.net/scr_host1/research/index.shtml'; /*6*/
imadr[7] = 'http://www.interpus.net/scr_host1/store/index.shtml'; /*7*/
imadr[8] = 'http://www.interpus.net/scr_host1/student/index.shtml'; /*8*/
imadr[9] = 'http://www.interpus.net/scr_host1/jobs/index.shtml'; /*9*/
imadr[10] = 'http://www.interpus.net/scr_host1/ideas/index.shtml'; /*10*/
imadr[11] = 'http://www.interpus.net/scr_host1/email/index.shtml'; /*11*/
imadr[12] = 'http://www.interpus.net/scr_host1/updates/index.shtml'; /*12*/
imadr[13] = 'http://www.interpus.net/scr_host1/about/index.shtml'; /*13*/
// OTHERS
imadr[14] = 'http://www.interpus.net/scr_host1/help/index.shtml'; /*14*/
imadr[15] = 'http://www.interpus.net/scr_host1/contact/index.shtml'; /*15*/
// PARTNERS
imadr[16] = ''; /*16*/
imadr[17] = ''; /*17*/
imadr[18] = ''; /*18*/
imadr[19] = ''; /*19*/ // DEFAULT
// HOME
imadr[20] = 'http://www.interpus.net/scr_host1/main.shtml'; /*20*/
//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.1);Alpha(style=0,opacity=95);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=10;	// Sub menu offset Top position 
suboffset_left=10;	// Sub menu offset Left position

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"ffffff",			// Mouse Off Font Color
"",			// Mouse Off Background Color ("8096b7")
"ffebdc",			// Mouse On Font Color
"",			// Mouse On Background Color ("617ca5")
"000000",			// Menu Border Color 
10,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Verdana, Tahoma, Arial, Helvetica, sans-serif",	// Font Name
3,					// Menu Item Padding
imagebin + "arrowdn.gif",		// Sub Menu Image (Leave this blank if not needed)
0,					// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
imagebin + "arrowdn.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
"000000",			// Menu Item Separator Color
]

prop2=[						// prop2 is an array of properties you can have as many property arrays as you need
"ffffff",					// Off Font Color
"8096b7",					// Off Back Color
"FCCE55",					// On Font Color
"617ca5",					// On Back Color
"000000",					// Border Color
10,							// Font Size
"normal",					// Font Style
"normal",					// Font Weight
"Verdana, Tahoma, Arial, Helvetica, sans-serif",	// Font
3,							// Padding
imagebin + "arrow.gif",			// Sub Menu Image
0,							// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
]

prop3=[						// prop2 is an array of properties you can have as many property arrays as you need
"ffffff",					// Off Font Color
"8096b7",					// Off Back Color
"CDDBEB",					// On Font Color
"617ca5",					// On Back Color
"000000",					// Border Color
10,							// Font Size
"normal",					// Font Style
"normal",					// Font Weight
"Verdana, Tahoma, Arial, Helvetica, sans-serif",	// Font
3,							// Padding
imagebin + "arrow.gif",			// Sub Menu Image
0,							// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
133,					// Menu Top - The Top position of the menu in pixels
242,					// Menu Left - The Left position of the menu in pixels
60,				// Menu Width - Menus width in pixels
1,					// Menu Border Width 
"center",					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// 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)
,				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// 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)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
imagebin + "t2.jpg",					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
//
//
//
//
// ===================================================================
//
," Home ",int_home,,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
," Services ","show-menu=services",,"",1
," Partners ","show-menu=partners",,"",1
," Products ","show-menu=products",,"",1
," Sites ","show-menu=sites",,"",1
," Donate ","about: Not configured yet - XXXXXXXXXX",,"Donate to this site",1
," Help ","show-menu=help",,"",1
])

addmenu(menu=["services",
,,160,1,"",prop2,,"left",effect,,,,,,,,,,,,,
"Games",imadr[0],,,1,
"Spirituality",imadr[1],,,1,
"Sri-Lanka",imadr[2],,,1,
"Canada",imadr[3],,,1,
"Relationships",imadr[4],,,1,
"Webmasters",imadr[5],,,1,
"Research Center",imadr[6],,,1,
"Computer Store",imadr[7],,,1,
"Student Tools",imadr[8],,,1,
"Job Search",imadr[9],,,1,
"Idea Share",imadr[10],,,1,
"Free E-mail",imadr[11],,,1
])



addmenu(menu=["partners",
,,160,1,"",prop2,,"left",effect,,,,,,,,,,,,,
"1",imadr[19],,,1,
"2",imadr[19],,,1,
"3",imadr[19],,,1,
"Home",imadr[19],,,1
])


addmenu(menu=["products",
,,160,1,"",prop2,,"left",effect,,,,,,,,,,,,,
" Enter the store to see how you can get a custom computer built just for you and more... ",imadr[7],,,1
])


addmenu(menu=["sites",
,,160,1,"",prop2,,"left",effect,,,,,,,,,,,,,
"Terminatrix","http://www.geocities.com/xterminatrix69",,,1,
"Yahoo!","http://www.yahoo.com",,,1,
"Google","http://www.google.com",,,1
])


addmenu(menu=["help",
,,160,1,"",prop2,,"left",effect,,,,,,,,,,,,,
"Contact","show-menu=help_sub_contact",,,1,
"About This Site",imadr[13],,,1,
"Help",imadr[14],,,1
])

	addmenu(menu=["help_sub_contact",
	,,160,1,"",prop3,,"left",effect,,,,,,,,,,,,,
	"Webmaster",imadr[15],,,1,
	"Admin",imadr[15],,,1,
	"Founder",imadr[15],,,1,
	"Ideas",imadr[15],,,1,
	"Partners",imadr[15],,,1,
	"Support",imadr[15],,,1,
	"Requests",imadr[15],,,1
	])

dumpmenus()