// Variable definition
var BAR1 = {
            bgcolor:"white", 
            size:[1,0]
        };
var STYLE1 = {
        css:"STYLES", 
        color:"white", 
        bgcolor:"#000066", 
        size:[114,20], 
        imgspace:3, 
        direction:"h", 
        box:false, 
        autosize:true, 
        bar:BAR1, 
        shadow:{width:0}, 
        border:{
            color:"#000066", 
            width:3
        }
    };
var STYLE2 = {
            css:"STYLES", 
            size:[75,26], 
            autosize:true
        };
var STYLE3 = {
                css:"STYLES", 
                size:[205,26], 
                direction:"v", 
                autosize:true
            };
var STYLE4 = {
            css:"STYLES", 
            size:[125,26], 
            autosize:true
        };
var MENUOFFSET1 = {x:47, y:26};
// Menu definition
var MenuDef = {
    type:"dropdown", 
    style:STYLE1, 
    itemover:{
        css:"STYLES", 
        color:"white", 
        bgcolor:"lightslategray", 
        imgspace:3
    }, 
    position:{
        absolute:false
    }, 
    timer:200, 
    imgblank:"img/1x1.gif",
    items: [ 
    {
        text:"&nbsp;HOME", 
        style:STYLE2, 
        styleover:{
            color:"white", 
            bgcolor:"lightsteelblue"
        }, 
        action:{
            url:"http://www.parkwayexterminating.com/index.php"
        }
    },
    {
        text:"&nbsp;SERVICES", 
        style:{
            css:"STYLES", 
            size:[100,26], 
            autosize:true
        }, 
        styleover:{
            color:"white", 
            bgcolor:"lightsteelblue"
        }, 
        menu:{
             style:{
                size:[180,26], 
                direction:"v"
            }, 
            position:{
                menuoffset:{x:2}
            },
            items:[
{
                text:"&nbsp;Residential Pest Control",
action:{
                    url:"http://www.parkwayexterminating.com/residential.php"
                }
            },    
			{
                text:"&nbsp;Commercial Pest Control",
action:{
                    url:"http://www.parkwayexterminating.com/commercial.php"
                }
            }, 
			{
                text:"&nbsp;Wildlife Nusiance Control",
action:{
                    url:"http://www.parkwayexterminating.com/wildlife.php"
                }
            }, 
            {
                text:"&nbsp;Protection Plans",
action:{
                    url:"http://www.parkwayexterminating.com/residentialprotection.php"
                }
            },
            {
                text:"&nbsp;Green Pest Control"
            },
			            {
                text:"&nbsp;Leaf Defier Gutter System",
action:{
                    url:"http://www.parkwayexterminating.com/leafdefier.php"
                }
            },
			            {
                text:"&nbsp;Power Washing",
action:{
                    url:"http://www.parkwayexterminating.com/powerwashing.php"
                }
            },
						            {
                text:"&nbsp;Handyman Services",
action:{
                    url:"http://www.parkwayexterminating.com/handyman.php"
                }
            }
            ]
        }
    },
    {
        text:"&nbsp;TERMITES", 
        style:{
            css:"STYLES", 
            size:[100,26]
        },
        styleover:{
            color:"white", 
            bgcolor:"lightsteelblue"
        }, 
        menu:{
            style:{
                css:"STYLES", 
                size:[205,26], 
                direction:"v"
            }, 
            position:{
                menuoffset:{x:54, y:26}, 
                anchor:"s", 
                anchor_side:"s"
            }, 
            items:[
            {
                text:"&nbsp;Inspections and Control", 
action:{
                    url:"http://www.parkwayexterminating.com/termites.php"
                }
            },

            {
                text:"&nbsp;Order a Termite Inspection", 
                action:{
                    url:"http://www.parkwayexterminating.com/orderinspection.php"
                }
            }
            ]
        }
    },
    
    {
          text:"&nbsp;ABOUT US", 
        style:{
            css:"STYLES", 
            size:[104,26]
        }, 
        styleover:{
            color:"white", 
            bgcolor:"lightsteelblue"
        }, 
        menu:{
            style:{
                css:"STYLES", 
                size:[175,26], 
                direction:"v"
            }, 
            position:{
                menuoffset:{x:37, y:26}, 
                anchor:"s", 
                anchor_side:"s"
            }, 
            items:[
          {
                text:"&nbsp;Company History",
action:{
                    url:"http://www.parkwayexterminating.com/aboutus.php"
                }
            },            
{
                text:"&nbsp;Careers",
action:{
                    url:"http://www.parkwayexterminating.com/career.php"
                }
            },

            {
                text:"&nbsp;Contact Info",
action:{
                    url:"http://www.parkwayexterminating.com/contactus.php"
                }
            },
			{
                text:"&nbsp;Satisfaction Survey",
action:{
                    url:"http://www.parkwayexterminating.com/satisfaction.php"
                }
            }
          ]

        }
    },
	{
        text:"&nbsp;PEST LIBRARY", 
        style:STYLE4,  
        styleover:{
            color:"white", 
            bgcolor:"lightsteelblue"
        }, 
        action:{
            url:"http://www.parkwayexterminating.com/ants.php"
        }
    },
	 
    ]
};
