// Menu definition
var MenuDef = {
    type:"bar", 
    style:{
        css:"menu", 
        color:"lightgoldenrodyellow", 
        bgcolor:"darkred", 
        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:{
        color:"black", 
        bgcolor:"peachpuff"
    }, 
    position:{
        pos:[0,0], 
        absolute:false, 
        align:"left"
    },
    items: [ 
    {
        text:"Anston Park", 
        action:{
            url:"index.html"
        }, 
        menu:{
            items:[
            {
                text:"About Anston Park Infant", 
                style:{
                    size:[190,21]
                }, 
                menu:{
                    items:[
                    {
                        text:"Welcome", 
                        style:{
                            size:[190,21]
                        }, 
                        action:{
                            url:"aboutus.php"
                        }
                    },
                    {
                        text:"School Aims", 
                        style:{
                            size:[190,21]
                        },
                        action: {
                        url: "aims.php"
                        }
                    },
                    {
                        text:"How Parents Can Become Involved", 
                        style:{
                            size:[190,30]
                        },
                        action: {
                        url: "parentsinv.php"
                        }
                    }
                    ]
                }
            },
            {
                text: "Safeguarding",
                style: {
                    size: [190, 21]
                },
                action: {
                    url: "downloads/safeguards.pdf",
                    target: "_blank"
                }
            },
            {
                text:"Ofsted Report (inc. resume)", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"http://www.ofsted.gov.uk/oxedu_providers/full/(urn)/106905", 
                    target:"_blank"
                }
            },
            {
                text:"SATs Results", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"sats.php"
                }
            },
            {
                text:"Staff", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"staff.php"
                }
            },
            {
                text:"Governors", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "governors.php"
                }
            },
            {
                text:"Out of School Clubs", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "outofschool.php"
                }
            }
            ]
        }
    },
    {
        text:"News & Calendar", 
        menu:{
            items:[
            {
                text:"Anston Park Noticeboard", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"#"
                }
            },
            {
                text:"Diary Dates", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "downloads/diary2012.pdf"
                }
            },
            {
                text:"Newsletters", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "nletter.php"
                }
            },
            {
                text:"Recent Letters", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"letters.php"
                }
            }
            ]
        }
    },
    {
        text:"School Partnerships", 
        menu:{
            items:[
            {
                text:"Learning Community", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "cluster.php"
                }
            }
            ]
        }
    },
    {
        text:"Useful Documents", 
        menu:{
            items:[
            {
                text:"Prospectus", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "prospectus.php"
                }, 
                menu:{
                    items:[
                    {
                        text:"Full Document", 
                        style:{
                            size:[190,21]
                        }, 
                        action:{
                        url: "downloads/prospectus.pdf",
                        target: "_blank"
                        }
                    },
                    {
                        text:"Curriculum Information for New Starters - Booklets", 
                        style:{
                            size:[190,30]
                        }, 
                        menu:{
                            items:[
                            {
                                text:"Handwriting", 
                                style:{
                                    size:[120,21]
                                }, 
                                action:{
                                url: "downloads/handwriting.pdf",
                                target: "_blank"
                                }
                            },
                            {
                                text:"Reading", 
                                style:{
                                    size:[120,21]
                                }, 
                                action:{
                                url: "downloads/reading.pdf",
                                target: "_blank"
                                }
                            },
                            {
                                text:"Writing", 
                                style:{
                                    size:[120,21]
                                }, 
                                action:{
                                url: "downloads/writing.pdf",
                                target: "_blank"
                                }
                            },
                            {
                                text:"Homework", 
                                style:{
                                    size:[120,21]
                                }, 
                                action:{
                                url: "downloads/homework.pdf",
                                target: "_blank"
                                }
                            },
                            {
                                text:"Maths", 
                                style:{
                                    size:[120,21]
                                }, 
                                action:{
                                url: "downloads/maths.pdf",
                                target: "_blank"
                                }
                            }
                            ]
                        }
                    }
                    ]
                }
            },
            {
                text:"Child Protection", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "downloads/chiildprotectdoc.pdf",
                target: "_blank"
                }
            },
            {
                text: "SEN",
                style: {
                    size: [190, 21]
                },
                action: {
                url: "downloads/sendoc.pdf",
                target: "_blank"
                }
            },
            {
                text: "Behaviour",
                style: {
                    size: [190, 21]
                },
                action: {
                url: "downloads/behaviourdoc.pdf",
                target: "_blank"
                }
            },
            {
                text: "Literacy",
                style: {
                    size: [190, 21]
                },
                action: {
                url: "downloads/literacydoc.pdf",
                target: "_blank"
                }
            },
            {
                text: "Numeracy",
                style: {
                    size: [190, 21]
                },
                action: {
                url: "downloads/numeracydoc.pdf",
                target: "_blank"
                }
            },
            {
                text: "ICT",
                style: {
                    size: [190, 21]
                },
                action: {
                url: "downloads/ictdoc.pdf",
                target: "_blank"
                }
            },
            {
                text: "More Able Gifted and Talented",
                style: {
                    size: [190, 30]
                },
                action: {
                url: "downloads/gifteddoc.pdf",
                target: "_blank"
                }
            },
            {
                text: "Start of Day Procedures",
                style: {
                    size: [190, 21]
                },
                action: {
                url: "downloads/amprocedures.pdf",
                    target: "_blank"
                }
            },
            {
                text: "Anti-bullying Policy",
                style: {
                    size: [190, 21]
                },
                action: {
                url: "downloads/bullying.pdf",
                    target: "_blank"
                }
            },
            {
                text:"Download Acrobat Reader", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "http://get.adobe.com/reader/",
                target: "_blank"
                }
            }
            ]
        }
    },
    {
        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:{
                url: "map.php"
                }
            }
            ]
        }
    },
    {
        text:"Vacancies", 
        action:{
            url:"vacancies.php"
        }
    }
    ]
};

