
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(v_menuStyle=new mm_style()){
onbgcolor="#41556D";
offbgcolor="#D4D4D4";
oncolor="#ffffff";
offcolor="#000000";
bordercolor="#990033";
borderstyle="solid";
//borderwidth=2;
separatorcolor="#990033";
separatorsize=1;
padding=3;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//fontweight="bold";
//pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="white";
//headerbgcolor="navy";
subimage="arrow.gif";
subimagepadding="2";
onsubimage="on_arrow.gif";
//itemwidth=170;
visitedcolor="#ff0000";
//bgimage="images/silver_black_003.JPG";
//overbgimage="images/silver_black_004.JPG";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Alpha(opacity=100);randomdissolve(duration=0.3)";
}

//with(milonic=new menuname("Main Menu")){
//style=v_menuStyle;
//top=150;
//left=10;
//alwaysvisible=1;
//orientation="vertical";
//aI("text=Milonic;url=http://www.synergeticit.com/;status=milonic;");
//aI("text=Forum;showmenu=forum;");
//aI("text=Journals;showmenu=journals;");
//aI("text=Poll;showmenu=poll;");
//aI("text=<font size=-4>Canadian Medical<br> Schools</font>;showmenu=medschoolregions;");
//aI("text=Links;showmenu=Links;");
//aI("text=My Milonic;showmenu=MyMilonic;");
//}

var obj_new_win;

function open_page(txtin){

var win_ht = screen.availHeight - 150
var win_wt = screen.availWidth - 10
var win_dim = "height=" + win_ht + ", width=" + win_wt

	if (obj_new_win && !obj_new_win.closed){	//if obj_new_win has a value and not closed
		/*obj_new_win.close();*/

		obj_new_win.location = txtin;
		obj_new_win.focus();
		return;
		//alert(obj_new_win);
	}else{
		//obj_new_win = open(txtin, "blank", "fullscreen=no,alwaysRaised=yes", true);
		/*obj_new_win = open(txtin, "blank", "menubar=yes", true);
		obj_new_win.focus();*/
	}//end it (!obj_new_win){

	//obj_new_win = open(txtin, "blank", "fullscreen=no,alwaysRaised=yes", true);
//	obj_new_win = open(txtin, "newwin", "location=yes,status=yes,scrollbars=yes,resizable=yes,menubar=yes", false);
	obj_new_win = open(txtin, "newwin", win_dim + ", scrollbars, toolbar, status, resizable, menubar,left=0,top=0");
	return;
//	obj_new_win.focus();

}

with(milonic=new menuname("Onlinetexts_e")){
style=v_menuStyle;
overflow="scroll";
aI("text=Uptodate;clickfunction=open_page('http://www.utdol.com/enterprise.asp?r=/enterprise.asp&bhcp=1&app=utdol');");
aI("text=MD Consult;clickfunction=open_page('http://www.mdconsult.com/');");
aI("text=The Merck Manual;showmenu=MerckMan_e;url=;target=;");
aI("text=Cochrane Collabortion;clickfunction=open_page('http://www.cochrane.org/index.htm');");
aI("text=ACP Journal Club;clickfunction=open_page('http://www.acpjc.org/?hp');");
aI("text=John Hopkins abx guide;clickfunction=open_page('http://hopkins-abxguide.org/');");
//aI("text=;title=;status=;showmenu=;url=;target=;fontsize=;");
}

	with(milonic=new menuname("MerckMan_e")){
	style=v_menuStyle;
	overflow="scroll";
	aI("text=Diagnosis & Therapy;clickfunction=open_page('http://www.merck.com/mrkshared/mmanual/sections.jsp');");
	aI("text=Geriatrics;clickfunction=open_page('http://www.merck.com/mrkshared/mm_geriatrics/contents.jsp');");
	aI("text=Health and Aging;clickfunction=open_page('http://www.merck.com/pubs/mmanual_ha/contents.html');");
	//aI("text=;title=;status=;showmenu=;url=;target=;fontsize=;");
}

with(milonic=new menuname("SearchEngines_e")){
style=v_menuStyle;
overflow="scroll";

aI("text=Pubmed;clickfunction=open_page('http://www.ncbi.nlm.nih.gov/entrez/query.fcgi');");
aI("text=Medline plus;clickfunction=open_page('http://medlineplus.gov/');");
aI("text=Google;clickfunction=open_page('http://www.google.com');");
aI("text=Google Scholar;clickfunction=open_page('http://scholar.google.com/');");
aI("text=Dogpile;clickfunction=open_page('http://dogpile.com/');");
//aI("text=;title=;status=;showmenu=;url=;target=;fontsize=;");
}

with(milonic=new menuname("forum_e")){
style=v_menuStyle;
overflow="scroll";
//aI("text=;title=;status=;showmenu=;url=;target=;fontsize=;");
}

with(milonic=new menuname("journals_e")){
style=v_menuStyle;
aI("text=Cardiology;showmenu=Cardiology_e;");
aI("text=Emerge & Critical Care;showmenu=Emergency_e;");
aI("text=Endocrinology/Diabetes;showmenu=Endocrinology_e;");
aI("text=GI;showmenu=GI_e;");
aI("text=General Internal Medicine;showmenu=GeneralIM_e;");
aI("text=Geriatrics;showmenu=Geriatrics_e;");
aI("text=Health Promotion;showmenu=HealthPromo_e;");
aI("text=Infectious Disease;showmenu=Infectious_e;");
aI("text=Medical Education;showmenu=MedicalEd_e;");
aI("text=Neurology;showmenu=Neurology_e;");
aI("text=Nutrition;showmenu=Nutrition_e;");
aI("text=Oncology;showmenu=Oncology_e;");
aI("text=Pulmonary;showmenu=Pulmonary_e;");
aI("text=Rheumatology;showmenu=Rheumatology_e;");
aI("text=Other links;showmenu=Other_e;");
}

	with(milonic=new menuname("Cardiology_e")){
	style=v_menuStyle;
	aI("text=;clickfunction=open_page('http://www.elsevier.com/wps/find/journaldescription.cws_home/525048/description')");
	aI("text=American Journal of Cardiology;clickfunction=open_page('http://www.elsevier.com/wps/find/journaldescription.cws_home/525048/description')");
	aI("text=Circulation;clickfunction=open_page('http://circ.ahajournals.org/contents-by-date.0.shtml')");
	aI("text=Heart;clickfunction=open_page('http://heart.bmjjournals.com/')");
	aI("text=Heart Lung;clickfunction=open_page('http://www2.us.elsevierhealth.com/scripts/om.dll/serve?action=searchDB&searchDBfor=home&id=HL')");
	aI("text=Journal American College Cardiology;clickfunction=open_page('http://www.cardiosource.com/library/journals/journal/previous?sdid=4884')");
	aI("text=;clickfunction=open_page('http://www.cardiosource.com/library/journals/journal/previous?sdid=4884')");
	//aI("text=;status=;url=;target=_blank");
}

	with(milonic=new menuname("Emergency_e")){
	style=v_menuStyle;
//	itemwidth=260;
	aI("text=American Journal of Respiratory Critical Care Med.;clickfunction=open_page('http://ajrccm.atsjournals.org/')");
	aI("text=Annals Emergency Med.;clickfunction=open_page('http://www2.us.elsevierhealth.com/scripts/om.dll/serve?action=searchDB&searchDBfor=home&id=em');");
	aI("text=Critical Care Medicine;clickfunction=open_page('http://www.ccmjournal.com/pt/re/ccm/currenttoc.htm');");
	//aI("text=;status=;url=;target=_blank");
}

	with(milonic=new menuname("Endocrinology_e")){
	style=v_menuStyle;
	aI("text=Diabetic Medicine;clickfunction=open_page('http://www.blackwellpublishing.com/toc.asp?ref=0742-3071');");
	aI("text=Diabetes Care;clickfunction=open_page('http://care.diabetesjournals.org/contents-by-date.0.shtml');");
	//aI("text=;status=;url=;target=_blank");
}

	with(milonic=new menuname("GI_e")){
	style=v_menuStyle;
	aI("text=American Journal of GI;clickfunction=open_page('http://www.amjgastro.com/showContent.asp?DID=22&SessionGUID=&type=archives');");
	aI("text=Can Journal of GI;clickfunction=open_page('http://www.pulsus.com/Gastro/home2.htm');");
	aI("text=Gastroenterology;clickfunction=open_page('http://www2.gastrojournal.org/scripts/om.dll/serve?action=searchDB&searchDBfor=home&id=gast');");
	aI("text=Gut;clickfunction=open_page('http://gut.bmjjournals.com/current.shtml');");
	//aI("text=;status=;url=;target=_blank");
}

	with(milonic=new menuname("GeneralIM_e")){
	style=v_menuStyle;
	aI("text=CJGIM;clickfunction=open_page('http://www.andrewjohnpublishing.com/CGJIM/CJGIM.html');");
	aI("text=American Journal of Medicine;clickfunction=open_page('http://www.amjmed.com/');");
	aI("text=Annals Internal Medicine;clickfunction=open_page('http://www.annals.org/current.shtml');");
	aI("text=Archives Internal  Medicine;clickfunction=open_page('http://archinte.ama-assn.org/contents-by-date.0.dtl');");
	aI("text=British Medical Journals;clickfunction=open_page('http://bmj.bmjjournals.com/current.shtml');");
	aI("text=Can Med. Ass. Journal;clickfunction=open_page('http://www.cmaj.ca/contents-by-date.0.shtml');");
	aI("text=Journal American Med. Ass.;clickfunction=open_page('http://jama.ama-assn.org/current.dtl');");
	aI("text=Journal of GIM;clickfunction=open_page('http://www.blackwellpublishing.com/toc.asp?ref=0954-6820');");
	aI("text=The Lancet;clickfunction=open_page('http://www.thelancet.com/journal/current');");
	aI("text=The New England Journal of Med.;clickfunction=open_page('http://content.nejm.org/current.shtml');");
	aI("text=PLoS Medicine;clickfunction=open_page('http://medicine.plosjournals.org/perlserv/?request=index-html&issn=1549-1676');");
	//aI("text=;status=;url=;target=_blank");
}

	with(milonic=new menuname("Geriatrics_e")){
	style=v_menuStyle;
//	itemwidth=260;
	aI("text=;clickfunction=open_page('http://www.blackwellpublishing.com/toc.asp?ref=0002-8614');");
	aI("text=Journal of the American Geriatric Soc.;clickfunction=open_page('http://www.blackwellpublishing.com/toc.asp?ref=0002-8614');");
	aI("text=;clickfunction=open_page('http://www.blackwellpublishing.com/toc.asp?ref=0002-8614');");
	//aI("text=;status=;url=;target=_blank");
}

	with(milonic=new menuname("HealthPromo_e")){
	style=v_menuStyle;
	aI("text=American Journal of Epidemiology;clickfunction=open_page('http://aje.oupjournals.org/current.shtml');");
	aI("text=American Journal of Public Health;clickfunction=open_page('http://www.ajph.org/contents-by-date.0.shtml');");
	aI("text=Journal of Clinical Epidemiology;clickfunction=open_page('http://www.sciencedirect.com/science?_ob=JournalURL&_cdi=5076&_auth=y&_acct=C000050221&_version=1&_urlVersion=0&_userid=10&md5=942c80ac35e84efa6321d3f379346221');");
	//aI("text=;status=;url=;target=_blank");
}

	with(milonic=new menuname("Infectious_e")){
	style=v_menuStyle;
	aI("text=Journal of Infectious Disease;clickfunction=open_page('http://www.journals.uchicago.edu/JID/journal/available.html');");
	//aI("text=;status=;url=;target=_blank");
}

	with(milonic=new menuname("MedicalEd_e")){
	style=v_menuStyle;
//	itemwidth=260;
	aI("text=Health Education Behaviour;clickfunction=open_page('http://www.sph.umich.edu/hbhe/heb/archive.html');");
	aI("text=Journal of the American Med. Informatics Ass.;clickfunction=open_page('http://www.jamia.org/');");
	//aI("text=;status=;url=;target=_blank");
}

	with(milonic=new menuname("Neurology_e")){
	style=v_menuStyle;
	aI("text=Stroke;clickfunction=open_page('http://stroke.ahajournals.org/');");
	aI("text=Neurology;clickfunction=open_page('http://www.neurology.org/');");
	aI("text=Archives Neurology;clickfunction=open_page('http://archneur.ama-assn.org/contents-by-date.0.dtl');");
	//aI("text=;status=;url=;target=_blank");
}

	with(milonic=new menuname("Nutrition_e")){
	style=v_menuStyle;
	aI("text=American Journal Clinical Nutrition;clickfunction=open_page('http://www.ajcn.org/current.shtml');");
	aI("text=Journal of the American College of Nutrition;clickfunction=open_page('http://www.jacn.org/');");
	//aI("text=;status=;url=;target=_blank");
}

	with(milonic=new menuname("Oncology_e")){
	style=v_menuStyle;
	aI("text=Cancer;clickfunction=open_page('http://caonline.amcancersoc.org/contents-by-date.0.shtml');");
	//aI("text=;status=;url=;target=_blank");
}

	with(milonic=new menuname("Pulmonary_e")){
	style=v_menuStyle;
//	itemwidth=260;
	aI("text=American Journal of Respiratory & Critical Care Med.;clickfunction=open_page('http://ajrccm.atsjournals.org/contents-by-date.0.shtml');");
	aI("text=Canadian Respiratory Journal;clickfunction=open_page('http://www.pulsus.com/Respir/11_04/contents.htm');");
	aI("text=Chest;clickfunction=open_page('http://www.chestjournal.org/contents-by-date.0.shtml');");
	aI("text=Thorax;clickfunction=open_page('http://thorax.bmjjournals.com/current.shtml');");
	//aI("text=;status=;url=;target=_blank");
}

	with(milonic=new menuname("Rheumatology_e")){
	style=v_menuStyle;
	aI("text=American Journal of Sports Med.;clickfunction=open_page('http://journal.ajsm.org/');");
	aI("text=Annals of Rheumatic Disease;clickfunction=open_page('http://ard.bmjjournals.com/current.shtml');");
	aI("text=Arthritis & Rheumatism;clickfunction=open_page('http://www3.interscience.wiley.com/cgi-bin/jtoc/76509746/');");
	aI("text=Journal of Rheumatology;clickfunction=open_page('http://jrheum.com/current.html');");
	aI("text=Rheumatology;clickfunction=open_page('http://rheumatology.oupjournals.org/current.shtml');");
	aI("text=Spine;clickfunction=open_page('http://www.spinejournal.com/pt/re/spine/currenttoc.htm');");
	//aI("text=;status=;url=;target=_blank");
}

	with(milonic=new menuname("Other_e")){
	style=v_menuStyle;
	aI("text=Atherosclerosis;clickfunction=open_page('http://www.sciencedirect.com/science?_ob=JournalURL&_cdi=4878&_auth=y&_acct=C000050221&_version=1&_urlVersion=0&_userid=10&md5=107b4393acfb4117dd8ee83124a71adb');");
//	aI("text=CJGIM;clickfunction=open_page('http://www.andrewjohnpublishing.com/internal-med.html');");
//	aI("text=CJGIM;status=;url=http://www.andrewjohnpublishing.com/internal-med.html;target=_blank");
	//aI("text=;status=;url=;target=_blank");
}
//end journals menu


with(milonic=new menuname("Corewebsites_e")){
style=v_menuStyle;	// clickfunction=open_page('');
aI("text=Cardiology;showmenu=CoreCardiology_e;");
aI("text=Emerge & Critical Care;showmenu=info_msg_e;/*showmenu=CoreEmergency_e;*/");
aI("text=Endocrinology/Diabetes;showmenu=info_msg_e;/*showmenu=CoreEndocrinology_e;*/");
aI("text=General Internal Medicine;showmenu=CoreGIM_e;");
aI("text=Geriatrics;showmenu=info_msg_e;/*showmenu=CoreGeriatrics_e;*/");
aI("text=GI;showmenu=info_msg_e;/*showmenu=CoreGI_e;*/");
aI("text=Health Promotion;showmenu=info_msg_e;/*showmenu=CoreHealthPromo_e;*/");
aI("text=Infectious Disease;showmenu=info_msg_e;/*showmenu=CoreInfectious_e;*/");
aI("text=Medical Education;showmenu=info_msg_e;/*showmenu=CoreMedicalEd_e;*/");
aI("text=Nephrology;showmenu=CoreNephrology_e;");
aI("text=Neurology;showmenu=info_msg_e;/*showmenu=CoreNeurology_e;*/");
aI("text=Nutrition;showmenu=info_msg_e;/*showmenu=CoreNutrition_e;*/");
aI("text=Oncology;showmenu=info_msg_e;/*showmenu=CoreOncology_e;*/");
aI("text=Pulmonary;showmenu=info_msg_e;/*showmenu=CorePulmonary_e;*/");
aI("text=Rheumatology;showmenu=info_msg_e;/*showmenu=CoreRheumatology_e;*/");
aI("text=Other links;showmenu=info_msg_e;/*showmenu=CoreOther_e;*/");
}

	with(milonic=new menuname("CoreCardiology_e")){
	style=v_menuStyle;
	aI("text=The Heart;clickfunction=open_page('http://www.theheart.org/index.do');");
	aI("text=atherothrombosis.org;clickfunction=open_page('http://atherothrombosis.org/index.cfm?');");
	aI("text=Canadian Hypertension Society;clickfunction=open_page('http://www.hypertension.ca/');");
	aI("text=Canadian Heart Failure Network;status=;showmenu=;url=http://www.chfn.ca//;target=_blank");
	}

	with(milonic=new menuname("CoreGIM_e")){
	style=v_menuStyle;
	aI("text=Canadian Hypertension Society;clickfunction=open_page('http://www.hypertension.ca/');");
	}

	with(milonic=new menuname("CoreNephrology_e")){
	style=v_menuStyle;
	aI("text=Canadian Hypertension Society;clickfunction=open_page('http://www.hypertension.ca/');");
	}

with(milonic=new menuname("CPGs_e")){
style=v_menuStyle;
aI("text=NationalGuideline Clearinghouse;clickfunction=open_page('http://www.guideline.gov');");
aI("text=CMA Infobase;clickfunction=open_page('http://mdm.ca/cpgsnew/cpgs/index.asp');");
aI("text=ACC;clickfunction=open_page('http://www.acc.org/clinical/statements.htm');");
//aI("text=SMS 2 Email;url=http://www.sms2email.com/;");
}
//end cpgs menu

with(milonic=new menuname("ClinicalCalculators_e")){
style=v_menuStyle;
aI("text=Cardiology;status=;url=;showmenu=ClinCalcCardio_e;");
aI("text=Renal;status=;url=;showmenu=ClinCalcRenal_e;");
aI("text=Pulmonary;status=;url=;showmenu=ClinCalcPulmo_e;");
aI("text=Endocrinology;title=Under construction.\nPlease try again later.;url=;showmenu=;");
aI("text=Rx;status=;url=;showmenu=ClinCalcRx_e;");
aI("text=Health Promotion;status=;url=;showmenu=ClinCalcHlthPromo_e;");
aI("text=Periop;status=;url=;showmenu=ClinCalcPeriop_e;");
aI("text=Misc;status=;url=;showmenu=ClinCalcMisc_e;");
//aI("text=SMS 2 Email;url=http://www.sms2email.com/;");
}

	with(milonic=new menuname("ClinCalcCardio_e")){
	style=v_menuStyle;
	aI("text=Framingham Risk Score;clickfunction=open_page('http://hin.nhlbi.nih.gov/atpiii/calculator.asp?usertype=prof');");
	aI("text=Procam risk Calculator;clickfunction=open_page('http://www.chd-taskforce.com/');");
	aI("text=QT-corrected;clickfunction=open_page('http://www.medcalc.com/qtc.html');");
	aI("text=Duke Crit for Endocarditis;clickfunction=open_page('http://www.medcalc.com/endocarditis.html');");
	aI("text=CHADS score for AF and embolic risk;title=This page is under development.\nPlease try again later.;/*clickfunction=open_page('');*/");
	aI("text=EFFECT - Heart Failure prognosticator;clickfunction=open_page('http://www.ccort.ca/CHFriskmodel.asp');");
	//aI("text=WebSmith;url=websmith;");
}

	with(milonic=new menuname("ClinCalcRenal_e")){
	style=v_menuStyle;
	aI("text=Cr Clearance;clickfunction=open_page('http://www.medcalc.com/crcl.html');");
	aI("text=FE Na / TTKE;clickfunction=open_page('http://www.medcalc.com/fena.html');");
	aI("text=Anion Gap;clickfunction=open_page('http://www.medcalc.com/aniongap.html');");
	aI("text=Osmolality;title=Under construction.\nPlease try again later.;/*clickfunction=open_page('');*/");
	//aI("text=WebSmith;url=websmith;");
}

	with(milonic=new menuname("ClinCalcPulmo_e")){
	style=v_menuStyle;
	aI("text=BODE Score;title=This page is under development.\nPlease try again later.;/*clickfunction=open_page('');*/");
	//aI("text=WebSmith;url=websmith;");
}

	with(milonic=new menuname("ClinCalcRx_e")){
	style=v_menuStyle;
	aI("text=Narcotic Converter;clickfunction=open_page('http://www.medcalc.com/narcotics.html');");
	aI("text=Steroid Converter;clickfunction=open_page('http://www.medcalc.com/steroid.html');");
	//aI("text=WebSmith;url=websmith;");
}

	with(milonic=new menuname("ClinCalcHlthPromo_e")){
	style=v_menuStyle;
	aI("text=BMI;title=This page is under development.\nPlease try again later.;/*clickfunction=open_page('');*/");
	//aI("text=WebSmith;url=websmith;");
}

	with(milonic=new menuname("ClinCalcPeriop_e")){
	style=v_menuStyle;
	aI("text=Risk Calculator;title=This page is under development.\nPlease try again later.;/*clickfunction=open_page('');*/");
	//aI("text=WebSmith;url=websmith;");
}

	with(milonic=new menuname("ClinCalcMisc_e")){
	style=v_menuStyle;
	aI("text=Baysean Analysis;title=Under Construction. Please come again later.;/*clickfunction=open_page('');*/");
	//aI("text=WebSmith;url=websmith;");
}


with(milonic=new menuname("poll_e")){
style=v_menuStyle;
aI("text=Poll (submenu here);url=;status=;");
//aI("text=SMS 2 Email;url=http://www.sms2email.com/;");
//aI("text=WebSmith;url=websmith;");
}


with(milonic=new menuname("medschoolregions_e")){
style=v_menuStyle;
aI("text=Atlantic Provinces;status=;showmenu=Atlantic_e;url=;");
aI("text=Québec;status=;showmenu=Québec_e;url=;");
aI("text=Ontario;status=;showmenu=Ontario_e;url=;");
aI("text=Prairie;status=;showmenu=Prairie_e;url=;");
aI("text=Rocky Mountain;status=;showmenu=RockyMount_e;url=;");
aI("text=West Coast;status=;showmenu=WestCoast_e;url=;");
//aI("text=;status=;showmenu=;url=;target=_blank");
}

	with(milonic=new menuname("Atlantic_e")){
	style=v_menuStyle;
//	itemwidth=260;
	aI("text=Memorial University of Newfoundland;status=;showmenu=mun_e;url=;");
	aI("text=Dalhousie University;status=;showmenu=Dalhousie_e;url=;");
	//aI("text=;status=;showmenu=;url=;target=_blank");
}

	with(milonic=new menuname("Québec_e")){
	style=v_menuStyle;
	aI("text=Université Laval;status=;showmenu=Laval_e;url=;");
	aI("text=Université de Sherbrooke;status=;showmenu=Sherbrooke_e;url=;");
	aI("text=McGill University;status=;showmenu=McGill_e;url=;");
	aI("text=Université de Montréal;status=;showmenu=Montréal_e;url=;");
	//aI("text=;status=;showmenu=;url=;target=_blank");
}

	with(milonic=new menuname("Ontario_e")){
	style=v_menuStyle;
	aI("text=University of Ottawa;status=;showmenu=Ottawa_e;url=;");
	aI("text=University of Toronto;status=;showmenu=Toronto_e;url=;");
	aI("text=McMaster University;status=;showmenu=McMaster_e;url=;");
	aI("text=Queens University;status=;showmenu=Queens_e;url=;");
	aI("text=University of Western Ontario;status=;showmenu=WesternOntario_e;url=;");
	//aI("text=;status=;showmenu=;url=;target=_blank");
	}

	with(milonic=new menuname("RockyMount_e")){
	style=v_menuStyle;
	aI("text=University of Alberta;status=;showmenu=Alberta_e;url=;");
	aI("text=University of Calgary;status=;showmenu=Calgary_e;url=;");
	//aI("text=;status=;showmenu=;url=;target=_blank");
	}

	with(milonic=new menuname("WestCoast_e")){
	style=v_menuStyle;
	aI("text=University of British Columbia;status=;showmenu=BritishColumbia_e;url=;");
	//aI("text=;status=;showmenu=;url=;target=_blank");
	}

	with(milonic=new menuname("Prairie_e")){
	style=v_menuStyle;
	aI("text=University of Manitoba;status=;showmenu=Manitoba_e;url=;");
	aI("text=University of Saskatchewan;status=;showmenu=Saskatchewan_e;url=;");
	//aI("text=;status=;showmenu=;url=;target=_blank");
	}

		with(milonic=new menuname("mun_e")){
		style=v_menuStyle;
		aI("text=Home Page;clickfunction=open_page('http://www.mun.ca/index.php');");
		aI("text=Health Sciences Library;clickfunction=open_page('http://www.library.mun.ca/hsl/');");
		aI("text=Faculty of Medicine;clickfunction=open_page('http://www.med.mun.ca/med/');");
		aI("text=CME at Memorial University;clickfunction=open_page('http://www.med.mun.ca/pdmed/');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}

		with(milonic=new menuname("Dalhousie_e")){
		style=v_menuStyle;
		aI("text=Home Page;status=;clickfunction=open_page('http://www.dal.ca/');");
		aI("text=Health Sciences Library;clickfunction=open_page('http://www.library.dal.ca/kellogg/homepg.html');");
		aI("text=Faculty of Medicine;clickfunction=open_page('http://www.medicine.dal.ca/');");
		aI("text=CME at Dalhousie;clickfunction=open_page('http://www.medicine.dal.ca/cme/');");
		aI("text=Division of GIM;clickfunction=open_page('http://www.medicine.dal.ca/dom/clinicaldivisions/generalinternalmedicine/');");
}

		with(milonic=new menuname("Laval_e")){
		style=v_menuStyle;
		aI("text=Home Page;clickfunction=open_page('http://www.ulaval.ca/');");
		aI("text=Library;clickfunction=open_page('http://www.bibl.ulaval.ca/');");
		aI("text=Dept of Medicine;clickfunction=open_page('http://www.med.ulaval.ca/');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}

		with(milonic=new menuname("Sherbrooke_e")){
		style=v_menuStyle;
		aI("text=Home Page;clickfunction=open_page('http://www.usherbrooke.ca/');");
		aI("text=Health Sciences Library;clickfunction=open_page('http://www.usherbrooke.ca/biblio/bib/sante/index.htm');");
		aI("text=Faculty of Medicine*;clickfunction=open_page('http://www.med.usherb.ca/');");
		aI("text=Dept of GIM;clickfunction=open_page('http://medint.med.usherbrooke.ca/');");
		aI("text=CME at Sherbrooke;clickfunction=open_page('http://cfc.med.usherbrooke.ca/');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}

		with(milonic=new menuname("McGill_e")){
		style=v_menuStyle;
		aI("text=Home Page;clickfunction=open_page('http://www.mcgill.ca/');");
		aI("text=Health Sciences Library;clickfunction=open_page('http://www.health.library.mcgill.ca/');");
		aI("text=Faculty of Medicine;clickfunction=open_page('http://www.med.mcgill.ca/');");
		//aI("text=Dept of GIM;status=;showmenu=;url=http://medint.med.usherbrooke.ca/;target=_blank");
		aI("text=CME at McGill;clickfunction=open_page('http://ww2.medicine.mcgill.ca/cme/php/index.php');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}

		with(milonic=new menuname("Montréal_e")){
		style=v_menuStyle;
		aI("text=Home Page;clickfunction=open_page('http://www.umontreal.ca/');");
		aI("text=Health Sciences Library;clickfunction=open_page('http://www.bib.umontreal.ca/SA/');");
		aI("text=Faculty of Medicine;clickfunction=open_page('http://www.med.umontreal.ca/');");
		//aI("text=Dept of GIM;status=;showmenu=;url=http://medint.med.usherbrooke.ca/;target=_blank");
		aI("text=CME at Montréal*;clickfunction=open_page('http://www.med.umontreal.ca/contenu/formation_continue.htm');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}

		with(milonic=new menuname("Ottawa_e")){
		style=v_menuStyle;
		aI("text=Home Page;clickfunction=open_page('http://www.uottawa.ca/');");
		aI("text=Health Sciences Library;clickfunction=open_page('http://137.122.27.99/library/health/index-e.html');");
		aI("text=Faculty of Medicine;clickfunction=open_page('http://www.medecine.uottawa.ca/eng/index.html');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}

		with(milonic=new menuname("Toronto_e")){
		style=v_menuStyle;
		aI("text=Home Page;clickfunction=open_page('http://www.utoronto.ca/');");
		aI("text=Health Sciences Library;clickfunction=open_page('http://www.library.utoronto.ca/mac.html');");
		aI("text=Dept of Medicine;clickfunction=open_page('http://www.library.utoronto.ca/medicine/med/medicine.htm');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}

		with(milonic=new menuname("McMaster_e")){
		style=v_menuStyle;
		aI("text=Home Page;clickfunction=open_page('http://www.mcmaster.ca/home.cfm');");
		aI("text=Health Sciences Library;clickfunction=open_page('http://www-hsl.mcmaster.ca/');");
		aI("text=Faculty of Health Sciences;clickfunction=open_page('http://www.fhs.mcmaster.ca/');");
		aI("text=Dept of Medicine;clickfunction=open_page('http://www.fhs.mcmaster.ca/medicine/');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}

		with(milonic=new menuname("Queens_e")){
		style=v_menuStyle;
		aI("text=Home Page;clickfunction=open_page('http://www.queensu.ca/');");
		aI("text=Health Sciences Library;clickfunction=open_page('http://library.queensu.ca/webmed/');");
		aI("text=Dept of GIM;clickfunction=open_page('http://meds.queensu.ca/%7Egim/index.html');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}

		with(milonic=new menuname("WesternOntario_e")){
		style=v_menuStyle;
		aI("text=Health Sciences Library;clickfunction=open_page('http://www.lib.uwo.ca/taylor/');");
		aI("text=Faculty of Medicine;clickfunction=open_page('http://www.med.uwo.ca/');");
		aI("text=Div of GIM*;clickfunction=open_page('http://dom.lhsc.on.ca/dom/dom/geninter/genint.htm');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}

		with(milonic=new menuname("Manitoba_e")){
		style=v_menuStyle;
		aI("text=Home Page;clickfunction=open_page('http://www.umanitoba.ca/');");
		aI("text=Health Sciences Library;clickfunction=open_page('http://www.umanitoba.ca/libraries/units/health/');");
		aI("text=Faculty of Medicine;clickfunction=open_page('http://www.umanitoba.ca/faculties/medicine/home.html');");
		aI("text=Dept of GIM;clickfunction=open_page('http://www.umanitoba.ca/faculties/medicine/units/intmed/sections/gim/index.html');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}

		with(milonic=new menuname("Saskatchewan_e")){
		style=v_menuStyle;
		aI("text=Home Page;clickfunction=open_page('http://www.usask.ca/');");
		aI("text=Health Sciences Library;clickfunction=open_page('http://library.usask.ca/hsl/');");
		aI("text=Faculty of Medicine;clickfunction=open_page('http://www.usask.ca/communications/faq10.html');");
		aI("text=Dept of Medicine;clickfunction=open_page('http://www.usask.ca/medicine/medicine/');");
		aI("text=Div of GIM;clickfunction=open_page('http://www.usask.ca/medicine/medicine/gim.htm');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}

		with(milonic=new menuname("Alberta_e")){
		style=v_menuStyle;
		aI("text=Home Page;clickfunction=open_page('http://www.ualberta.ca/');");
		aI("text=Health Sciences Library;clickfunction=open_page('http://www.library.ualberta.ca/subject/healthsciences/index.cfm');");
		aI("text=Faculty of Medicine;clickfunction=open_page('http://www.med.ualberta.ca/');");
		aI("text=Dept of Medicine;clickfunction=open_page('http://www.departmentofmedicine.ualberta.ca/');");
		aI("text=Div of GIM;clickfunction=open_page('http://www.departmentofmedicine.ualberta.ca/gim/');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}

		with(milonic=new menuname("Calgary_e")){
		style=v_menuStyle;
		aI("text=Home Page;clickfunction=open_page('http://www.ucalgary.ca/');");
		aI("text=Library;clickfunction=open_page('http://www.ucalgary.ca/library/');");
		aI("text=Faculty of Medicine;clickfunction=open_page('http://faculty.med.ucalgary.ca/');");
		aI("text=Dept of Medicine;clickfunction=open_page('http://www.kanga.ca/d_medicine/d_medicine/index.htm');");
		aI("text=Div of GIM;clickfunction=open_page('http://www.fp.ucalgary.ca/gim/');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}

		with(milonic=new menuname("BritishColumbia_e")){
		style=v_menuStyle;	// clickfunction=open_page('');
		aI("text=Home Page;clickfunction=open_page('http://www.ubc.ca/');");
		aI("text=Life Sciences Library;clickfunction=open_page('http://www.library.ubc.ca/life/');");
		aI("text=Faculty of Medicine;clickfunction=open_page('http://www.med.ubc.ca/');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}


with(milonic=new menuname("CSIMOnlineArc_e")){
style=v_menuStyle;
aI("text=GIM Quest;status=;showmenu=;url=;clickfunction=;");
aI("text=Photo Diagnosis;status=;showmenu=;url=;clickfunction=;");
aI("text=Test Your Knowledge;status=;showmenu=;url=;clickfunction=;");
//aI("text=;status=;showmenu=;url=;target=_blank");
}

with(milonic=new menuname("QualityControl_e")){
style=v_menuStyle;	// clickfunction=open_page('');
aI("text=Quality Control (submenu here);status=;showmenu=;url=;clickfunction=;");
//aI("text=;status=;showmenu=;url=;target=_blank");
}

with(milonic=new menuname("PracticeAudit_e")){
style=v_menuStyle;	// clickfunction=open_page('');
aI("text=Practice Audit (submenu here);status=;showmenu=;url=;clickfunction=;");
//aI("text=;status=;showmenu=;url=;target=_blank");
}

with(milonic=new menuname("TeachingModules_e")){
style=v_menuStyle;	// clickfunction=open_page('');
aI("text=Teaching Modules (submenu here);status=;showmenu=;url=;clickfunction=;");
//aI("text=;status=;showmenu=;url=;target=_blank");
}

with(milonic=new menuname("AffiliatedGroups_e")){
style=v_menuStyle;
//itemwidth=100;
aI("text=Canadian;status=;showmenu=Canadian_e;");
aI("text=Australasia;status=;showmenu=Australasia_e;");
aI("text=Europe;status=;showmenu=Europe_e;");
aI("text=US;status=;showmenu=US_e;");
//aI("text=;status=;showmenu=;url=;target=_blank");
}//GIM_Train_in_Can_e

	with(milonic=new menuname("Canadian_e")){
	style=v_menuStyle;
//	itemwidth=260;
//	openstyle="rtl";
//	aI("text=Royal College of Physicians & Surgeons of Canada;clickfunction=open_page('http://rcpsc.medical.org/index.php?pass=1');");
	aI("text=Royal College of Physicians & Surgeons of Canada;showmenu=Royal_College_e");
	aI("text=Canadian Medical Association;clickfunction=open_page('http://www.cma.ca/index.cfm/ci_id/121/la_id/1.htm');");
	aI("text=Other National Sub-speciality Societies;showmenu=NSS_e;");
	aI("text=Federation of National Specialty Societies of Canada (FNSSC);status=;showmenu=;url=http://fnssc.ca/;target=_blank");
//	aI("text=Canadian Heart Failure Network;status=;showmenu=;url=http://www.chfn.ca//;target=_blank");
	//aI("text=;status=;showmenu=;url=;target=_blank");
	}

		with(milonic=new menuname("NSS_e")){
		style=v_menuStyle;	// clickfunction=open_page('');
		overflow="scroll";
		openstyle="ltr"; //default
		aI("text=Can Anesthesiologists' Soc.;clickfunction=open_page('http://www.cas.ca');");
		aI("text=Can Dermatology Ass.;clickfunction=open_page('http://www.dermatology.ca/english/');");
		aI("text=Can Ass. of Emerge Physicians;clickfunction=open_page('http://www.caep.ca');");
		aI("text=The Cam Neurological Soc.;clickfunction=open_page('http://www.ccns.org');");
//		aI("text=<ol>;status=;showmenu=;url=;target=_blank");
		aI("text=Can College of Med. Geneticists;clickfunction=open_page('http://www.ccmg.medical.org/');");
		aI("text=Can Ass. of Physical Med. and Rehab.;clickfunction=open_page('http://capmr.medical.org');");
		aI("text=Ass. of Med. Microbiology and Infectious Disease Can.;clickfunction=open_page('http://www.cidscanada.com');");
		aI("text=The Can Ass. of Gen. Surgeons;clickfunction=open_page('http://www.cags-accg.ca/');");
		aI("text=Can Cardiovascular Soc.;clickfunction=open_page('http://www.ccs.ca');");
		aI("text=The Can Soc. of Allergy and Clinical Immunology;clickfunction=open_page('http://csaci.medical.org');");
		aI("text=Can Soc. of Endocrinology & Metabolism**;clickfunction=open_page('http://www.csem.mcgill.ca/');");
		aI("text=Can Ass. of GI**;clickfunction=open_page('http://www.csem.mcgill.ca/');");
		aI("text=Can Geriatrics Soc.;clickfunction=open_page('http://www.canadiangeriatrics.ca/');");
		aI("text=Can Ass. of Med. Oncologists;clickfunction=open_page('http://www.cos.ca/camo/index.asp');");
		aI("text=Can Soc. of Nephrology;clickfunction=open_page('http://csn.medical.org');");
		aI("text=Can Thoracic Soc.;clickfunction=open_page('http://www.lung.ca');");
		aI("text=The Can Rheumatology Ass.;clickfunction=open_page('http://www.cra-scr.ca');");
		aI("text=Can Soc. for Clinical Pharmacology;clickfunction=open_page('http://www.cscp.net/');");
		aI("text=The Can Critical Care Soc.;clickfunction=open_page('http://critcare.lhsc.on.ca/related/cccs/cccshome.htm');");
		aI("text=Can Soc. for Transfusion Med.;clickfunction=open_page('http://www.transfusion.ca');");
		aI("text=The Can Soc. for Clinical Investigation;clickfunction=open_page('http://www.csci-scrc.medical.org/english/index_eng.html');");
		aI("text=Canadian Hypertension Society;clickfunction=open_page('http://www.hypertension.ca/');");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}

			with(milonic=new menuname("Royal_College_e")){
			style=v_menuStyle;
			//	itemwidth=260;
			//	openstyle="rtl";
			aI("text=Royal College Home;clickfunction=open_page('http://rcpsc.medical.org/index.php?pass=1');");
			aI("text=Royal College Mainport;clickfunction=open_page('http://www.mainport.org')");
			//aI("text=;status=;showmenu=;url=;target=_blank");
			}

	with(milonic=new menuname("Australasia_e")){
	style=v_menuStyle;
//	itemwidth=260;
	aI("text=IMSANZ - Internal Med. Soc. of Australia & NZ;status=;showmenu=;url=http://www.imsanz.org.au/;target=_blank");
	//aI("text=;status=;showmenu=;url=;target=_blank");
	}

	with(milonic=new menuname("Europe_e")){
	style=v_menuStyle;
//	itemwidth=260;
	aI("text=EFIM – European Federation of Internal Med.;status=;showmenu=;url=http://www.efim.org/;target=_blank");
	aI("text=International Soc. of Internal Med.;status=;showmenu=;url=http://www.isim-online.org/;target=_blank");
	//aI("text=;status=;showmenu=;url=;target=_blank");
	}

	with(milonic=new menuname("US_e")){
	style=v_menuStyle;
	aI("text=ACP;status=;showmenu=;url=http://www.acponline.org/;target=_blank");
	aI("text=AMA;status=;showmenu=;url=http://www.ama-assn.org/;target=_blank");
	//aI("text=;status=;showmenu=;url=;target=_blank");
	}


with(milonic=new menuname("GIM_Train_in_Can_e")){
style=v_menuStyle;
//itemwidth=100;
aI("text=Canadian GIM training programs;status=;showmenu=CDN_GIM_training_e;url=;");
aI("text= Literature Links;status=;showmenu=LitLink_e;");
//aI("text=;status=;showmenu=;url=;target=_blank");
}//GIM_Train_in_Can_e

	with(milonic=new menuname("CDN_GIM_training_e")){
	style=v_menuStyle;
	aI("text=General Information;title=with links to all programs;status=with links to all programs;showmenu=Gen_info_e;url=;target=;");
	aI("text=Specific PGY 4-5 GIM programs;status=;showmenu=Specific_PGY_4-5_GIM_programs_e;url=;target=_blank");
	//aI("text=;status=;showmenu=;url=;target=_blank");
	}


	with(milonic=new menuname("LitLink_e")){
	style=v_menuStyle;
	aI("text=GIM Training - Does the shoe fit?;status=;showmenu=;url=http://www.biomedcentral.com/1472-6920/6/56;target=_blank");
	//aI("text=;status=;showmenu=;url=;target=_blank");
	}


		with(milonic=new menuname("Gen_info_e")){
		style=v_menuStyle;
		aI("text=TERMS OF REFERENCE;status=;showmenu=;url=Canadian_GIM_training_programs_e.php;target=");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}


		with(milonic=new menuname("Specific_PGY_4-5_GIM_programs_e")){
		style=v_menuStyle;
	aI("text=McGill Clinical Scholar's Program;status=;showmenu=;url=content/2007/pdf/CLINICAL_SCHOLARS_PROGRAM_2007.pdf;target=_blank");
	aI("text=McGill Thrombosis Fellowship;status=;showmenu=;url=content/2007/pdf/McGill_Thrombosis_fellowship.pdf;target=_blank");
		//aI("text=;status=;showmenu=;url=;target=_blank");
		}


with(milonic=new menuname("PalmRes_e")){
style=v_menuStyle;	// clickfunction=open_page('');
//itemwidth=260;
aI("text=Steve Wong's Palm Page;url=steve_wongs_palm_links_e.php;");
aI("text=Univesity of Alberta PDA resources;clickfunction=open_page('http://www.library.ualberta.ca/pdazone/health/index.cfm#cdr');");
aI("text=Wake Forest PDA resource page*;clickfunction=open_page('http://www.wfubmc.edu/library/pda.html');");
aI("text=Washington University Med. Palm Initiative;clickfunction=open_page('http://medicine.wustl.edu/~wumpi/');");
aI("text=PalmSource;clickfunction=open_page('http://www.palmsource.com/interests/medicine/');");
aI("text=MDTool.com;clickfunction=open_page('http://www.mdtool.com/palmresources.html');");
aI("text=National Guideline Clearinghouse palm links;clickfunction=open_page('http://www.guideline.gov/resources/pda.aspx');");
aI("text=ACC PDA downloads;clickfunction=open_page('http://www.acc.org/clinical/palm_download.htm');");
aI("text=Dr Oh’s Palm Med. (For Beginners);clickfunction=open_page('http://home.earthlink.net/~roboh98/palm.html');");
aI("text=Cleveland Clinic Pocket PC resources;clickfunction=open_page('http://www.clevelandclinic.org/gim/handheld/pocketpc/default.htm');");
aI("text=John Hopkins abx guide;clickfunction=open_page('http://hopkins-abxguide.org/terminals/');");
//aI("text=;status=;showmenu=;url=;target=_blank");
}

with(milonic=new menuname("info_msg_e")){
style=v_menuStyle;
//itemwidth=260;
aI("text=More links to come. \nPlease try again later.;status=More links to come.\n Please try again later.;title=More links to come.\nPlease try again later.;");

}//end with(milonic=new menuname("PalmRes_e"))
drawMenus();
