var dropdownbg = new Image(1,1); dropdownbg.src = "images/drop_down_bg.png";

if(!active)
{
	active = 1;
}
jQuery(document).ready(function(){
    jQuery("#dropDownNav").superfish({
        delay:       300,                               // milliseconds delay on mouseout 
        animation:   {height:'show'},                   // fade-in and slide-down animation 
        speed:       'fast',                            // animation speed 
        autoArrows:  false,                             // generation of arrow mark-up
        disableHI:   true,                              // disable hoverIntent detection
        dropShadows: false                              // drop shadows
    });

    });
