$(document).ready(function(){
	$('this').hoverAccordionMenu();	
	});
jQuery(document).ready(function($){
$('.mcol').makeacolumnlists({cols: 4,colWidth: 160,equalHeight: 'ul',startN: 1})
$('#TopMenu li a span:not(:has(img))').append('<img title="view cart" alt="cart is empty" src="/templates/mhfoods/images/cartempty.gif">')
})
$(document).ready(function(){
$("input.newsbutton").click(function(){
$('#ccAdd').ajaxSubmit({target: '#message'})
return false
})
})
$(document).ready(function(){
$(".contactInfo a").hover(function(){
$('div#roundedBox').stop(true,true).animate({opacity: "show",top: "30"},"slow")
},function(){
$('div#roundedBox').animate({opacity: "hide",top: "40"},"fast")
})
})
$(document).ready(function(){
$("#shopBrand").toggle(
function(){
$("#SideShopByBrandFull").show()
$("#searchbox").hide()
$(this).html("Standard Search")
return false
},
function(){
$("#SideShopByBrandFull").hide()
$("#searchbox").show()
$(this).html("Shop by Brand")
return false}
)
})
$(document).ready(function(){
$("#Brands").change(onSelectChange)
})
$(document).ready(function(){
if($('div#SideProductRecentlyViewed').length){
$(".shortproductDescription").truncate({
max_length: 150,
more: '...more',
less: 'less'
})}
})
$(document).ready(function() {
if($('div.shortproductDescription').length){
$(".shortproductDescription").truncate({ 
max_length: 150,
more: '...more',
less: 'less'
})};  
});


function onSelectChange(){
var selected=$("#Brands").val()
var output=""
if(selected !=0){
output=window.open(selected,'_self')}}

