/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *
***********************************************************************************/
/***********************************************************************************
*	VERY IMPORTANT NOTE:  The originator of this script is Ger Versluis of	*
*	Netherlands. His email address is as shown above.  I use this script for this	*
*	site because it is very easy to manipulate for changes.  As you can see 	*
*	the codes and respective instructions are shown on the below left and right columns, 	*
*	respectively.  You can play by trial and error with this script, but ensure you make	*
*	backup copy of it first.*
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level menu items
	var LowBgColor='';				// Background color when mouse is not over, leave blank if not used
	var LowSubBgColor='#E8E8E8';			// Background color when mouse is not over on subs, leave blank if not used
	var HighBgColor='';				// Background color when mouse is over, leave blank if not used
	var HighSubBgColor='#281400';			// Background color when mouse is over on subs, leave blank if not used
	var FontLowColor='#FED07A';			// Font color when mouse is not over, leave blank if not used
	var FontSubLowColor='#660000';			// Font color subs when mouse is not over, leave blank if not used
	var FontHighColor='#FFFF99';			// Font color when mouse is over, leave blank if not used
	var FontSubHighColor='#FFFF00';			// Font color subs when mouse is over, leave blank if not used
	var BorderColor='';				// Border color, leave blank if not used
	var BorderSubColor='#999999';			// Border color for subs, leave blank if not used
	var BorderWidth=1;				// Border width, leave blank if not used
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial"				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap="0";			// vertical overlap child/ parent
	var StartTop=292;				// Menu offset y coordinate in pixels from top of screen
	var StartLeft=5;				// Menu offset x coordinate in pixels from left side of screen
	var VerCorrect=0;				// Multiple frames y correction, I rarely use this line
	var HorCorrect=0;				// Multiple frames x correction, I rarely use this line
	var LeftPaddng=5;				// Left padding in pixels of text in each menu imaginary box
	var TopPaddng=1;				// Top padding in pixels of text in each menu imaginary box
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=750;				// 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=1;					// enables/ disables menu text 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=1;				// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['menu/tri2.gif',8,8,'menu/tridown1.gif',8,8,'menu/trileft2.gif',8,8];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Yel - the commented lines below shows how you should construct the structure of each Menu Tree. You'll find this very easy to manipulate.
//	MenuX=new Array("Menu Text to show", "Link", "background image (optional)", "number of sub-menu elements", "height of menu box", "width of menu box");
//	If using rollover images instead, set "Menu Text to show" to:  "rollover:Image1.jpg:Image2.jpg"
//	Good Luck!  You can do it!!!//

Menu1=new Array("HOME","index.htm","",0,30,80);

Menu2=new Array("ABOUT MAASIN","","",4,30,135);
	Menu2_1=new Array("Historical / Local Briefs","","",3,20,230);
	  	Menu2_1_1=new Array("National","","",2,20,110);
	  		Menu2_1_1_1=new Array("Philippine Revolution","phil-revolution.htm","",0,20,140);
	  		Menu2_1_1_2=new Array("National Heroes","phil-heroes.htm","",0,20,140);
	  	Menu2_1_2=new Array("Maasin City","","",2,20,110);
	  		Menu2_1_2_1=new Array("Historical Evolution","historical-evolution.htm","",0,20,140);
	  		Menu2_1_2_2=new Array("Domesticity","domesticity.htm","",0,20,140);
	  	Menu2_1_3=new Array("Southern Leyte","http://leytetravel.com/southern_leyte.html","",0,20,110);
	Menu2_2=new Array("Information Useful for OFWs & Visitors","","",7,20,230);
		Menu2_2_1=new Array("Accomodations","ofw-resources-accomodations.htm","",0,20,150);
		Menu2_2_2=new Array("Fast Food / Restaurants","ofw-resources-restaurants.htm","",0,20,120);
		Menu2_2_3=new Array("Transportation","ofw-resources-transportation.htm","",0,20,120);
		Menu2_2_4=new Array("Banking Services","ofw-resources-banks.htm","",0,20,120);
		Menu2_2_5=new Array("Resorts","resorts.htm","",0,20,120);
		Menu2_2_6=new Array("Miscellaneous","","",7,20,120);
			Menu2_2_6_1=new Array("Western Union Outlets","western-union-outlets.htm","",1,20,160);
				Menu2_2_6_1_1=new Array("<img src=images1/western-union-logo.jpg>","javascript:NewWin=window.open('http://www.westernunion.com.ph','NWin');window['NewWin'].focus()","",0,60,160);
			Menu2_2_6_2=new Array("Forex","javascript:NewWin=window.open('http://www.forexworld.us/','NWin');window['NewWin'].focus()","",1,20,160);
				Menu2_2_6_2_1=new Array("<img src=images1/forex-logo.jpg>","javascript:NewWin=window.open('http://www.forexworld.us/','NWin');window['NewWin'].focus()","",0,60,160);
			Menu2_2_6_3=new Array("DHL","javascript:NewWin=window.open('http://www.dhl.com.ph/en/express/shipping/find_dhl_locations/philippines_offices_3.html','NWin');window['NewWin'].focus()","",1,20,160);
				Menu2_2_6_3_1=new Array("<img src=images1/dhl-logo.jpg>","javascript:NewWin=window.open('http://www.dhl.com.ph/en/express/shipping/find_dhl_locations/philippines_offices_3.html','NWin');window['NewWin'].focus()","",0,60,160);
			Menu2_2_6_4=new Array("Sending Balikbayan Boxes","sending-balikbayan-boxes.htm","",0,20,160);
			Menu2_2_6_5=new Array("Bureau of Immigration","javascript:NewWin=window.open('http://immigration.gov.ph/index.php?option=com_content&task=view&id=128&Itemid=72','NWin');window['NewWin'].focus()","",0,20,150);
			Menu2_2_6_6=new Array("Philippine Tourism","javascript:NewWin=window.open('http://www.tourism.gov.ph/','NWin');window['NewWin'].focus()","",0,20,150);
			Menu2_2_6_7=new Array("International Travel Alerts","javascript:NewWin=window.open('http://travel.state.gov/travel/','NWin');window['NewWin'].focus()","",0,20,150);
		Menu2_2_7=new Array("Other Useful Links","","",3,20,150);
			Menu2_2_7_1=new Array("Travel Dos & Don'ts","","",1,20,260);
				Menu2_2_7_1_1=new Array("When Arriving in Manila","dos-n-donts-mnl.htm","",0,20,140);
				Menu2_2_7_1_2=new Array("When Arriving in Cebu","dos-n-donts-cebu.htm","",0,20,140);
			Menu2_2_7_2=new Array("Embassies & Consulates in the Philippines","javascript:NewWin=window.open('http://embassy.goabroad.com/embassies-in/Philippines','NWin');window['NewWin'].focus()","",0,20,260);
			Menu2_2_7_3=new Array("U.S. Immigration Information","javascript:NewWin=window.open('http://www.immigrationdirect.com/','NWin');window['NewWin'].focus()","",0,20,260);
	Menu2_3=new Array("Places of Interest","interest.htm","",0,20,230);
	Menu2_4=new Array("Current Events","","",2,20,230);
		Menu2_4_1=new Array("Local News & Information","","",4,20,210);
			Menu2_4_1_1=new Array("The Reporter","javascript:NewWin=window.open('http://thereporteronline.com.ph','NWin');window['NewWin'].focus()","",0,20,190);
			Menu2_4_1_2=new Array("Southern Leyte Times","javascript:NewWin=window.open('http://www.southernleytetimes.com','NWin');window['NewWin'].focus()","",0,20,190);
			Menu2_4_1_3=new Array("Maasin Sii","javascript:NewWin=window.open('http://www.maasinsii.com','NWin');window['NewWin'].focus()","",0,20,190);
			Menu2_4_1_4=new Array("Maasin City Online","javascript:NewWin=window.open('http://www.maasincityonline.com','NWin');window['NewWin'].focus()","",0,20,190);
		Menu2_4_2=new Array("From National News Media","","",12,20,210);
			Menu2_4_2_1=new Array("ABS-CBN News","javascript:NewWin=window.open('http://www.abs-cbnnews.com','NWin');window['NewWin'].focus()","",0,20,170);
			Menu2_4_2_2=new Array("Balita","javascript:NewWin=window.open('http://www.balita.org','NWin');window['NewWin'].focus()","",0,20,170);
			Menu2_4_2_3=new Array("Cebu News","javascript:NewWin=window.open('http://www.cebu-online.com','NWin');window['NewWin'].focus()","",0,20,170);
			Menu2_4_2_4=new Array("Filipinas Magazine","javascript:NewWin=window.open('http://www.filipinasmag.com','NWin');window['NewWin'].focus()","",0,20,170);
			Menu2_4_2_5=new Array("Filipino Express","javascript:NewWin=window.open('http://www.filipinoexpress.com','NWin');window['NewWin'].focus()","",0,20,170);
			Menu2_4_2_6=new Array("Manila Bulletin","javascript:NewWin=window.open('http://www.mb.com.ph','NWin');window['NewWin'].focus()","",0,20,170);
			Menu2_4_2_7=new Array("Manila TImes","javascript:NewWin=window.open('http://www.manilatimes.net','NWin');window['NewWin'].focus()","",0,20,170);
			Menu2_4_2_8=new Array("Maynila Magazine","javascript:NewWin=window.open('http://www.maynila.com','NWin');window['NewWin'].focus()","",0,20,170);
			Menu2_4_2_9=new Array("Mindanao Times","javascript:NewWin=window.open('http://www.mindanaotimes.com.ph','NWin');window['NewWin'].focus()","",0,20,170);
			Menu2_4_2_10=new Array("Philippine Star","javascript:NewWin=window.open('http://www.philstar.com','NWin');window['NewWin'].focus()","",0,20,170);
			Menu2_4_2_11=new Array("Philippine Inquirer","javascript:NewWin=window.open('http://www.inq7.net/','NWin');window['NewWin'].focus()","",0,20,170);
			Menu2_4_2_12=new Array("The Freeman","javascript:NewWin=window.open('http://www.thefreeman.com','NWin');window['NewWin'].focus()","",0,20,170);

Menu3=new Array("WEB NETWORKING","","",6,30,160);
	Menu3_1=new Array("Facebook","","",26,20,220);
		Menu3_1_1=new Array("<img src=images1/facebook.jpg>","","",0,54,180);
		Menu3_1_2=new Array("Josephinians Fan Page","javascript:NewWin=window.open('http://www.facebook.com/#!/pages/JOSEPHINIANS-Saint-Joseph-College-Maasin-City-Southern-Leyte/108754939148909','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_3=new Array("Yel Cobile's FB","javascript:NewWin=window.open('http://www.facebook.com/#!/profile.php?id=100000600110281','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_4=new Array("Odong Saludo's FB","javascript:NewWin=window.open('http://www.facebook.com/#!/pages/Odong-Saludo-Jr/321651941628','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_5=new Array("Dundeet Lerias' FB","javascript:NewWin=window.open('http://www.facebook.com/#!/marisa.y.lerias','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_6=new Array("Rosette Lerias' FB","javascript:NewWin=window.open('http://www.facebook.com/search.php?q=Quirico%20Gorpido&init=quick&tas=0.1437981404034614#!/profile.php?id=600990573','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_7=new Array("Embol Duarte's FB","javascript:NewWin=window.open('http://www.facebook.com/#!/profile.php?id=100000214339139','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_8=new Array("Oging Mercado's FB","javascript:NewWin=window.open('http://www.facebook.com/#!/profile.php?id=100000602832373','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_9=new Array("Mon Cinco's FB","javascript:NewWin=window.open('http://www.facebook.com/#!/profile.php?id=1064396569','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_10=new Array("Ronal Reyes' FB","javascript:NewWin=window.open('http://www.facebook.com/#!/profile.php?id=779805759','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_11=new Array("Jani Arnaiz' FB","javascript:NewWin=window.open('http://www.facebook.com/#!/profile.php?id=722056488','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_12=new Array("Maria Socorro Ouano's FB","javascript:NewWin=window.open('http://www.facebook.com/#!/photo.php?fbid=1174570333406&set=a.1360232454843.2052985.1502517934','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_13=new Array("Shiela Demeterio-Arcenas' FB","javascript:NewWin=window.open('http://www.facebook.com/#!/photo.php?fbid=1432111802776&set=t.1232322624','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_14=new Array("Fidel Arcenas' FB","javascript:NewWin=window.open('http://www.facebook.com/#!/photo.php?fbid=1432112122784&set=t.1157105708','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_15=new Array("Joel Lumen's FB","javascript:NewWin=window.open('http://www.facebook.com/profile.php?id=1232322624&etrk=ffa#!/photo.php?fbid=468586698578&set=a.379500508578.160964.716588578','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_16=new Array("Au Cobile-Shephard's FB","javascript:NewWin=window.open('http://www.facebook.com/profile.php?id=1232322624&etrk=ffa#!/album.php?profile=1&id=679270752','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_17=new Array("Bella Go Kangleon's FB","javascript:NewWin=window.open('http://www.facebook.com/search.php?q=Quirico+Gorpido&init=quick&tas=0.1437981404034614#!/profile.php?id=100000392624443','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_18=new Array("Frenie Cobile's FB","javascript:NewWin=window.open('http://www.facebook.com/search.php?q=Quirico+Gorpido&init=quick&tas=0.1437981404034614#!/profile.php?id=100000191905038&etrk=ffa','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_19=new Array("Jenjen Cobile-Spencer's FB","javascript:NewWin=window.open('http://www.facebook.com/profile.php?id=100000585045649#!/profile.php?id=100000563165299&etrk=ffa','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_20=new Array("Joyen Cobile's FB","javascript:NewWin=window.open('http://www.facebook.com/profile.php?id=100000585045649#!/joyenc','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_21=new Array("Dino Dante Pajao's FB","javascript:NewWin=window.open('http://www.facebook.com/search.php?q=Quirico%20Gorpido&init=quick&tas=0.1437981404034614#!/profile.php?id=1100049842&etrk=ffa','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_22=new Array("Dana Mar Angeli Entera's FB","javascript:NewWin=window.open('http://www.facebook.com/#!/profile.php?id=780314633','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_23=new Array("Ramon S. Fernandez' FB","javascript:NewWin=window.open('http://www.facebook.com/?sk=ff&ap=1#!/album.php?profile=1&id=673053930','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_24=new Array("Dayday Leyson-Hopkins' FB","javascript:NewWin=window.open('http://www.facebook.com/profile.php?id=100000585045649&sk=wall#!/profile.php?id=100002016815953&sk=info','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_25=new Array("Rey Cawaling's FB","javascript:NewWin=window.open('http://www.facebook.com/#!/profile.php?id=1070436323','NWin');window['NewWin'].focus()","",0,20,180);
		Menu3_1_26=new Array("Daniel Huseman's FB","javascript:NewWin=window.open('http://www.facebook.com/#!/profile.php?id=1386975415','NWin');window['NewWin'].focus()","",0,20,180);
	Menu3_2=new Array("Twitter","javascript:NewWin=window.open('http://www.twitter.com','NWin');window['NewWin'].focus()","",1,20,220);
		Menu3_2_1=new Array("<img src=images1/twitter.jpg>","javascript:NewWin=window.open('http://www.twitter.com','NWin');window['NewWin'].focus()","",0,54,180);
	Menu3_3=new Array("YouTube","javascript:NewWin=window.open('http://www.youtube.com','NWin');window['NewWin'].focus()","",1,20,220);
		Menu3_3_1=new Array("<img src=images1/youtube.jpg>","javascript:NewWin=window.open('http://www.youtube.com','NWin');window['NewWin'].focus()","",0,54,180);
	Menu3_4=new Array("Flickr","javascript:NewWin=window.open('http://www.flickr.com','NWin');window['NewWin'].focus()","",1,20,220);
		Menu3_4_1=new Array("<img src=images1/flickr.jpg>","javascript:NewWin=window.open('http://www.flickr.com','NWin');window['NewWin'].focus()","",0,54,180);
	Menu3_5=new Array("Maasinhon Blogs, Web Sites, Etc.","javascript:NewWin=window.open('http://www.flickr.com','NWin');window['NewWin'].focus()","",16,20,220);
		Menu3_5_1=new Array("Kangleon Genealogy","javascript:NewWin=window.open('http://www.kangleongenealogy.com/','NWin');window['NewWin'].focus()","",0,20,260);
		Menu3_5_2=new Array("S.M.'s 7th Millennium","javascript:NewWin=window.open('http://www.7th-mil.org/visit.html','NWin');window['NewWin'].focus()","",0,20,260);
		Menu3_5_3=new Array("The College of Maasin","javascript:NewWin=window.open('http://gieza.tripod.com/gieza_CS%2042/about%20cm.htm','NWin');window['NewWin'].focus()","",0,20,260);
		Menu3_5_4=new Array("Diocese of Maasin","javascript:NewWin=window.open('http://thedioceseofmaasin.com/parish.cathedral.html','NWin');window['NewWin'].focus()","",0,20,260);
		Menu3_5_5=new Array("Kaba-Maasin Online","javascript:NewWin=window.open('http://kabamaasin.homestead.com/','NWin');window['NewWin'].focus()","",0,20,260);
		Menu3_5_6=new Array("Maasin News dot Com","javascript:NewWin=window.open('http://www.maasinnews.com/','NWin');window['NewWin'].focus()","",0,20,260);
		Menu3_5_7=new Array("Eduard Daling's MaasinCityOnline","javascript:NewWin=window.open('http://maasincityonline.com/','NWin');window['NewWin'].focus()","",0,20,260);
		Menu3_5_8=new Array("Batch 2006","javascript:NewWin=window.open('http://www.batch2006.com/visit_maasin_s-leyte.htm','NWin');window['NewWin'].focus()","",0,20,260);
		Menu3_5_9=new Array("Gerry Ruiz Photo Blog","javascript:NewWin=window.open('http://gerryruiz.wordpress.com/2009/10/12/monte-cueva-maasin-southern-leyte/','NWin');window['NewWin'].focus()","",0,20,260);
		Menu3_5_10=new Array("Joel Lumen's Personal Web Site","javascript:NewWin=window.open('http://jplumen.homestead.com/navigation.html','NWin');window['NewWin'].focus()","",0,20,260);
		Menu3_5_11=new Array("Mugnang Katiw","javascript:NewWin=window.open('http://ejean.multiply.com/photos/album/283/Maasinhon_bisita_sa_Vegas_830','NWin');window['NewWin'].focus()","",0,20,260);
		Menu3_5_12=new Array("Embol Duarte's Multiply Site","javascript:NewWin=window.open('http://maasinhonfl.multiply.com/','NWin');window['NewWin'].focus()","",0,20,260);
		Menu3_5_13=new Array("SJC High School Batch 1977","javascript:NewWin=window.open('http://sjchsbatch77.homestead.com/','NWin');window['NewWin'].focus()","",0,20,260);
		Menu3_5_14=new Array("Warlito Salar's Personal Web Site","javascript:NewWin=window.open('http://www.warsalt.bravehost.com/index.html','NWin');window['NewWin'].focus()","",0,20,260);
		Menu3_5_15=new Array("Yel Cobile's Internet Business","javascript:NewWin=window.open('http://www.webionic.com/','NWin');window['NewWin'].focus()","",0,20,260);
		Menu3_5_16=new Array("Yel Cobile's Consulting Business","javascript:NewWin=window.open('http://www.aegisen.com/','NWin');window['NewWin'].focus()","",0,20,260);
	Menu3_6=new Array("Visitors' Blogs, Web Sites, Etc.","","",1,20,220);
		Menu3_6_1=new Array("Daniel Huseman's 49 Days in Maasin","javascript:NewWin=window.open('http://liveinthephilippines.com/content/2010/08/49-days-in-maasin-city-part-1/#comment-105451','NWin');window['NewWin'].focus()","",0,20,230);

Menu4=new Array("GALLERY","gallery.htm","",2,30,100);
	Menu4_1=new Array("Places & Things","gallery.htm","",0,20,200);
	Menu4_2=new Array("People, Faces & Things","gallery1/gallery.htm","",0,20,200);

Menu5=new Array("GUESTBOOK","javascript:NewWin=window.open('http://www.maasincity.com/cgi-bin/guestbook/guestbook.cgi','NWin');window['NewWin'].focus()","",0,30,125);

Menu6=new Array("FORUM","javascript:NewWin=window.open('http://www.maasincity.com/cgi-bin/forum/Blah.pl','NWin');window['NewWin'].focus()","",0,30,85);

Menu7=new Array("CONTACT & MISC","","",2,30,125);
	Menu7_1=new Array("Contact the Administrator","mailto:yelcobile@maasincity.com?subject=SENDING%20COMMENTS%20TO%20YEL%20COBILE%20ABOUT%20MAASINCITY.COM","",0,20,180);
	Menu7_2=new Array("Disclaimer","","",0,20,180);
