// 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;

//Style Sheets for menus
with(navtopStyle=new mm_style()){
//bordercolor="#999999";
//borderstyle="solid";
//borderwidth=1;
fontfamily="Trebuchet MS, Arial, sans-serif";
itemheight="20";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#e8e8e8";
offcolor="#000000";
onbgcolor="#cf0000";
oncolor="#ffffff";
outfilter="fade(duration=0.5)";
rawcss="padding-left:5px;padding-right:5px;";
pagecolor="black";
bgimage="http://www.stmarksntc.org.au/images/menugold.gif";
subimage="http://www.stmarksntc.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="9pt";
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.stmarksntc.org.au/images/menugold.gif";
subimage="http://www.stmarksntc.org.au/images/arrow.gif";
subimagepadding=2;

}
with(navleftStyle=new mm_style()){
bordercolor="#c0c0c0";
borderstyle="solid";
borderwidth=1;
fontfamily="Trebuchet MS, Arial, sans-serif";
fontsize="9pt";
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.stmarksntc.org.au/images/swatchcolright.gif";
pagecolor="black";
separatorcolor="#c0c0c0";
separatorsize=1;
bgimage="http://www.stmarksntc.org.au/images/swatchcolright.gif";
subimage="http://www.stmarksntc.org.au/images/arrow.gif";
subimagepadding=2;
}
//Menus for "navtop"
with(milonic=new menuname("quicklinks")){
	 style=submenuStyle;
	 alwaysvisible="0";
	 top="offset=2";
	 aI("text=Online Enquiry;url=http://www.stmarksntc.org.au/smntc/enquiries/default.htm;");
	 aI("text=St Mark&rsquo;s Calendar;url=http://www.stmarksntc.org.au/smntc/calendars/default.htm;");
	  aI("text=Semester Timetable;url=http://www.stmarksntc.org.au/smntc/calendars/semester.htm;");
	  aI("text=Theology Residentials;url=http://www.stmarksntc.org.au/thl/residentials/default.htm;");
	 	  aI("text=Theology Subject Availability;url=http://www.stmarksntc.org.au/thl/courseinfo/subjects.htm;");
	    aI("text=Ordering Text Books;url=javascript:ajaxpage('http://www.stmarksntc.org.au/home/bookshop.htm','colleft');");  
		 aI("text=Referencing Skills;url=http://www.csu.edu.au/division/studserv/learning/referencing/index.htm;");
		  aI("text=Beatrice Robinson Scholarship;url=javascript:ajaxpage('http://www.stmarksntc.org.au/home/scholarship/default.htm','colleft');");
		  aI("text=Sermons @ St Mark&quot;s;url=javascript:ajaxpage('http://www.stmarksntc.org.au/home/sermon.htm','colleft');");
 }

   
  with(milonic=new menuname("library")){
	style=submenuStyle;
	 alwaysvisible="0";
	 top="offset=2";
	 aI("text=General Information;url=http://www.stmarksntc.org.au/smntc/smlibrary/default.htm;");
	 aI("text=CSU Catalogue;url=http://www.csu.edu.au/division/library/;");
	 }
with(milonic=new menuname("staff")){
	style=submenuStyle;
	 alwaysvisible="0";
	 top="offset=2";
	 aI("text=Head of School;url=http://www.stmarksntc.org.au/thl/staff/default.htm;");
	 aI("text=Lecturers;url=http://www.stmarksntc.org.au/thl/staff/default.htm;");
	 aI("text=Sessional Lecturers;url=http://www.stmarksntc.org.au/thl/staff/default.htm;");
	 aI("text=Staff;url=http://www.stmarksntc.org.au/thl/staff/default.htm;");
    }
with(milonic=new menuname("partners")){
	 style=submenuStyle;
	 alwaysvisible="0";
	 top="offset=2";
	 aI("text=Charles Sturt University;url=http://www.csu.edu.au;");
	 aI("text=United Theological College;url=http://utc.uca.org.au/;");
	 aI("text=The Anglican Diocese of Canberrra &amp; Goulburn;url=http://www.canberragoulburn.anglican.org/;");  
	  aI("text=The Australian Centre for Christianity &amp; Culture;url=http://www.csu.edu.au/faculty/arts/acc-c/;"); 
	  aI("text=The Australian Theological Forum;url=http://http://www.atf.org.au/;"); 
	  aI("text=The Vincent Fairfax Foundation;url=http://www.vfff.org.au/index.htm;");
    }
with(milonic=new menuname("search")){
	 style=submenuStyle;
	 alwaysvisible="0";
	 top="offset=2";
	left=610;
	orientation="vertical";
	aI("text=<FORM METHOD=GET ACTION=http://www.google.com/search onSubmit=Gsitesearch(this)><input name=q type=hidden /><input name=qfront type=text style=width: 180px /> <input type=submit value=Search /></form>;type=form;width=100px;onbgcolor=;onborder=;");
  }

drawMenus();