// 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:"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: "diary.php"
                }
            },
            {
                text:"Newsletters", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "nletter.php"
                }
            },
            {
                text:"Recent Letters", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"letters.php"
                }
            }
            ]
        }
    },
    {
        text:"Information", 
        menu:{
            items:[
            {
                text:"Preparing Your Child For School", 
                style:{
                    size:[190,30]
                }, 
                action:{
                url: "preparechild.php"
                }
            },
            {
                text:"Pre-school Visits", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "visistschool.php"
                }
            },
            {
                text:"School Times", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "schoolday.php"
                }
            },
            {
                text:"School Meals", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "lunches.php"
                }
            },
            {
                text:"Milk and Fruit", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "drinks.php"
                }
            },
            {
                text:"Uniform", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "uniform.php"
                }
            },
            {
                text:"Medication", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "medication.php"
                }
            },
            {
                text:"Health", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "health.php"
                }
            },
            {
                text:"Educational Visits", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "edvisits.php"
                }
            },
            {
                text:"Attendance", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "attend.php"
                }
            },
            {
                text:"Homework", 
                style:{
                    size:[190,21]
                },
                action: {
                url: "homework.php"
                }
            },
            {
                text:"Assemblies & Religious Education", 
                style:{
                    size:[190,30]
                }, 
                action:{
                url: "assnre.php"
                }
            },
            {
                text:"Extra-Curricular Activities", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "xcurric.php"
                }
            },
            {
                text:"Complaints", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "complaints.php"
                }
            }
            ]
        }
    },
    {
        text:"School Partnerships", 
        menu:{
            items:[
            {
                text:"Network", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "network.php"
                }
            },
            {
                text:"Cluster", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "cluster.php"
                }
            },
            {
                text:"Lead Partner", 
                style:{
                    size:[190,21]
                }, 
                action:{
                url: "leadpart.php"
                }
            }
            ]
        }
    },
    {
        text:"Useful Documents", 
        menu:{
            items:[
            {
                text:"Printable Forms", 
                style:{
                    size:[190,21]
                }, 
                action:{
                    url:"forms2print.php"
                }, 
                menu:{
                    items:[
                    {
                        text:"Holiday Request Forms", 
                        style:{
                            size:[190,21]
                        }, 
                        action:{
                        url: "downloads/holidayform.pdf",
                        target: "_blank"
                        }
                    },
                    {
                        text:"Medicine Request", 
                        style:{
                            size:[190,21]
                        }, 
                        action:{
                        url: "downloads/medication.pdf",
                        target: "_blank"
                        }
                    },
                    {
                        text:"Dates of School Terms", 
                        style:{
                            size:[190,21]
                        }, 
                        action:{
                        url: "downloads/termdates.pdf",
                        target: "_blank"
                        }
                    },
                    {
                        text:"Home/School Agreement", 
                        style:{
                            size:[190,21]
                        }, 
                        action:{
                        url: "downloads/hsa.pdf",
                        target: "_blank"
                        }
                    },
                    {
                        text:"Data Collection Form", 
                        style:{
                            size:[190,21]
                        }, 
                        action:{
                        url: "downloads/datacollect.pdf",
                        target: "_blank"
                        }
                    },
                    {
                        text:"Responsible Internet Use Form", 
                        style:{
                            size:[190,30]
                        }, 
                        action:{
                        url: "downloads/internet.pdf",
                        target: "_blank"
                        }
                    },
                    {
                        text:"Disability Equality Scheme Questionnaire", 
                        style:{
                            size:[190,30]
                        }, 
                        action:{
                        url: "downloads/disabilityq.pdf",
                        target: "_blank"
                        }
                    },
                    {
                        text:"Sunscreen Permission Slip", 
                        style:{
                            size:[190,21]
                        }, 
                        action:{
                        url: "downloads/sunscreen.pdf",
                        target: "_blank"
                        }
                    },
                    {
                        text:"Registration Form for Breakfast Club", 
                        style:{
                            size:[190,30]
                        }, 
                        action:{
                        url: "downloads/breakfastreg.pdf",
                        target: "_blank"
                        }
                    },
                    {
                        text:"Registration Form for After School Club", 
                        style:{
                            size:[190,30]
                        }, 
                        action:{
                        url: "downloads/afterschool.pdf",
                        target: "_blank"
                        }
                    }
                    ]
                }
            },
            {
                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", 
                        style:{
                            size:[190,21]
                        }, 
                        action:{
                        url: "currinfo.php"
                        }
                    },
                    {
                        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:"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"
        }
    }
    ]
};
