﻿/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#DAE3F0';			// Background color when mouse is not over
	var LowSubBgColor='#DAE3F0';			// Background color when mouse is not over on subs
	var HighBgColor='#132F8C';			// Background color when mouse is over
	var HighSubBgColor='#132F8C';			// Background color when mouse is over on subs
	var FontLowColor='#122D8A';			// Font color when mouse is not over
	var FontSubLowColor='#122D8A';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#223573';			// Border color
	var BorderSubColor='#223573';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.3;			// vertical overlap child/ parent
	var StartTop=170;				// Menu offset x coordinate
	var StartLeft=8;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/images/tri.gif',5,10,'/images/tridown.gif',10,5,'/images/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","/index.php","",0,20,190);

Menu2=new Array("About VAMA","/m2_introduction.php","",7);
	Menu2_1=new Array("Introduction","/m2_introduction.php","",0,20,175);
	Menu2_2=new Array("History","/m2_history.php","",0,20,175);
	Menu2_3=new Array("Executive Committee","/m2_executivecommittee.php","",0,20,175);
	Menu2_4=new Array("Board of Directors","/m2_boardofdirectors.php","",0,20,175);
	Menu2_5=new Array("State and Regional Chapters","/m2_chapters.php","",0,20,175);
	Menu2_6=new Array("Become a Member","/m2_membership.php","",0,20,175);
	Menu2_7=new Array("Contact Us","/m2_contactus.php","",0,20,175);
		
Menu3=new Array("Health","/m_health.php","",2,20,190);
	Menu3_1=new Array("Community Health","/m3_communityhealth.php","",3,20,180);
		Menu3_1_1=new Array("Hepatities B Prevention Project for Young Asians and Pacific Islanders","/m3_1_hepatitiesbpreventionproject.php","",0,20,360);
		Menu3_1_2=new Array("Hepatities B Prevention Project - Asian Pacific Health Center","/m3_1_hepatitiesbpreventionproject2.php","",0,20,360);
		Menu3_1_3=new Array("Flumist, Thuốc Ngừa Cúm Mới","/m3_1_flumist.php","",0,20,360);
	Menu3_2=new Array("Statistics on Breast Cancer","/m3_statisticsonbreastcancer.php","",0,20,360);	

Menu4=new Array("Vietnamese Culture & Arts","/m4_culture.php","",0,20,190);
	
Menu5=new Array("National Conventions","/m5_nationalconvention.php","",2,20,190);
	Menu5_1=new Array("2005 VAMA National Convention","/m5_nationalconvention2005.php","",5,20,165);
		Menu5_1_1=new Array("Convention Information","/m5_nationalconvention.php","",0,20,165);
		Menu5_1_2=new Array("Invitation Letter [PDF]","/conference/2005/2005_vama_convention_invitation_letter.pdf","",0,20,165);
		Menu5_1_3=new Array("Announcement [PDF]","/conference/2005/2005_vama_convention_announcement.pdf","",0,20,165);
		Menu5_1_4=new Array("Registration Form [MsWord]","/conference/2005/2005_vama_convention_registration.doc","",0,20,165);
		Menu5_1_5=new Array("Registration Form [PDF]","/conference/2005/2005_vama_convention_registration.pdf","",0,20,165);
		
		
	Menu5_2=new Array("2003 VAMA National Convention","/m5_1_letterofinvitation.php","",4,20,165);
		Menu5_2_1=new Array("Letter of Invitation","/m5_1_letterofinvitation.php","",0,20,165);
		Menu5_2_2=new Array("Organizing Committee","/m5_1_organizingcommittee.php","",0,20,165);
		Menu5_2_3=new Array("Summary Convention 2003","/m5_1_summaryconvention2003.php","",0,20,165);
		Menu5_2_4=new Array("Cruise Reservation Form","/m5_1_cruisereservaionform.php","",0,20,165);
		Menu5_2_5=new Array("Test","/m5_1_cruisereservaionform.php","",0,20,165);

Menu6=new Array("Archives","index.php","",3,20,190);
	Menu6_1=new Array("Newsletter 03-2003","/m6_1_1_thubanchaphanh.php","",17,20,235);
		Menu6_1_1=new Array("Thư Ban Chấp Hành","/m6_1_1_thubanchaphanh.php","",0,20,235);
		Menu6_1_2=new Array("Letter from the Executive Committee","/m6_1_2_letterfromtheexecutivecommittee.php","",0,20,235);
		Menu6_1_3=new Array("Sinh hoạt Hội Hoa Kỳ","/m6_1_3_sinhhoathoihoaky.php","",0,20,235);
		Menu6_1_4=new Array("Summary of Minutes","/m6_1_4_summaryofminutes.php","",0,20,230);
		Menu6_1_5=new Array("Sinh hoạt địa phương","/m6_1_5_sinhhoatdiaphuong.php","",0,20,230);
		Menu6_1_6=new Array("Thư Mời Họp","/m6_1_6_thumoihop.php","",0,20,230);
		Menu6_1_7=new Array("General Assembly Meeting of VMA-USA","/m6_1_7_generalassemblymeeting.php","",0,20,230);
		Menu6_1_8=new Array("Letter to the AMA President","/m6_1_8_lettertotheamapresident.php","",0,20,230);
		Menu6_1_9=new Array("News From the Organizing Committee","/m6_1_9_newsfromtheorganizingcommittee.php","",0,20,230);
		Menu6_1_10=new Array("Statement of Dr. Tran Duy Ton","/m6_1_10_statementofdrtranduyton.php","",0,20,230);
		Menu6_1_11=new Array("Tuyên Bố Của Hội Quốc Tế Y Sĩ Việt Nam Tự Do ","/m6_1_11_tuyenbocuahoiquocteysivietnam.php","",0,20,230);
		Menu6_1_12=new Array("Open Letter of Dr. Nguyen Dong Quan","/m6_1_12_openletterofletterofdrnguyendongquan.php","",0,20,230);
		Menu6_1_13=new Array("3D Graphics and Medical Imaging","/m6_1_13_3dgraphicsandmedicalimaging.php","",0,20,230);
		Menu6_1_14=new Array("Thơ - Vạt Nắng Hiền","/m6_1_14_vatnanghien.php","",0,20,230);
		Menu6_1_15=new Array("Danh Sách Hội Viên Đóng Niên Liễm và Ủng Hộ","/m6_1_15_danhsachhoivien.php","",0,20,230);
		Menu6_1_16=new Array("Thành Kính Phân Ưu","/m6_1_16_thanhkinhphanuu.php","",0,20,230);
		Menu6_1_17=new Array("Phiếu Ủng Hộ / Đóng Niên Liễm","/m6_1_17_phieuungho.php","",0,20,230);
		
	Menu6_2=new Array("Newsletter 06-2003","/m6_2_1_vailoiphilo.php","",19,20,230);
		Menu6_2_1=new Array("Vài Lời Phi Lộ","/m6_2_1_vailoiphilo.php","",0,20,320);
		Menu6_2_2=new Array("Y Giới Việt Nam Trước Hiện Tình Y Tế Toàn Cầu","/m6_2_2_ygioivietnam.php","",0,20,320);
		Menu6_2_3=new Array("Thông Báo của Ban Tổ Chức","/m6_2_3_thongbaocuabantochuc.php","",0,20,320);
	    Menu6_2_4=new Array("Vietnamese American Research Foundation Meeting","/m6_2_4_researchfoundation.php","",0,20,320);
		Menu6_2_5=new Array("Tin tức Hội Y-Nha-Dược NY-NJ-CT","/m6_2_5_tintuc.php","",0,20,320);
		Menu6_2_6=new Array("Vietnamese Health Professional Association of DFW","/m6_2_6_vhpadallasftworth.php","",0,20,320);
		Menu6_2_7=new Array("Activities of the VVPA in Northern California","/m6_2_7_activitiescalifornia.php","",0,20,320);
		Menu6_2_8=new Array("Activities of the VMS In the North-East USA","/m6_2_8_activitiesofne.php","",0,20,320);
		Menu6_2_9=new Array("Sinh hoạt của Hội Y-Nha-Dược Sĩ tại Massachusetts","/m6_2_9_sinhhoatmassachusetts.php","",0,20,320);
		Menu6_2_10=new Array("Đại Hội Quốc Tế Y Nha Dược Sĩ VN Tự Do Kỳ V","/m6_2_10_daihoiquocteynhaduocsi.php","",0,20,320);
		Menu6_2_11=new Array("Statement of Dr. Tran Duy Ton","/m6_2_11_statement.php","",0,20,320);
		Menu6_2_12=new Array("VMA-USA Scholarship Program","/m6_2_12_scholarshipprogram.php","",0,20,320);
		Menu6_2_13=new Array("Scholarship Application","/m6_2_13_scholarshipapplicattion.php","",0,20,320);
		Menu6_2_14=new Array("Announcement","/m6_2_14_announcement.php","",0,20,320);
		Menu6_2_15=new Array("VMA membership letter","/m6_2_15_membershipletter.php","",0,20,230);
		Menu6_2_16=new Array("Sách Viết, Đọc Chử Việt Trên Computer và Internet","/m6_2_16_sach.php","",0,20,230);
		Menu6_2_17=new Array("Thơ - Vinh Danh Tình Yêu","/m6_2_17_vinhdanhtinhyeu.php","",0,20,230);
		Menu6_2_18=new Array("Thành Kính Phân Ưu","/m6_2_18_thanhkinhphanuu.php","",0,20,230);
		Menu6_2_19=new Array("Phiếu Ủng Hộ / Đóng Niên Liễm","/m6_2_19_phieuungho.php","",0,20,230);
	Menu6_3=new Array("Tuyên Ngôn Đại Hội Thường Niên 2003","/m6_tuyenngondaihoithuongnien.php","",0,20,230);
		