// Revised by: ajajurie july, 19,2000 for kaau.edu.sa 
// Jihad v0.1
// Chamba daw! :)

var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Instrumentation set DoInstrumentation = true/false.
	DoInstrumentation= false;

	// Customize default MS menu color - bgColor, fontColor, mouseoverColor
	setDefaultMSMenuColor("#0000ff", "yellow", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display default ICP Banner
	setICPBanner("library/images/banner.gif","kaau.edu.sa","kaau.edu.sa Home") ;
	
	// display MSCOM Banner
	setMSBanner("library/images/mslogo.gif","kaau.edu.sa","microsoft.com Home") ;

	// display ADS
	//setAds("/library/images/ADS/ad.gif","","") ;

	//***** Add Standard Microsoft.com menus *****
	//HomeMenu		
	addMSMenu("HomeMenu", "www.kaau.edu.sa Click here to go back HOME ", "","http://www.kaau.edu.sa");
	

	
	}
