//<![CDATA[
    /* JavaScript code */ // Selects one or more elements to assign a simpletip to
    $('.generatorstab a').simpletip ({
      content:'<div class="box-wraps"> <a href="/automatic-transfer-switches"><div class="box"> Automatic Transfer Switches <\/div></a>  <a href="/generator-services"><div class="box">Generator Services<\/div></a>  <a href="/generator-repair"><div class="box">  Generators <br />Repair <\/div> </a> <a href="/portable-generators"><div class="box"> Portable Generators <\/div> </a> <a href="/standby-generators"> <div class="box"> Standby Generators <\/div> </a> <a href="/towable-generators"> <div class="box"> Towable Generators<\/div>  </a><\/div> <!--END BOX-WRAPS --> <div class="hovercontent"> <div class="title">Generators <span class="whitetitle"> | Sales & Service <\/span><\/div> <p> From generator sales and rentals to turnkey generator installations and service, we take great pride in providing complete power solutions for Virginia residents and businesses.<\/p> <p>We carry a large selection of generators for sale and rent as well as generator accessories from top brands including Generac, Yamaha and Briggs-Stratton. We also service and repair all equipment in-house using factory-trained generator technicians.<\/p> <a href="/generator-sales"><div class="actionline">  See all GENERATORS <\/div> <\/a> <\/div> ',
      fixed: true,
      position: [5, 0] ,
      showEffect: 'slide',
      hideEffect: 'fade',
      persistent: false,
            showTime: 0,
      hideTime: 400 }); 

    $('.lawntab a').simpletip ({
      content:'<div class="box-wraps"> <a href="/handheld-forest-lawn-equipment"><div class="box"> Handheld Equipment <\/div> </a> <a href="/riding-mowers"><div class="box">Riding <br /> Mowers<\/div> </a> <a href="/robotic-lawn-mowers">  <div class="box"> Robotic <br /> Mowers <\/div> </a> <a href="/push-mowers"><div class="box"> Residential Push Mowers <\/div> </a> <a href="/zero-turn-mowers"> <div class="box"> Zero-Turn Mowers<\/div> </a> <a href="/commercial-walk-behind-mowers"> <div class="box"> Commercial Walk Behind Mowers<\/div></a> <\/div> <!--END BOX-WRAPS --> <div class="hovercontent"> <div class="title">Lawn & Garden <span class="whitetitle">| Sales & Service <\/span><\/div> <p> As leader in lawn, garden and forestry equipment, our in-house experts will help you choose the right piece of equipment for purchase or rent to get the job done properly the first time, every time.<\/p> <p>Harris Power and Equipment provides the dependability and quality of high-performance brands like Husqvarna, Poulan and McCulloch with efficient repair and dedicated service at our 6,000 square foot facility in Williamsburg, Va. <\/p>  <a href="/lawn-equipment"> <div class="actionline"> See all LAWN & GARDEN  <\/div>  <\/a><\/div> ',
      fixed: true,
      position: [5, 0] ,
      showEffect: 'slide',
      hideEffect: 'fade',
      persistent: false,
      showTime: 0,
      hideTime: 400,
      focus:false});

    $('.rentaltab a').simpletip ({
      content:'<div class="box-wraps"> <a href="/rental-equipment#Aerial-Lighting"><div class="box"> Air Tools & Compressors <\/div> </a> <a href="/rental-equipment#Aerial-Lighting"><div class="box">Aerial & Lighting<\/div> </a> <a href="/rental-equipment#construction-equipment"><div class="box"> Construction Equipment <\/div> </a><a href="/rental-equipment#Generators"><div class="box"> Generators <\/div> </a> <a href="/rental-equipment#Generators"> <div class="box"> Lawn & <br /> Garden<\/div> </a> <a href="/rental-equipment"> <div class="box"> Parts & Supplies<\/div> </a> <\/div> <!--END BOX-WRAPS --> <div class="hovercontent"> <div class="title">Equipment Rental <\/div> <p> From lawn and garden supplies to generators and accessories, Harris Power & Equipment has supplied equipment rentals for Hampton Roads, Richmond, the Eastern Shore and surrounding Virginia areas for more than three decades.<\/p> <p> We carry a large selection of generator equipment that we rent, service and maintain in-house, including emergency rentals in case of a sudden storm or outage. Our turnkey generator rental services include delivery and pick-up, temporary power installations, electrical permits and more. <\/p> <a href="/equipment-rental"><div class="actionline">  See all Rental Equipment <\/div> <\/a> <\/div>',
      fixed: true,
      position: [5, 0] ,
      showEffect: 'slide',
      hideEffect: 'fade',
      persistent: false,
            showTime: 0,
      hideTime: 400 }); 

    $('.partstab a').simpletip ({
      content:'<div class="box-wraps"> <a href="/parts-supplies"> <div class="box"> Cables & Cords <\/div> </a> <div class="box">Clothing & Accessories<\/div>  <a href="/parts-supplies"> <div class="box"> Hitachi <br />Tools <\/div></a><a href="/parts-supplies">  <div class="box"> Paints & Aerosols <\/div> </a><a href="/parts-supplies">   <div class="box"> Spider<br /> Boxes <\/div> </a><a href="/parts-supplies"> <div class="box"> Tape<\/div> <\/a> <\/div> </a><!--END BOX-WRAPS --> <div class="hovercontent"> <div class="title">Parts & Supplies <\/div> <p> Harris Power and Equipment maintains a fully-stocked showroom in Williamsburg, Va. with the latest in power equipment, as well as power tools and supplies to ensure your equipment needs are always met.    <\/p> <p>Our inventory of parts and supplies from top-of-the-line brands INCLUDES cables and cords, spider boxes, Husqvarna parts, safety equipment and clothing, arborist supplies, Hitachi power tools and more.<\/p> <a href="/parts-supplies"><div class="actionline">  See all PARTS & SUPPLIES <\/div> <\/a> <\/div>',
      fixed: true,
      position: [5, 0] ,
      showEffect: 'slide',
      hideEffect: 'fade',
      persistent: false,
      showTime: 0,
      hideTime: 400 }); 

    //]]>
	
	
	$(document).ready(function() {
	 function showNav(e){
		$(this).find("ul.subnav").slideDown('fast').show();
	}
	function hideNav(e){
		$(this).find("ul.subnav").slideUp('slow'); //When the mouse hovers out of the subnav, move it back up
	}
	var navConfig = {
		interval: 300,
		sensitivity: 1,
		over: showNav,
		timeout: 200,
		out: hideNav,
		showTime: 10,
		hideTime: 600
	};
		//$('#navigation ul li').hoverIntent(navConfig); 
	});

