//###################################################################################################
//function for product select menu
function menuChange2( selectVar )
{   locationValue = eval( "document.forms['productdrop']." + selectVar + ".options[document.forms['productdrop']." + selectVar + ".selectedIndex].value");
    if( locationValue != "#" )
    {   location = locationValue;
    }
}
//###################################################################################################