
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_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(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#003399";
offbgcolor="#cc6600";
offcolor="#ffffff";
bordercolor="#003399";
borderstyle="solid";
borderwidth=2;
separatorcolor="#003399";
separatorsize="2";
padding=7;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#cc6600";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=190;
left=0;
alwaysvisible=1;
overflow="scroll";
aI("text=HOME;url=/coralreefs/home.htm;");
aI("text=Introduction;showmenu=Introduction;");
aI("text=Background;showmenu=Background;");
aI("text=INCO’s   commitment;showmenu=commitment;");
aI("text=Contact persons;showmenu=contact;");
aI("text=Other nodes of GCRMN ;url=http://www.gcrmn.org/gcrmn-09-node-addresses.html#swp");
aI("text=Useful Links;url=/coralreefs/useful.htm;");
}

with(milonic=new menuname("Introduction")){
style=menuStyle;
overflow="scroll";
aI("text=Coral reefs of Iran;showmenu=coral;");
aI("text=Coral reefs of the RSA;showmenu=coral1;");
}

with(milonic=new menuname("coral")){
style=menuStyle;
overflow="scroll";
aI("text=Status of coral reefs;url=/coralreefs/Coral reefs of Iran.htm;");
aI("text=Map of coral reef distribution of Iran;url=/coralreefs/map coral reef distribution.htm;");
aI("text=Hard coral species of Iran;url=/coralreefs/hard coral species of Iran2.htm;");
aI("text=Soft and hard corals of Iran;url=/coralreefs/Observed (Soft and Hard) corals in the Iranian Coastal Area.htm;");
aI("text=Click here for visit photo;url=/coralreefs/coral photo.htm;");
}




with(milonic=new menuname("coral1")){
style=menuStyle;
overflow="scroll";
aI("text=Map of coral reef distribution of the region;url=/coralreefs/map of ROPME Coral reef.htm;");
aI("text=Coral reefs and related ecosystems in ROPME and PERSGA;url=/coralreefs/Coral Reefs and Related Ecosystems in ROPME PERSGA.htm;");
aI("text=Status of coral reefs;url=/coralreefs/status of coral reefs in the ROPME Sea Area 2003.htm;");
}

with(milonic=new menuname("Background")){
style=menuStyle;
overflow="scroll";
aI("text=National level;showmenu=national1;");
aI("text=Regional level;showmenu=regional1;");
}

with(milonic=new menuname("national1")){
style=menuStyle;
overflow="scroll";
aI("text=History of research in Iran;url=/coralreefs/History of Research in Iran.htm;");
aI("text=National needs for coral reefs conservation and management;url=/coralreefs/National needs for coral reefs.htm;");
aI("text=Threats to coral reefs of Iran;url=/coralreefs/Threats to coral reefs of Iran2.htm;");
aI("text=Existing capacities for research on coral reefs of Iran;url=/coralreefs/Existing Capacities for research on Coral Reefs of Iran.htm;");
}

with(milonic=new menuname("regional1")){
style=menuStyle;
overflow="scroll";
aI("text=History of research in the region;url=/coralreefs/History of Research in the region.htm;");
aI("text=Regional needs for coral reefs conservation and management;url=/coralreefs/Regional needs for coral reefs.htm;");
aI("text=Threats to coral reefs of the region;url=/coralreefs/Threats to coral reefs of the region2.htm;");
}

with(milonic=new menuname("commitment")){
style=menuStyle;
overflow="scroll";
aI("text=National activities;showmenu=national;");
aI("text=Regional activities;showmenu=regional;");
aI("text=Activities after been selected as GCRMN node in the RSA;showmenu=activities;");
}

with(milonic=new menuname("national")){
style=menuStyle;
overflow="scroll";
aI("text=Research Projects;url=/coralreefs/INCO natinal activity.htm;");
aI("text=Reef Check survey;url=/coralreefs/reef check survey.htm;");
}

with(milonic=new menuname("regional")){
style=menuStyle;
overflow="scroll";
aI("text=INCO-GCRMN node in the RSA;url=/coralreefs/INCO gcrmn node in the ROPME.htm;");
aI("text=Kish regional workshop;url=/coralreefs/Kish Regional workshop-Report by INCO FINAL.htm;");

}



with(milonic=new menuname("activities")){
style=menuStyle;
overflow="scroll";
aI("text=Regional expert meeting on coral reef activities;url=/coralreefs/Regional Expert Meeting on Coral Reef activities.htm;");
aI("text=INCO 6 month progress report to GCRMN global coordinator;url=/coralreefs/INCO 6 month Progress Report to GCRMN Coordinator.htm;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
overflow="scroll";
aI("text=Regional GCRMN-RSA coordinator;url=/coralreefs/GCRMN-RSA  Coordinator.htm;");
aI("text=Iranian GCRMN national coordinator;url=/coralreefs/GCRMN National Coordinator.htm;");
aI("text=GCRMN secretary;url=/coralreefs/GCRMN secretary.htm;");
}



drawMenus();

