// JavaScript Document

fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(navleftStyle=new mm_style()){
bordercolor="#c0c0c0";
borderstyle="solid";
borderwidth=1;
fontfamily="Trebuchet MS, Arial, sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
//position="relative";
headercolor="#000000";
offbgcolor="#e8e8e8";
offcolor="#000000";
onbgcolor="#cf0000";
oncolor="#ffffff";
rawcss="padding-left:6px;padding-right:6px;padding-top:4px;padding-bottom:4px";
bgimage="http://www.stmarksrto.org.au/images/swatchcolright.gif";
pagecolor="black";
separatorcolor="#c0c0c0";
separatorsize="1";
bgimage="http://www.stmarksrto.org.au/images/swatchcolright.gif";
subimage="http://www.stmarksrto.org.au/images/arrow.gif";
subimagepadding="2";
}
with(submenuStyle=new mm_style()){
styleid="1";
bordercolor="#999999";
borderwidth="1";
fontfamily="Trebuchet MS, Arial, sans-serif";
fontsize="11px";
fontstyle="normal";
itemheight="20";
headercolor="#000000";
offcolor="#000000";
onbgcolor="#cf0000";
oncolor="#ffffff";
rawcss="padding-left:5px;padding-right:5px";
separatorcolor="#999999";
separatorpadding="5";
bgimage="http://www.stmarksrto.org.au/images/menugold.gif";
subimage="http://www.stmarksrto.org.au/images/arrow.gif";
subimagepadding="2";

}

//Menus for "navleft"
with(milonic=new menuname("navleft")){
	 style=navleftStyle;
	 alwaysvisible="1";
	 followscroll=1;
	// overflow="scroll";
	 top="170";
	 left="15";
	 orientation="vertical";
	aI("bgimage=http://www.stmarksrto.org.au/images/menugold.gif;text=<strong>Home</strong>;url=http://www.stmarksrto.org.au/;");
	 aI("text=Courses;showmenu=courses;");
 aI("text=How to Enrol;url=http://www.stmarksrto.org.au/html/enrol.htm;");
  aI("text=Course Fees & Payments;url=http://www.stmarksrto.org.au/html/costs.htm;")
   aI("text=2010 Schedule-Location ;url=http://www.stmarksrto.org.au/html/sched10.htm;");
    aI("text=For Trainers;url=http://www.stmarksrto.org.au/html/trainersonly/guidelines.htm;");
aI("text=Student Handbook;url=http://www.stmarksrto.org.au/html/handbook.htm;");
 aI("text=Contact Us;showmenu=contactus;")
 aI("text=Our Trainers;url=http://www.stmarksrto.org.au/html/trainers.htm;")
  aI("text=Photo Gallery;url=http://www.stmarksrto.org.au/html/gallery/default.htm;")
  aI("text=St Mark's Online Guide;url=http://www.stmarksntc.org.au/thl/oguide/default.htm;")
  
	aI("bgimage=http://www.stmarksrto.org.au/images/menugold.gif;text=<strong>TOP</strong> of page;url=#top;");
	}

   
   with(milonic=new menuname("courses")){
	 style=submenuStyle;
	 //overflow="scroll";
	 alwaysvisible=0;
	 left="offset=2";
	 orientation="vertical";
	 aI("text=Cert IV in Christian Counselling &amp; Communication Skills;url=http://www.stmarksrto.org.au/html/civccc.htm;")
	 aI("text=Advanced Diploma in Christian Counselling;url=http://www.stmarksrto.org.au/html/adcc.htm;")
	  aI("text=Vocational Graduate Diploma of Relationship Counselling;url=http://www.stmarksrto.org.au/html/vgdrc.htm;")
	     aI("text=Cert IV in Youth Work;url=http://www.stmarksrto.org.au/html/youth.htm;")
       }
       
  with(milonic=new menuname("contactus")){
	 style=submenuStyle;
	 alwaysvisible=0;
	 left="offset=2";
	 orientation="vertical";
	    
	 aI("text=RTO Manager;url=mailto:manager@stmarksrto.org.au;");
	 aI("text=Website Curator;url=mailto:glindsay@csu.edu.au;");
    }
	
	//with(milonic=new menuname("schedule")){
		//style=submenuStyle;
		//alwaysvisible=0;
		//left="offset=2";
		//orientation="vertical";
		//aI("text=2009;url=http://www.stmarksrto.org.au/html/sched09.htm;");
		//aI("text=2010;url=http://www.stmarksrto.org.au/html/sched10.htm;");
	//}
	

		


	
drawMenus();

