timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0);Shadow(color='#012232', Direction=180, Strength=0)"


function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[			// prop1 is an array of properties you can have as many property arrays as you need

"D4E1D0",		// Off Font Color (Menu Font Text Color)
"1D6C10",		// Off Back Color
"000000",		// On Font Color
"FFB200",		// On Back Color (Menu Pad Color)
"1E7D0D",		// Border Color

11,				// Font Size
"Normal",		// Font Style 
"Bold",			// Font Weight (Normal, Bold)
"Tahoma",		// Font Name
8,				// Menu Padding Size


"menu/arrow.gif",	// Sub Menu Image
0,				// 3D Border & Separator
"FFFFFF",		// 3D High Color
"FFFFFF",		// 3D Low Color
"D4E1D0",		// Referer item Font Color (leave this blank to disable)
"1D6C10",		// Referer item Back Color (leave this blank to disable)

]

menu1=[			// This is the array that contains your menu properties and details
114,			// Top ( from top to botom hight)
1,				// left
105,			// Width (Menu Pad Width Size)
0,				// Border Width
"center",		// Screen Position - here you can use (left, center, middle, right)
prop1,			// Properties Array - this is set higher up, as above
1,				// Always Visible - allows the menu item to be visible at all time
"center",		// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center

,				// Filter - Text variable for setting transitional effects on menu activation
,				// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 				// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,				// Position of sub image left:center:right:middle:top:bottom
,				// Show an image on top menu bars indicating a sub menu exists below
,				// Reserved for future use


"Home"				 	,"index.asp",,"#",1,	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"About us"				,"show-menu2",,"#",1,	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"About Pakistan"		,"show-menu4",,"#",1,	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"About Rice"			,"links/about_rice.asp",,"#",1,
"News & Events"			,"news/index.asp",,"#",1,
"Useful Links"			,"usefullinks/index.asp",,"#",1,
"Photo Gallery"			,"picsgallery/index.asp",,"#",1,
"Contact us"			,"links/contactus.asp",,"#",1


//----About us MENU=2-------------------------------------------------------

]
menu2=[,,150,1,,prop1,0,"left",effect,0,,,,,,

"- Introduction"			,"links/introduction.asp",,,1,
"- Chairman's Message"		,"links/chairman_message.asp",,,1,
"- Managing Committee"		,"mc/index.asp",,,1,
"- Reap Members"			,"members/index.asp",,,1
]
menu3=[,,120,1,"",prop1,,"left",effect,,,,,,,
"CTV News"			,"#",,,1,
"Vancouver Sun"		,"#",,,1
]

//----About Pakistan MENU=4-------------------------------------------------------

menu4=[,,150,1,,prop1,0,"left",effect,0,,,,,,

"- Basic Facts"			,"links/basic_facts.asp",,,1,
"- Land and People"		,"links/land_people.asp",,,1,
"- History"				,"links/history.asp",,,1,
"- Anthem"				,"links/anthem.asp",,,1,
"- Flag"				,"links/flag.asp",,,1,
"- Emblem"				,"links/emblem.asp",,,1
]






