var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Frame support, set Frame_Supported = true/false.
	Frame_Supported = false;

	// Customize default ICP menu color - bgColor, fontColor, mouseoverColor
  	setDefaultICPMenuColor("#33ADFF", "white", "red");
        setICPMenuFont("bold 8pt Arial");
	// Customize toolbar background color
	setToolbarBGColor("white");

	// display ICP Banner
	setICPBanner("http://www.acm.shu.edu.cn/img/banner.gif","http://www.acm.shu.edu.cn/index.html","ACM ICPC Asia / Shanghai");
	
	//***** Add ICP menus *****
	//Homepage
	addICPMenu("Home",unescape("Home"),"","http://www.acm.shu.edu.cn/index.html");
	addICPSubMenu("Home",unescape("English"),"http://www.acm.shu.edu.cn/index.html");
	addICPSubMenu("Home",unescape("Chinese"),"http://www.acm.shu.edu.cn/gbindex.html");
	addICPSubMenu("Home",unescape("Asia Regional Contest"),"http://www.swt.edu/~ch01/asia.htm");
	addICPSubMenu("Home",unescape("ICPC Finals"),"http://acm.baylor.edu/acmicpc/");
	addICPSubMenu("Home",unescape("Shanghai University"),"http://www.shu.edu.cn/");
	
	//What's New
	addICPMenu("WhatsNew",unescape("What's New"),"","http://www.acm.shu.edu.cn/index.html");
	addICPSubMenu("WhatsNew",unescape("Regional Rules"),"http://www.acm.shu.edu.cn/Rules/index.html");
	addICPSubMenu("WhatsNew",unescape("General Rules"),"http://acm.baylor.edu/acmicpc/Info/default.htm");
	addICPSubMenu("WhatsNew",unescape("Last Finalstandings"),"http://www.acm.shu.edu.cn/Pastyears/1999/finalstandings.html");
	addICPSubMenu("WhatsNew",unescape("Last Problems"),"http://www.acm.shu.edu.cn/ProblemSet/ICPCRegionals/Asia/Shanghai/1999/index.html");
	addICPSubMenu("WhatsNew",unescape("New Information"),"http://www.acm.shu.edu.cn/index.html");
	addICPSubMenu("WhatsNew",unescape("Call for Problems"),"http://www.acm.shu.edu.cn/callforproblems.html");

	//Past Years
	addICPMenu("PastYears",unescape("Past Years"),"","http://www.acm.shu.edu.cn/Pastyears/index.html");
	addICPSubMenu("PastYears",unescape("1996-1997"),"http://www.acm.shu.edu.cn/Pastyears/1996/index.html");
	addICPSubMenu("PastYears",unescape("1997-1998"),"http://www.acm.shu.edu.cn/Pastyears/1997/index.html");
	addICPSubMenu("PastYears",unescape("1998-1999"),"http://www.acm.shu.edu.cn/Pastyears/1998/index.html");

addICPSubMenu("PastYears",unescape("1999-2000"),"http://www.acm.shu.edu.cn/Pastyears/1999/index.html");

	//Problem Archive
	addICPMenu("ProblemSet",unescape("Problems"),"","http://www.acm.shu.edu.cn/ProblemSet/index.html");
	addICPSubMenu("ProblemSet",unescape("ICPC Finals"),"http://www.acm.shu.edu.cn/ProblemSet/ICPCFinals/index.html");
	addICPSubMenu("ProblemSet",unescape("ICPC Regionals"),"http://www.acm.shu.edu.cn/ProblemSet/ICPCRegionals/index.html");
	addICPSubMenu("ProblemSet",unescape("Other Contests"),"http://www.acm.shu.edu.cn/ProblemSet/OtherContests/index.html");

	//Registration
	addICPMenu("Registration",unescape("Registration"),"","http://www.acm.shu.edu.cn/Registration/index.html");
	addICPSubMenu("Registration",unescape("English"),"http://www.acm.shu.edu.cn/Registration/index.html");
	addICPSubMenu("Registration",unescape("Chinese"),"http://www.acm.shu.edu.cn/Registration/gbindex.html");
	addICPSubMenu("Registration",unescape("Download Form"),"http://www.acm.shu.edu.cn/Registration/download.html");

	//Software
	addICPMenu("Software",unescape("Software"),"","http://www.acm.shu.edu.cn/Software/index.html");
	addICPSubMenu("Software",unescape("PC^2"),"http://www.acm.shu.edu.cn/Software/index.html");

	//Links
	addICPMenu("Links",unescape("Links"),"","http://www.acm.shu.edu.cn/Links/index.html");
	addICPSubMenu("Links",unescape("Offical ICPC Sites"),"http://www.acm.shu.edu.cn/Links/ICPCs/index.html");
	addICPSubMenu("Links",unescape("Other Contest Sites"),"http://www.acm.shu.edu.cn/Links/Other/index.html");
	addICPSubMenu("Links",unescape("Problem Set Sites"),"http://www.acm.shu.edu.cn/Links/Problems/index.html");

	//About
	addICPMenu("About",unescape("About"),"","http://www.acm.shu.edu.cn/about/index.html");
	addICPSubMenu("About",unescape("Site Map"),"http://www.acm.shu.edu.cn/about/map.html");
	addICPSubMenu("About",unescape("Site Authors"),"http://www.acm.shu.edu.cn/about/authors.html");
	
}
