// Variable definition
var POS1 = [0,0];
var POSITION1 = {
        pos:POS1, 
        absolute:false, 
        align:"left"
    };
// Menu definition
var MenuDef = {
    style:{
        css:"menu", 
        align:"center", 
        color:"#00349C", 
        bgcolor:"#99FFFF", 
        size:[190,21], 
        imgspace:5, 
        imgendoff:{src:"img/chek_sm.gif", width:3, height:6}, 
        imgendon:{src:"img/chek_sm.gif", width:3, height:6}, 
        direction:"h", 
        box:false, 
        shadow:{color:"#CCF5E9", width:1, opacity:0}, 
        border:{
            color:"white"
        }
    }, 
    itemover:{
        color:"#99FFFF", 
        bgcolor:"#00349C"
    }, 
    position:POSITION1,
    items: [ 
    {
        text:"School Information", 
        style:{
            align:"center", 
            color:"#00349C", 
            bgcolor:"#99FFFF", 
            size:[162,30]
        }, 
        styleover:{
            color:"#99FFFF", 
            bgcolor:"#00349C"
        }, 
        action:{
            url:"index.html"
        }, 
        menu:{
            style:{
                direction:"v"
            }, 
            position:{
                anchor:"sw", 
                anchor_side:"nw"
            }, 
            items:[
            {
                text:"School Vision", 
                action:{
                    url:"si_vision.php?res=1200"
                }
            },
            {
                text:"Inclusion", 
                action:{
                    url:"si_inclusion.php?res=1200"
                }
            },            
            {
                text:"Contact/Find Us", 
                menu:{
                    position:{
                        anchor:"e", 
                        anchor_side:"w"
                    }, 
                    items:[
                    {
                        text:"Contact Details", 
                        action:{
                            url:"si_contact.php?res=1200"
                        }
                    },
                    {
                        text:"Directions to School", 
                        action:{
                            url:"si_directions.php?res=1200"
                        }
                    }
                    ]
                }
            },
            {
                text:"About Us", 
                menu:{
                    position:{
                        anchor:"e", 
                        anchor_side:"w"
                    }, 
                    items:[
                    {
                        text:"History", 
                        action:{
                            url:"si_history.php?res=1200"
                        }
                    },
                    {
                        text:"School Profile", 
                        action:{
                            url:"si_profile.php?res=1200"
                        }
                    },
                    {
                        text:"Who's Who", 
                        action:{
                            url:"si_whowho.php?res=1200"
                        }
                    }
                    ]
                }
            },
            {
                text:"Virtual Office", 
                menu:{
                    position:{
                        anchor:"e", 
                        anchor_side:"w"
                    }, 
                    items:[
                    {
                        text:"School Dinners", 
                        action:{
                            url:"si_dinners.php?res=1200"
                        }
                    },
                    {
                        text:"Uniform", 
                        action:{
                            url:"si_uniform.php?res=1200"
                        }
                    },
                    {
                        text:"Absence", 
                        action:{
                            url:"si_absent.php?res=1200"
                        }
                    },
                    {
                        text:"Calendar", 
                        action:{
                            url:"si_calendar.php?res=1200"
                        }
                    },
                    {
                        text:"Noticeboard", 
                        action:{
                            url:"si_notice.php?res=1200"
                        }
                    }
                    ]
                }
            },
            {
                text:"School Data", 
                menu:{
                    position:{
                        anchor:"e", 
                        anchor_side:"w"
                    }, 
                    items:[
                    {
                        text:"Attendance", 
                        action:{
                            url:"si_atendance.php?res=1200"
                        }
                    },
                    {
                        text:"SATs", 
                        action:{
                            url:"si_sats.php?res=1200"
                        }
                    }
                    ]
                }
            }
            ]
        }
    },
    {
        text:"Document Download", 
        style:{
            color:"#00349C", 
            bgcolor:"#99FFFF", 
            size:[162,30]
        }, 
        menu:{
            style:{
                direction:"v"
            }, 
            position:{
                anchor:"sw", 
                anchor_side:"nw"
            }, 
            items:[
            {
                text:"Letters Home", 
                action:{
                    url:"dd_letters.php?res=1200"
                }
            },
            {
                text:"Prospectus", 
                action:{
                    url:"dd_prospectus.php?res=1200"
                }
            },
            {
                text:"OFSTED Report", 
                action:{
                    url:"dd_ofsted.php?res=1200"
                }
            },
            {
                text:"Contact Form", 
                action:{
                    url:"dd_contact.php?res=1200"
                }
            },
            {
                text:"Uniform Order", 
                action:{
                    url:"dd_uniform.php?res=1200"
                }
            },
            {
                text:"Behaviour Info", 
                action:{
                    url:"dd_behaviour.php?res=1200"
                }
            }
            ]
        }
    },
    {
        text:"Ecclesfield Curriculum", 
        style:{
            color:"#00349C", 
            bgcolor:"#99FFFF", 
            size:[162,30]
        }, 
        menu:{
            style:{
                direction:"v"
            }, 
            position:{
                anchor:"sw", 
                anchor_side:"nw"
            }, 
            items:[
            {
                text:"Early Years", 
                action:{
                    url:"ec_eyears.php?res=800"
                }
            },            
            {
                text:"Core Subjects", 
                menu:{
                    position:{
                        anchor:"e", 
                        anchor_side:"w"
                    }, 
                    items:[
                    {
                        text:"Maths", 
                        action:{
                            url:"ec_maths.php?res=1200"
                        }
                    },
                    {
                        text:"English", 
                        action:{
                            url:"ec_english.php?res=1200"
                        }
                    },
                    {
                        text:"Science", 
                        action:{
                            url:"ec_science.php?res=1200"
                        }
                    },
                    {
                        text:"ICT", 
                        action:{
                            url:"ec_ict.php?res=1200"
                        }
                    }
                    ]
                }
            },
            {
                text:"Foundation Subjects", 
                menu:{
                    position:{
                        anchor:"e", 
                        anchor_side:"w"
                    }, 
                    items:[
                    {
                        text:"History", 
                        action:{
                            url:"ec_history.php?res=1200"
                        }
                    },
                    {
                        text:"Geography", 
                        action:{
                            url:"ec_geog.php?res=1200"
                        }
                    },
                    {
                        text:"Music", 
                        action:{
                            url:"ec_music.php?res=1200"
                        }
                    },
                    {
                        text:"Art", 
                        action:{
                            url:"ec_art.php?res=1200"
                        }
                    },
                    {
                        text:"Design Technology", 
                        action:{
                            url:"ec_dt.php?res=1200"
                        }
                    },
                    {
                        text:"Physical Education", 
                        action:{
                            url:"ec_pe.php?res=1200"
                        }
                    },
                    {
                        text:"PSHE/SEAL", 
                        action:{
                            url:"ec_pshe.php?res=1200"
                        }
                    },
                    {
                        text:"Religious Education", 
                        action:{
                            url:"ec_re.php?res=1200"
                        }
                    },
                    {
                        text:"Modern Foreign Languages", 
                        action:{
                            url:"ec_mfl.php?res=1200"
                        }
                    }                     
                    ]
                }
            },
            {
                text:"Assessment", 
                action:{
                    url:"ec_assess.php?res=1200"
                }
            },
            {
                text:"Additional Needs", 
                action:{
                    url:"ec_addneed.php?res=1200"
                }
            }
            ]
        }
    },
    {
        text:"Extra Curricular", 
        style:{
            color:"#00349C", 
            bgcolor:"#99FFFF", 
            size:[162,30]
        }, 
        menu:{
            style:{
                direction:"v"
            }, 
            position:{
                anchor:"sw", 
                anchor_side:"nw"
            }, 
            items:[
            {
                text:"School Clubs", 
                action:{
                    url:"xc_clubs.php?res=1200"
                }
            },
            {
                text:"School Events", 
                action:{
                    url:"xc_events.php?res=1200"
                }
            },
            {
                text:"School Trips", 
                action:{
                    url:"xc_trips.php?res=1200"
                }
            },
            {
                text:"School Council", 
                action:{
                    url:"xc_council.php?res=1200"
                }
            },
            {
                text:"Sports Partnerships", 
                action:{
                    url:"xc_sports.php?res=1200"
                }
            }
            ]
        }
    },
    {
        text:"Web Links", 
        style:{
            color:"#00349C", 
            bgcolor:"#99FFFF", 
            size:[162,30]
        }, 
        menu:{
            style:{
                direction:"v"
            }, 
            position:{
                anchor:"sw", 
                anchor_side:"nw"
            }, 
            items:[
            {
                text:"Parents Zone", 
                action:{
                    url:"wl_parents.php?res=1200"
                }
            },
            {
                text:"Kids Zone", 
                action:{
                    url:"wl_kids.php?res=1200"
                }
            },
            {
                text:"Homework Centre", 
                action:{
                    url:"wl_homework.php?res=1200"
                }
            },
            {
                text:"Download Centre", 
                action:{
                    url:"wl_download.php?res=1200"
                }
            },
            {
                text:"Destination Ecclesfield", 
                action:{
                    url:"wl_ecclesfield.php?res=1200"
                }
            },
            {
                text:"Teacher Sites", 
                action:{
                    url:"wl_teachers.php?res=1200"
                }
            }
            ]
        }
    },
    {
        text:"Family<br>Learning", 
        style:{
            color:"#00349C", 
            bgcolor:"#99FFFF", 
            size:[162,30]
        }, 
        menu:{
            style:{
                direction:"v"
            }, 
            position:{
                anchor:"sw", 
                anchor_side:"nw"
            }, 
            items:[
            {
                text:"Parent Partnership", 
                action:{
                url: "xc_ppartner.php?res=1200"
                }
            },
            {
                text:"Parent Zone",
                action: {
                url: "wl_parents.php?res=1200"
                }
            },
            {
                text:"Home & School Assoc.", 
                action:{
                url: "xc_hnsa.php?res=1200"
                }
            },
            {
                text: "Homework",
                action: {
                    url: "ec_homework.php?res=1200"
                }
            },
            {
                text: "Year Group<br>Curriculum Info.",
                style: {
                size: [190, 30]
                },
                action: {
                    url: ""
                }
            }  
            ]
        }
    }
    ]
};
