// Menu definition
var MenuDef = {
    type:"bar", 
    style:{
        css:"menu", 
        bgcolor:"darkblue", 
        size:[150,21], 
        imgspace:5, 
        imgendoff:{src:"img/chek_sm.gif", width:3, height:6}, 
        imgendon:{src:"img/chek_sm.gif", width:3, height:6}, 
        direction:"v", 
        box:false, 
        shadow:{color:"#CCCCCC", width:3}, 
        border:{
            color:"white"
        }
    }, 
    itemover:{
        bgcolor:"#66BBDA"
    }, 
    position:{
        pos:[0,0], 
        absolute:false, 
        align:"left"
    },
    items: [ 
    {
        text:"Home", 
        action:{
            url:"index.html"
        }, 
        menu:{
            items:[
            {
                text:"Headteacher's Welcome", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"htwelcome.html"
                }
            }
            ]
        }
    },
    {
        text:"About SJS", 
        menu:{
            items:[
            {
                text:"Mission Statement & Vision", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"mission.html"
                }
            },
            {
                text:"About SJS", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"aboutsjs.html"
                }
            },
            {
                text:"School Profile", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"http://schoolsfinder.direct.gov.uk/3732303/overview/", 
                    target:"_blank"
                }
            },
            {
                text:"History of SJS", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"history.html"
                }
            },
            {
                text:"Awards", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"awards.html"
                }
            },
            {
                text:"Ofsted Report", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"ofsted.html"
                }
            },
            {
                text:"KS2 SATs Results", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"ks2sats.html"
                }
            },
            {
                text:"Staff at SJS", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"staff.html"
                }
            },
            {
                text:"Governors at SJS", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"governors.html"
                }
            }
            ]
        }
    },
    {
        text:"News & Calendar", 
        menu:{
            items:[
            {
                text:"SJS Noticeboard", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"newsitems.php"
                }
            },
            {
                text:"Diary Dates", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"diary.php"
                }
            },
            {
                text:"SJS Newsletters", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"newsletters.html"
                }
            }
            ]
        }
    },
    {
        text:"SJS Information", 
        menu:{
            items:[
            {
                text:"School Times", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"times.html"
                }
            },
            {
                text:"School Meals", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"dinners.html"
                }
            },
            {
                text:"Milk and Snacks", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"milksnack.html"
                }
            },
            {
                text:"Uniform", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"uniform.html"
                }
            },
            {
                text:"Medication & Accidents", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"medic.html"
                }
            },
            {
                text:"Attendance", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"attendance.html"
                }
            },
            {
                text:"FAQs about day-to-day matters", 
                style:{
                    size:[190,30]
                }, 
                action:{
                    url:"faqd2d.html"
                }
            },
            {
                text:"Admissions", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"admission.html"
                }
            },
            {
                text:"Pupil Welfare", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"welfair.html"
                }
            },
            {
                text:"Behaviour Management", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"behave.html"
                }
            },
            {
                text:"Homework", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"homework.html"
                }
            },
            {
                text:"Inclusion", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"inclusion.html"
                }
            },
            {
                text:"Extra-Curricular Activities", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"xcurr.html"
                }
            },
            {
                text:"Peripatetic Music", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"peri.html"
                }
            },
            {
                text:"Religious Education", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"re.html"
                }
            },
            {
                text:"Sex & Relationship Education", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"snre.html"
                }
            },
            {
                text:"Pupil's Belongings", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"belongings.html"
                }
            },
            {
                text:"Road Safety", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"roads.html"
                }
            },
            {
                text:"Personal Accident Insurance", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"pai.html"
                }
            },
            {
                text:"Charging Policy", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"charges.html"
                }
            },
            {
                text:"Bad Weather Policy", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"weather.html"
                }
            },
            {
                text:"Complaints", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"complain.html"
                }
            }
            ]
        }
    },
    {
        text:"Curriculum", 
        menu:{
            position:{
                anchor:"ne", 
                anchor_side:"nw"
            }, 
            items:[
            {
                text:"Curriculum Aims", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"curraims.html"
                }
            },
            {
                text:"Core Subjects", 
                style:{
                    size:[190,21]
                }, 
                menu:{
                    items:[
                    {
                        text:"Literacy", 
                        action:{
                            url:"coreliteracy.html"
                        }
                    },
                    {
                        text:"Numeracy", 
                        action:{
                            url:"corenumeracy.html"
                        }
                    },
                    {
                        text:"Science", 
                        action:{
                            url:"corescience.html"
                        }
                    },
                    {
                        text:"ICT", 
                        action:{
                            url:"coreitc.html"
                        }
                    }
                    ]
                }
            },
            {
                text:"Foundation Subjects", 
                style:{
                    size:[190,21]
                }, 
                menu:{
                    items:[
                    {
                        text:"Geography", 
                        action:{
                            url:"geography.html"
                        }
                    },
                    {
                        text:"History", 
                        action:{
                            url:"fshistory.html"
                        }
                    },
                    {
                        text:"Physical Education", 
                        action:{
                            url:"pe.html"
                        }
                    },
                    {
                        text:"Art", 
                        action:{
                            url:"art.html"
                        }
                    },
                    {
                        text:"Design Technology", 
                        action:{
                            url:"dandt.html"
                        }
                    },
                    {
                        text:"Music", 
                        action:{
                            url:"music.html"
                        }
                    },
                    {
                        text:"Religious Education", 
                        action:{
                            url:"fsre.html"
                        }
                    }
                    ]
                }
            },
            {
                text:"Curriculum Matrix", 
                style:{
                    size:[190,21]
                }, 
                menu:{
                    items:[
                    {
                        text:"Year 3", 
                        action:{
                            url:"currmatx3.html"
                        }
                    },
                    {
                        text:"Year 4", 
                        action:{
                            url:"currmatx4.html"
                        }
                    },
                    {
                        text:"Year 5", 
                        action:{
                            url:"currmatx5.html"
                        }
                    },
                    {
                        text:"Year 6", 
                        action:{
                            url:"currmatx6.html"
                        }
                    }
                    ]
                }
            },
            {
                text:"Curriculum News", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"currnews.html"
                }
            }
            ]
        }
    },
    {
        text:"School Partnerships", 
        menu:{
            items:[
            {
                text:"The Yorkshire Triangle", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"triangle.html"
                }
            },
            {
                text:"The Specialist Schools Trust", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"specschltrust.html"
                }
            },
            {
                text:"School Sports Partnership", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"schlsportpart.html"
                }
            },
            {
                text:"Gifted & Talented Network", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"giftednet.html"
                }
            },
            {
                text:"The Five Rivers", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"fiverivs.html"
                }
            }
            ]
        }
    },
    {
        text:"Pupil Voice", 
        menu:{
            items:[
            {
                text:"School Prefects", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"pvprefect.html"
                }
            },
            {
                text:"School Council", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"pvcouncil.html"
                }
            }
            ]
        }
    },
    {
        text:"SJS Gallery", 
        menu:{
            items:[
            {
                text:"Year 3", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"gally3.html"
                }
            },
            {
                text:"Year 4", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"gally4.html"
                }
            },
            {
                text:"Year 5", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"gally5.html"
                }
            },
            {
                text:"Year 6", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"gally6.html"
                }
            },
            {
                text:"Extra Curricular PE", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"xcurrpe.html"
                }
            },
            {
                text:"Extra Curric. Music & Drama", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"xcurrmnd.html"
                }
            },
            {
                text:"Themed Events @ SJS", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"themed.html"
                }
            }
            ]
        }
    },
    {
        text:"Internet Links", 
        menu:{
            items:[
            {
                text:"Links for Parents", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"lnkparent.html"
                }
            },
            {
                text:"Links for Year 6 SATs", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"lmky6sat.html"
                }
            },
            {
                text:"Links for Children", 
                style:{
                    size:[190,21]
                }, 
                menu:{
                    items:[
                    {
                        text:"Literacy", 
                        action:{
                            url:"lnksubjects.html#lit"
                        }
                    },
                    {
                        text:"Numeracy", 
                        action:{
                            url:"lnksubjects.html#num"
                        }
                    },
                    {
                        text:"Science", 
                        action:{
                            url:"lnksubjects.html#iscience"
                        }
                    },
                    {
                        text:"ICT", 
                        action:{
                            url:"lnksubjects.html#ict"
                        }
                    },
                    {
                        text:"Geography", 
                        action:{
                            url:"lnksubjects.html#geography"
                        }
                    },
                    {
                        text:"History", 
                        action:{
                            url:"lnksubjects.html#history"
                        }
                    },
                    {
                        text:"Physical Education", 
                        action:{
                            url:"lnksubjects.html#pe"
                        }
                    },
                    {
                        text:"Art", 
                        action:{
                            url:"lnksubjects.html#art"
                        }
                    },
                    {
                        text:"Music", 
                        action:{
                            url:"lnksubjects.html#music"
                        }
                    },
                    {
                        text:"Religious Education", 
                        action:{
                            url:"lnksubjects.html#re"
                        }
                    }
                    ]
                }
            }
            ]
        }
    },
    {
        text:"Useful Documents", 
        menu:{
            items:[
            {
                text:"Printable Forms", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"forms2print.html"
                }
            },
            {
                text:"Prospectus", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"prospectus.html"
                }
            },
            {
                text:"Download Acrobat Reader", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"acrobat.html"
                }
            }
            ]
        }
    },
    {
        text:"Contact Us", 
        menu:{
            items:[
            {
                text:"Contact Details", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"contact.php"
                }
            },
            {
                text:"Location and Map", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    js:"ShowMap()"
                }
            }
            ]
        }
    }
    ]
};
