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("blue", "black", "white");

   // Customize toolbar background color
   setToolbarBGColor("yellow");

   //***** Add ICP menus *****

   //
   addICPMenu("InternationalMenu", "Select Game", "","");
   addICPSubMenu("InternationalMenu","Guess Girl's Age","/toronto/index.php?gender=female&game=age");
   addICPSubMenu("InternationalMenu","Guess Girl's Height","/toronto/index.php?gender=female&game=height");
   addICPSubMenu("InternationalMenu","Guess Guy's Age","/toronto/index.php?gender=male&game=age");
   addICPSubMenu("InternationalMenu","Guess Guy's Height","/toronto/index.php?gender=male&game=height");
   addICPSubMenu("InternationalMenu","Guess Either Sex's Age","/toronto/index.php?gender=both&game=age");
   addICPSubMenu("InternationalMenu","Guess Either Sex's Height","/toronto/index.php?gender=both&game=height");

   addICPMenu("AddMenu", "Tools", "","");
   addICPSubMenu("AddMenu","Add Yourself","/toronto/add_pic.php");
   addICPSubMenu("AddMenu","<font onClick=\"go()\">Full Screen</font>","");
   addICPSubMenu("AddMenu","<font onClick=\"self.close()\">Close Window</font>","");

   addICPMenu("InfoMenu", "Info", "","");
   addICPSubMenu("InfoMenu","Contact Us","/toronto/contactus.html");
   addICPSubMenu("InfoMenu","Privacy","/toronto/privacy.html");
   addICPSubMenu("InfoMenu","About Vividpicture","/toronto/about.html");
	
}
