function dateIt()
{
  months = new Array();
  months[0] = "January";
  months[1] = "February";
  months[2] = "March";
  months[3] = "April";
  months[4] = "May";
  months[5] = "June";
  months[6] = "July";
  months[7] = "August";
  months[8] = "September";
  months[9] = "October";
  months[10] = "November";
  months[11] = "December";
  today = new Date();
  var todayYear = today.getFullYear();
  var todayMonth = months[today.getMonth()];
  var todayDate = today.getDate();
  document.write(todayMonth+'<br>'+todayDate+', '+todayYear);
}
function gliifca()
{
  window.open('http://www.gliifca.org');
}
function loadMenus(){

	window.FeatureMenu = new Menu();
	FeatureMenu.addMenuItem("Education", "location='http://www.cyto.purdue.edu/flowcyt/educate.htm'");
	FeatureMenu.addMenuItem("Organizations", "location='http://www.cyto.purdue.edu/flowcyt/societes/index.htm'");
	FeatureMenu.addMenuItem("Web Sites", "location='http://www.cyto.purdue.edu/flowcyt/websites/sites.htm'");
	FeatureMenu.addMenuItem("New Books", "location='http://www.cyto.purdue.edu/flowcyt/newbook.htm'");
	FeatureMenu.addMenuItem("Cytomics Initiatives", "location='http://www.cyto.purdue.edu/flowcyt/eucytomics/index.htm'");
	FeatureMenu.addMenuItem("GLIIFCA", "location='javascript:gliifca()'");
	FeatureMenu.addMenuItem("ISAC Congress", "location='http://www.isac-net.org'");
	FeatureMenu.addMenuItem("Current Protocols", "location='http://www.interscience.wiley.com/c_p/index.htm'");
	FeatureMenu.addMenuItem("Facility Information", "location='http://www.cyto.purdue.edu/flowcyt/labinfo/labinfo.htm'");
	FeatureMenu.addMenuItem("Cytometry Jobs", "location='http://www.cyto.purdue.edu/flowcyt/jobs.htm'");
	FeatureMenu.addMenuItem("BioScope.org", "location='http://www.bioscope.org'");

        window.CytometryMenu = new Menu();
        CytometryMenu.addMenuItem("CD-ROMs", "location='http://www.ylearn.com/cdroms/newcd6.htm'");
        CytometryMenu.addMenuItem("View CD-ROMs", "location='http://www.cyto.purdue.edu/flowcyt/cdseries.htm'");
        CytometryMenu.addMenuItem("Order CD-ROMs", "location='http://www.cyto.purdue.edu/flowcyt/cdrom/order.htm'");
        CytometryMenu.addMenuItem("Email List", "location='http://www.cyto.purdue.edu/hmarchiv/index.htm'");
        CytometryMenu.addMenuItem("Meetings", "location='http://www.cyto.purdue.edu/flowcyt/meetings.htm'");
        CytometryMenu.addMenuItem("Products", "location='http://www.cyto.purdue.edu/flowcyt/products.htm'");
        CytometryMenu.addMenuItem("Software", "location='http://www.cyto.purdue.edu/flowcyt/software.htm'");

	window.ReferenceMenu = new Menu();
	ReferenceMenu.addMenuItem("mab.gif", "location='http://www.vetmed.wsu.edu/tkp/Search.aspx'");
	ReferenceMenu.addMenuItem("cytokine.gif", "location='http://www-personal.umich.edu/%7Eino/List/99.htm'");
	ReferenceMenu.menuItemHeight = 45;
	ReferenceMenu.menuItemWidth = 80;

	window.PurdueMenu = new Menu();
	PurdueMenu.addMenuItem("Classes", "location='http://www.cyto.purdue.edu/flowcyt/educate/purdclas.htm'");
	PurdueMenu.addMenuItem("Research", "location='http://www.cyto.purdue.edu/flowcyt/research.htm'");
	PurdueMenu.addMenuItem("Flow Cytometry", "location='http://www.cyto.purdue.edu/flowcyt/labinfo/labinfo.htm'");
	PurdueMenu.addMenuItem("Confocal", "location='http://www.cyto.purdue.edu/flowcyt/labinfo/labinfo.htm'");
	PurdueMenu.addMenuItem("Image Facilities", "location='http://www.cyto.purdue.edu/flowcyt/labinfo/labinfo.htm'");
	PurdueMenu.addMenuItem("Biomedical Engineering", "location='http://www.ecn.purdue.edu/BME/'");
	PurdueMenu.addMenuItem("Basic Medical Science", "location='http://www.vet.purdue.edu/bms/'");
	PurdueMenu.addMenuItem("Dept. of Vet Medicine", "location='http://www.vet.purdue.edu'");
	PurdueMenu.addMenuItem("School of Engineering", "location='http://www.ecn.purdue.edu/Engr'");

	window.GeneralMenu = new Menu();
	GeneralMenu.addMenuItem("Journals", "location='http://www.cyto.purdue.edu/flowcyt/websites/cytsites/sitesed.htm'");
	GeneralMenu.addMenuItem("Cytometry Web", "location='http://www.cyto.purdue.edu/flowcyt/websites/sites.htm'");
	GeneralMenu.addMenuItem("Confocal Web", "location='http://www.cyto.purdue.edu/flowcyt/websites/cytsites/sitescon.htm'");
	GeneralMenu.addMenuItem("K-12 Info", "location='http://www.cyto.purdue.edu/flowcyt/educate.htm'");
	GeneralMenu.addMenuItem("Prac. Courses", "location='http://www.cyto.purdue.edu/flowcyt/educate/courses.htm'");
	GeneralMenu.addMenuItem("Protocols", "location='http://www.cyto.purdue.edu/flowcyt/research/cytotech.htm'");
	GeneralMenu.addMenuItem("Visit Us-Maps", "location='http://www.cyto.purdue.edu/flowcyt/labinfo/visitors.htm'");
	GeneralMenu.addMenuItem("Cytometry Lectures", "location='http://www.cyto.purdue.edu/flowcyt/educate/pptslide.htm'");
	GeneralMenu.addMenuItem("Image Database", "location='http://www.cyto.purdue.edu/flowcyt/educate/photos/index.htm'");




	GeneralMenu.writeMenus();
}
