/***********************************************************************************
*	(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='steelblue';			// Background color when mouse is not over
	var LowSubBgColor='indianred';			// Background color when mouse is not over on subs
	var HighBgColor='lightcyan';			// Background color when mouse is over
	var HighSubBgColor='lemonchiffon';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='brown';			// Font color when mouse is over
	var FontSubHighColor='blue';			// Font color subs when mouse is over
	var BorderColor='red';			// Border color
	var BorderSubColor='cyan';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="trebuchet ms,verdana,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// 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=.2;			// vertical overlap child/ parent
	var StartTop=160;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=1;				// 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=1;				// 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=['tri.gif',5,10,'tridown.gif',10,5,'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("About OJHAS","","",9,20,142);
      Menu1_1=new Array("Editorial Board","../editorialboard.htm","",0,20,130);
      Menu1_2=new Array("Editorial Policy","../editorialpolicy.htm","",0);
      Menu1_3=new Array("Indexing/Listing","../indexing.htm","",0);
      Menu1_4=new Array("Search OJHAS","../searchpage.htm","",0);
      Menu1_5=new Array("Electronic Alerts","../alerts.htm","",0);
      Menu1_6=new Array("Contact Us","../contactus.htm","",0);
      Menu1_7=new Array("E-Mail Editor","mailto:editor.ojhas@gmail.com","",0);
      Menu1_8=new Array("Disclaimer","../disclaimer.htm","",0);
      Menu1_9=new Array("Advertisement Tariff","../tariff.htm","",0);
Menu2=new Array("Manuscripts","","",2);
      Menu2_1=new Array("Author Guidelines","../instructions.htm","",0,20,130);
      Menu2_2=new Array("Track Manuscript","","",11);
              Menu2_2_1=new Array("Submitted in 2002","../status2002.htm","",0,20,130);
              Menu2_2_2=new Array("Submitted in 2003","../status2003.htm","",0,20,130);
              Menu2_2_3=new Array("Submitted in 2004","../status2004.htm","",0,20,130);
              Menu2_2_4=new Array("Submitted in 2005","../status2005.htm","",0);
              Menu2_2_5=new Array("Submitted in 2006","../status2006.htm","",0);
              Menu2_2_6=new Array("Submitted in 2007","../status2007.htm","",0);
              Menu2_2_7=new Array("Submitted in 2008","../status2008.htm","",0);
              Menu2_2_8=new Array("Submitted in 2009","../status2009.htm","",0);
              Menu2_2_9=new Array("Submitted in 2010","../status2010.htm","",0);
              Menu2_2_10=new Array("Submitted in 2011","../status2011.htm","",0);
              Menu2_2_11=new Array("Submitted in 2012","../status2012.htm","",0);
Menu3=new Array("Current Issue","../latest.htm","",0);
Menu4=new Array("All Issues","../archives.htm","",10);
      Menu4_1=new Array("Volume 1:2002","","",4,20,100);
              Menu4_1_1=new Array("Issue 1:Jan-Mar 2002","../issue1.htm","",0,20,130);
              Menu4_1_2=new Array("Issue 2:Apr-Jun 2002","../issue2.htm","",0);
              Menu4_1_3=new Array("Issue 3:Jul-Sep 2002","../issue3.htm","",0);
              Menu4_1_4=new Array("Issue 4:Oct-Dec 2002","../issue4.htm","",0);
      Menu4_2=new Array("Volume 2:2003","","",4,20,100);
              Menu4_2_1=new Array("Issue 5:Jan-Mar 2003","../issue5.htm","",0,20,130);
              Menu4_2_2=new Array("Issue 6:Apr-Jun 2003","../issue6.htm","",0);
              Menu4_2_3=new Array("Issue 7:Jul-Sep 2003","../issue7.htm","",0);
              Menu4_2_4=new Array("Issue 8:Oct-Dec 2003","../issue8.htm","",0);
      Menu4_3=new Array("Volume 3:2004","","",4,20,100);
              Menu4_3_1=new Array("Issue 9:Jan-Mar 2004","../issue9.htm","",0,20,130);
              Menu4_3_2=new Array("Issue 10:Apr-Jun 2004","../issue10.htm","",0);
              Menu4_3_3=new Array("Issue 11:Jul-Sep 2004","../issue11.htm","",0);
              Menu4_3_4=new Array("Issue 12:Oct-Dec 2004","../issue12.htm","",0);
      Menu4_4=new Array("Volume 4:2005","","",4,20,100);
              Menu4_4_1=new Array("Issue 13:Jan-Mar 2005","../issue13.htm","",0,20,130);
              Menu4_4_2=new Array("Issue 14:Apr-Jun 2005","../issue14.htm","",0);
              Menu4_4_3=new Array("Issue 15:Jul-Sep 2005","../issue15.htm","",0);
              Menu4_4_4=new Array("Issue 16:Oct-Dec 2005","../issue16.htm","",0);
      Menu4_5=new Array("Volume 5:2006","","",4,20,100);
              Menu4_5_1=new Array("Issue 17:Jan-Mar 2006","../issue17.htm","",0,20,130);
              Menu4_5_2=new Array("Issue 18:Apr-Jun 2006","../issue18.htm","",0);
              Menu4_5_3=new Array("Issue 19:Jul-Sep 2006","../issue19.htm","",0);
              Menu4_5_4=new Array("Issue 20:Oct-Dec 2006","../issue20.htm","",0);
      Menu4_6=new Array("Volume 6:2007","","",4,20,100);
              Menu4_6_1=new Array("Issue 21:Jan-Mar 2007","../issue21.htm","",0,20,130);
              Menu4_6_2=new Array("Issue 22:Apr-Jun 2007","../issue22.htm","",0);
              Menu4_6_3=new Array("Issue 23:Jul-Sep 2007","../issue23.htm","",0);
              Menu4_6_4=new Array("Issue 24:Oct-Dec 2007","../issue24.htm","",0);
      Menu4_7=new Array("Volume 7:2008","","",4,20,100);
              Menu4_7_1=new Array("Issue 25:Jan-Mar 2008","../issue25.htm","",0,20,130);
              Menu4_7_2=new Array("Issue 26:Apr-Jun 2008","../issue26.htm","",0);
              Menu4_7_3=new Array("Issue 27:Jul-Sep 2008","../issue27.htm","",0);
              Menu4_7_4=new Array("Issue 28:Oct-Dec 2008","../issue28.htm","",0);
      Menu4_8=new Array("Volume 8:2009","","",4,20,100);
              Menu4_8_1=new Array("Issue 29:Jan-Mar 2009","../issue29.htm","",0,20,130);
              Menu4_8_2=new Array("Issue 30:Apr-Jun 2009","../issue30.htm","",0);
              Menu4_8_3=new Array("Issue 31:Jul-Sep 2009","../issue31.htm","",0);
              Menu4_8_4=new Array("Issue 32:Oct-Dec 2009","../issue32.htm","",0);
      Menu4_9=new Array("Volume 9:2010","","",4,20,100);
              Menu4_9_1=new Array("Issue 33:Jan-Mar 2010","../issue33.htm","",0,20,130);
              Menu4_9_2=new Array("Issue 34:Apr-Jun 2010","../issue34.htm","",0);
              Menu4_9_3=new Array("Issue 35:Jul-Sep 2010","../issue35.htm","",0);
              Menu4_9_4=new Array("Issue 36:Oct-Dec 2010","../issue36.htm","",0);
      Menu4_10=new Array("Volume 10:2011","","",4,20,110);
              Menu4_10_1=new Array("Issue 37:Jan-Mar 2011","../issue37.htm","",0,20,124);
              Menu4_10_2=new Array("Issue 38:Apr-Jun 2011","../issue38.htm","",0,20,124);
              Menu4_10_3=new Array("Issue 39:Jul-Sep 2011","../issue39.htm","",0,20,124);
              Menu4_10_4=new Array("Issue 40:Oct-Dec 2011","../issue40.htm","",0,20,124);
Menu5=new Array("Open Archives","","",7);
      Menu5_1=new Array("Cogprints","http://cogprints.ecs.soton.ac.uk/view/subjects/OJHAS.html","",0,20,130);
      Menu5_2=new Array("OpenMed@NIC","http://openmed.nic.in/perl/user_eprints?userid=187","",0);
      Menu5_3=new Array("HINARI","http://extranet.who.int/hinari/en/browse_journal_titles.php?j_init=O","",0);
      Menu5_4=new Array("Index Copernicus","http://journals.indexcopernicus.com/karta.php?action=masterlist&id=1510","",0);
      Menu5_5=new Array("DOAJ","http://www.doaj.org/doaj?func=openurl&issn=09725997&genre=journal","",0);
      Menu5_6=new Array("Sherpa Romeo","http://www.sherpa.ac.uk/romeo/search.php?type=publisher&prule=EXACT&search=Online%20Journal%20of%20Health%20and%20Allied%20Sciences","",0);
      Menu5_7=new Array("CiteBase","http://www.citebase.org/search?type=metadata&maxrows=10&author=&title=&publication=online+journal+of+health+and+allied+sciences&yearfrom=&yearuntil=&order=DESC&rank=paperimpact&submitted=Search","",0);
Menu6=new Array("Home","../index.htm","",0);
