function CategoryProductExhibit_cartmanager(form)
{	
	form.submit();
}

function CategoryProductExhibitIndex_openNewWindow(url, type, str)
{
  var date = new Date();
	window.name = "CategoryProductExhibit" + date.getTime();
	winWidth = screen.width-10;
	winHeight = screen.height-60;
	features = "width="+ winWidth + ",height=" + winHeight + ",scrollbars=yes";		
	CategoryProductExhibitNewWindow = window.open(url, type, features);
		
}