// JavaScript Document
function showPopup()
{
	t = document.getElementById("popup");
	t.style.top = "400px";
	t.style.left = "200px";
	t.style.visibility = "visible";
}

function closePopup()
{
	t = document.getElementById("popup");
	t.style.visibility = "hidden";
}

function showPopup2()
{
	t = document.getElementById("popup");
	t.style.top = "700px";
	t.style.left = "200px";
	t.style.visibility = "visible";
}

function showPopup3()
{
	t = document.getElementById("popup");
	t.style.top = "700px";
	t.style.left = "200px";
	t.style.visibility = "visible";
}

function ROA()
{
   alert("The Office Review period will be February 15, 2012 through March 15, 2012.  You may wish to speak with an appraiser before completing an application (757) 727-8311.");
   // var bor = window.open("pdf/hampton_review_form.pdf"); //
}

function BOR()
{
    alert("The Board of Review application may be filed February 15, 2012 through April 1, 2012.  You may wish to speak with an appraiser before completing an application (757) 727-8311.");
    // var roa = window.open("pdf/hampton_board_form.pdf"); //
}

function SuppAss()
{
    alert("The deadline to file this REVIEW OF SUPPLEMENTAL ASSESSMENT OR LAND ASSESSMENT APPLICATION is 30 days from the date of your change in assessment notice.  It is recommended that you contact the Office of the Assessor of Real Estate and speak with an appraiser before completing this form.");
    var sa = window.open("pdf/hampton_suppland_form.pdf");
}

function leftMenu()
{
    document.write("       <table cellspacing=\"5\" cellpadding=\"2\" width=\"100%\" style=\"color:#ffffff; font-size:8pt;\">");
    document.write("            <tr>");
    document.write("                <td>");
    document.write("                   <b>Location</b><br />");
    document.write("                   Office of the Assessor<br />&nbsp; &nbsp; of Real Estate<br />");
    document.write("                   Ruppert Leon Sargent Building<br />");
    document.write("                   1 Franklin Street, Suite 602<br />");
    document.write("                   Hampton, VA 23669<br />");
    document.write("                   Tel: 757.727.8311<br />");
    document.write("                   Fax:757.728.3510");
    document.write("               </td>");
    document.write("            </tr>");
    document.write("            <tr>");
    document.write("                <td>");
    document.write("                    <b>Hours of Operation</b><br />");
    document.write("                    8:00 am - 4:30 pm<br />");
    document.write("                    Monday - Friday");
    document.write("                </td>");
    document.write("            </tr>");
    document.write("            <tr>");
    document.write("                <td>");
    document.write("                    <a href=\"http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=1+Franklin+Street+Hampton,+VA+23669&sll=37.0625,-95.677068&sspn=52.815565,113.90625&ie=UTF8&z=17&iwloc=A\" class=\"left_menu\" target=\"_blank\"><b>Directions</b></a>");
    document.write("                </td>");
    document.write("            </tr>");
    document.write("            <tr>");
    document.write("                <td>");
    document.write("                    <p>&nbsp;</p>");
    document.write("                </td>");
    document.write("            </tr>");
    document.write("            <tr>");
    document.write("                <td>");
    document.write("                    <b>Property Information</b><br />");
    document.write("                    &bull; <a href=\"http://www.hampton.gov/sol/propertysearch/\" class=\"left_menu\">Real Estate Property<br />Information - Search</a><br />");
    document.write("                    &bull; <a href=\"http://198.252.241.120/hampton/public/disclaimer.htm\" class=\"left_menu\" target=\"_blank\">GIS (Geographical Information<br />System) - Maps</a><br/>");
    document.write("                    &bull; <a href=\"#\" onmouseover=\"javascript:showPopup();\" onmouseout=\"closePopup();\" class=\"left_menu\">Property Tax Information</a><br/>");
    document.write("                    &bull; <a href=\"property_transfers.html\" class=\"left_menu\">Property Transfers</a><br />");
    document.write("                    &bull; <a href=\"pdf/hampton_price_list.pdf\" target=\"_blank\" class=\"left_menu\">Price List</a>");
    document.write("               </td>");
    document.write("           </tr>");
    document.write("            <tr>");
    document.write("                <td>");
    document.write("                    <b>Appeal Periods</b><br />");
    document.write("                    Office Review - Feb. 15 to Mar. 15<br />");
    document.write("                    Board of Review - Feb. 15 to Apr. 1");
    document.write("                </td>");
    document.write("            </tr>");
    document.write("            <tr>");
    document.write("                <td>");
    document.write("                    <b>Forms and Applications</b><br />");
    document.write("                    &bull; <a href=\"pdf/hampton_mailingaddress_form.pdf\" target=\"_blank\" class=\"left_menu\">Address Change</a><br />");
    document.write("                    &bull; <a href=\"pdf/hampton_authagent_form.pdf\" target=\"_blank\" class=\"left_menu\">Agent Authorization Form</a><br />");
    document.write("                    &bull; <a href=\"javascript:BOR();\" class=\"left_menu\">Board of Review Application</a><br />");
    document.write("                    &bull; <a href=\"pdf/hampton_execlass_form.pdf\" target=\"_blank\" class=\"left_menu\">Exemption by Classification Application</a><br/>");
    document.write("                    &bull; <a href=\"pdf/hampton_volunteer_application.pdf\" class=\"left_menu\" target=\"_blank=\">Hampton Volunteer Application</a><br/>");
    document.write("                    &bull; <a href=\"javascript:alert('coming soon...');\" class=\"left_menu\">Land Use Assessment Program Application</a><br />");
    document.write("                    &bull; <a href=\"pdf/hampton_reabate_form.pdf\" target=\"_blank\" class=\"left_menu\">Real Estate Tax Abatement Application</a><br />");
    document.write("                    &bull; <a href=\"pdf/hampton_rehab_form.pdf\" target=\"_blank\" class=\"left_menu\">Rehabilitation Tax Credit Application</a><br />");
    document.write("                    &bull; <a href=\"pdf/hampton_rehab_info.pdf\" target=\"_blank\" class=\"left_menu\">Rehabilitation Tax Credit Information</a><br />");
    document.write("                    &bull; <a href=\"javascript:ROA();\" class=\"left_menu\">Review of Assessment Application</a><br />");
    document.write("                    &bull; <a href=\"javascript:SuppAss();\" class=\"left_menu\">Review of Supplemental Assessment or Land Assessment Application</a>");
    document.write("                </td>");
    document.write("            </tr>");
    document.write("            <tr>");
    document.write("                <td>");
    document.write("                    <b>Tax Information</b><br />");
    document.write("                    <div class=\"tax_popup\">&bull; <a href=\"#\" onmouseover=\"javascript:showPopup2();\" onmouseout=\"closePopup();\" class=\"left_menu\">Property Tax Information</a></div>");
    document.write("                    &bull; <a href=\"http://www.hampton.gov/assess_and_collect/about_to.html\" class=\"left_menu\">Treasurer's Office</a><br />");
    document.write("                    &bull; <a href=\"http://www.hampton.gov/assess_and_collect/real_estate_tax_relief.html\" class=\"left_menu\">Tax Relief for the Elderly</a>");
    document.write("                </td>");
    document.write("            </tr>");
    document.write("            <tr>");
    document.write("                <td>");
    document.write("                   <b>Real Estate Assessment<br /> Information and Related links</b><br />");
    document.write("                    <a href=\"http://www.vaao.org\" target=\"_blank\" class=\"left_menu\">Virginia Association of <br /> Assessing Officers</a><br />");
    document.write("                    <a href=\"http://www.iaao.org\" target=\"_blank\" class=\"left_menu\">International Association of<br />Assessing Officers</a><br />");
    document.write("                    <a href=\"http://www.tax.virginia.gov\" target=\"_blank\" class=\"left_menu\">Virginia Department of Taxation</a>");
    document.write("                </td>");
    document.write("            </tr>");
    document.write("        </table>");
    
}
