// JavaScript Document

function jump2product (id) {
	document.navProductForm.pid.value = id;
	document.navProductForm.submit();
}

animatedcollapse.addDiv('products', 'fade=0,speed=200,hide=1,persist=1')
animatedcollapse.addDiv('manufacturers', 'fade=0,speed=200,hide=1,persist=1')
animatedcollapse.addDiv('brand_search', 'fade=0,speed=200,hide=1,persist=1')
animatedcollapse.addDiv('contact_us', 'fade=0,speed=200,hide=0,persist=1')
	
animatedcollapse.init();


