//General Info Menu Contents
var popmenu1=new ddlistmenu('popmenu1', 'jqpopupmenu') //var menuvar=new ddlistmenu('menuid', 'menuclass')
popmenu1.addItem('http://www.webstercountypva.com/pdf/KENTUCKYPROPERTYTAXCALENDAR.pdf', 'Kentucky Property Tax Calendar', '_new') //addItem(url, text, optionaltarget (use _new for new window))
popmenu1.addItem('http://www.webstercountypva.com/real_property.htm', 'Real Property', '_self')
popmenu1.addItem('http://www.webstercountypva.com/appraisal_methods.htm', 'Appraisal Methods', '_self')
popmenu1.addItem('http://www.webstercountypva.com/appeal_process.htm', 'Appeals Process', '_self')
var subul4 = popmenu1.addItem('http://www.webstercountypva.com/property_tax_general.htm', 'Property Tax Exemptions', '_self').addSubMenu() //create new 2nd level menu and assign it to new variable
    subul4.addItem('http://www.webstercountypva.com/property_tax_general.htm', 'General Property Tax Exemptions', '_self')
    subul4.addItem('http://www.webstercountypva.com/property_tax_churches.htm', 'Church Exemptions', '_self')
    subul4.addItem('http://www.webstercountypva.com/property_tax_other.htm', 'Other Exemptions', '_self')
popmenu1.addItem('http://www.webstercountypva.com/age_disability.htm', 'Age/Disability Exemption', '_self')
popmenu1.addItem('http://www.webstercountypva.com/agricultural.htm', 'Agricultural Exemption', '_self')
popmenu1.addItem('http://www.webstercountypva.com/tangible_property.htm', 'Tangible Property', '_self')
popmenu1.addItem('http://www.webstercountypva.com/intangible_property.htm', 'Intangible Property', '_self')
popmenu1.addItem('http://www.webstercountypva.com/motor_vehicle.htm', 'Motor Vehicles', '_self')
popmenu1.addItem('http://www.webstercountypva.com/tax_payers_rights.htm', 'Tax Payer&#8217;s Rights', '_self')

//Forms & Fees Menu Contents
var popmenu2=new ddlistmenu('popmenu2', 'jqpopupmenu')
popmenu2.addItem('http://www.webstercountypva.com/forms/2010_Tangible_Personal_Property_Returns.pdf', '2010 Tangible Personal Property Returns (PDF)', '_new')
popmenu2.addItem('http://www.webstercountypva.com/forms/2010_Tangible_Personal_Property_Returns.xls', '2010 Tangible Personal Property Returns (Excel)', '_new')
popmenu2.addItem('http://www.webstercountypva.com/forms/2009_Unmined_Coal_Returns.pdf', '2009 Unmined Coal Returns', '_new')
popmenu2.addItem('http://www.webstercountypva.com/forms/2009_Farm_Exemption.pdf', '2009 Farm Exemption to Unmined Minerals', '_new')
popmenu2.addItem('http://www.webstercountypva.com/forms/2008_Homestead_Exemption_Application.pdf', 'Homestead Exemption Application', '_new')
popmenu2.addItem('http://www.webstercountypva.com/forms/62A023(4-10).pdf', 'Application for Tax Exempt Status on Property', '_new')
popmenu2.addItem('http://www.webstercountypva.com/forms/2008_PVA_Fee_and_Website_Fee_Schedule.pdf', 'PVA Fee &amp; Website Fee Schedule', '_new')
popmenu2.addItem('http://www.webstercountypva.com/addresschangeform.aspx', 'Mailing Address Change Form', '_self')

//2009 Tax Rates Menu Contents
var popmenu3 = new ddlistmenu('popmenu3', 'jqpopupmenu')
popmenu3.addItem('http://www.webstercountypva.com/pdf/2009_Rate_Sheet.pdf', '2009 Tax Rates', '_new')
popmenu3.addItem('http://www.webstercountypva.com/pdf/2009_County_City_Rate_Sheet.pdf', '2009 County &amp; City Tax Rates', '_new')