//These are here as a legacy artifact from how the menu used to work previously
//I was setting the category and product using php, since we have abandoned the
//accordian menu for everything except the language chooser, these are only here
//to keep the language chooser working.
var category;
category = -1;
var product;
product = -1;
var acc = new Accordion("accordion", "span", "acc");
