/*****************************************************************************
Default browsercheck - Leave this one
******************************************************************************/
function lib_bwcheck()
{
	 //Browsercheck (needed)
	this.ver=navigator.appVersion; this.agent=navigator.userAgent;this.dom=document.getElementById?1:0
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?1:0;this.ie7=(this.ver.indexOf("MSIE 7")>-1 && this.dom)?1:0;
	this.ie5=(document.all && !this.dom)?1:0;this.ie=this.ie5||this.ie6||this.ie7;
	this.mac=this.agent.indexOf("Mac")>-1;this.opera5=this.agent.indexOf("Opera 5")>-1;
	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0;this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie7 || this.ie6 || this.ie5 || this.ns4 || this.ns6 || this.opera5 || this.dom)
	return this;
}
var bw=new lib_bwcheck()

//if(!(bw.ns4 || bw.ns6))
//{

var mDebugging=2; oMenu=new makeCoolMenu("oMenu"); oMenu.useframes=0; oMenu.frame="mainFrame"
oMenu.useclick=0; oMenu.useNS4links=1; oMenu.NS4padding=2; oMenu.checkselect=0; oMenu.pagecheck=0;
oMenu.checkscroll=0; oMenu.resizecheck=1; oMenu.wait=1000; oMenu.usebar=0; oMenu.barcolor="#396594"
oMenu.barwidth=150; oMenu.barheight=14; oMenu.barx="menu"; oMenu.bary="menu"; oMenu.barinheritborder=0
oMenu.rows=0; oMenu.fromleft=5; oMenu.fromtop=10; oMenu.pxbetween=5; oMenu.menuplacement=0

/*
change the offline Url and online url's accordingly
*/


oMenu.level[0]=new Array()
oMenu.level[0].width=150; oMenu.level[0].height=20; oMenu.level[0].bgcoloroff="white"
oMenu.level[0].bgcoloron="#009966"; oMenu.level[0].textcolor="black"; oMenu.level[0].hovercolor="#ffffff";
oMenu.level[0].style="text-align:right; padding:2px; font-family:Century Gothic; letter-spacing: 1; font-size:11px; font-weight:normal;"
oMenu.level[0].border=1; oMenu.level[0].bordercolor="black"; oMenu.level[0].offsetX=-10
oMenu.level[0].offsetY=14; oMenu.level[0].NS4font="Century Gothic"; oMenu.level[0].NS4fontSize="1"
oMenu.level[0].clip=1; oMenu.level[0].clippx=20; oMenu.level[0].cliptim=50
oMenu.level[0].filter=0; oMenu.level[0].align="right"

oMenu.level[1]=new Array()
oMenu.level[1].width=195; oMenu.level[1].height=20
oMenu.level[1].bgcoloroff="white"; oMenu.level[1].bgcoloron="#009966"
oMenu.level[1].style="padding:2px; font-family:Century Gothic;letter-spacing: 1; font-size:10px"
oMenu.level[1].align="right"; oMenu.level[1].offsetX=-55; oMenu.level[1].offsetY=0;
oMenu.level[1].border=1 ; oMenu.level[1].bordercolor="black";
oMenu.level[1].textcolor="black";
oMenu.level[1].hovercolor="#ffffff";

oMenu.makeMenu('900','','Home','*/www.seschool.ae/index.htm')
oMenu.makeMenu('950','','From the Principal','/secondary/Secfrom_the_Principal.htm')


oMenu.makeMenu('1000','','General Information','')
oMenu.makeMenu('1001','1000','* Aims','/secondary/Secaims.htm')
oMenu.makeMenu('1002','1000','* Activities','/secondary/Secactivities.htm')
oMenu.makeMenu('1003','1000','* Curriculum','/secondary/Seccurriculum.htm')
oMenu.makeMenu('1004','1000','* Fees','/secondary/Secfees.htm')
oMenu.makeMenu('1005','1000','* Application Form','/secondary/appliform1.pdf')
oMenu.makeMenu('1006','1000','* Uniform List','/secondary/Uniformlist.doc')
oMenu.makeMenu('1007','1000','* Term Dates2009-2010','/secondary/Yearly Calendar 2009 - 2010 Parents.pdf')
oMenu.makeMenu('1008','1000','* Governors','/secondary/Secgovernors.htm')
oMenu.makeMenu('1009','1000','* Location','/secondary/seclocation.htm')
oMenu.makeMenu('1010','1000','* Parents','/secondary/secparents.htm')
oMenu.makeMenu('1011','1000','* About Us','/secondary/secabout.htm')
oMenu.makeMenu('1012','1000','* Staff','/secondary/secstaff.htm')



oMenu.makeMenu('2000','','Department','')
oMenu.makeMenu('2001','2000','* ICT','/secondary/secict1.htm')
oMenu.makeMenu('2002','2000','* Design & Technology','/secondary/secdt.htm')
oMenu.makeMenu('2003','2000','* French','/secondary/secfrench.htm')
oMenu.makeMenu('2004','2000','* Science','/secondary/secscience.htm')
oMenu.makeMenu('2005','2000','* Art','/secondary/secart.htm')
oMenu.makeMenu('2006','2000','* PSHE','/secondary/secpshe.htm')
oMenu.makeMenu('2007','2000','* English','/secondary/secenglish.htm')
oMenu.makeMenu('2008','2000','* Mathematics','/secondary/secmath.htm')
oMenu.makeMenu('2009','2000','* Music','/secondary/secmusic.htm')
oMenu.makeMenu('2010','2000','* Arabic','/secondary/secarabic.htm')
oMenu.makeMenu('2011','2000','* History','/secondary/sechistory.htm')
oMenu.makeMenu('2012','2000','* Geography','/secondary/secgeography.htm')
oMenu.makeMenu('2013','2000','* PE','/secondary/secPE.htm')
oMenu.makeMenu('2014','2000','* Business Studies','/secondary/secbusiness.htm')
oMenu.makeMenu('2015','2000','* Special Learning Needs','/secondary/Secsln.htm')







oMenu.makeMenu('3500','','Events This Term','/secondary/seceventsspringterm.htm')

oMenu.makeMenu('4000','','Photogallery','/secondary/secphotos.htm')

oMenu.makeMenu('4500','','Career','/secondary/secvacancy.htm')
oMenu.makeMenu('5000','','PSG','/secondary/secpsg.htm')
oMenu.makeMenu('5500','','Contact Us','/secondary/seccontact.htm')

oMenu.makeStyle(); oMenu.construct()
