function CategoryProductExhibit_cartmanager(form)
{	
	form.submit();
}

function CategoryProductExhibitIndex_openNewWindow(url,type,features) { //v2.0
  features = "toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes"
  window.open(url,type,features);
}

