var date = new Date();
function CategoryProductExhibitSinglePageIndex_cartmanager(form)
{
				
	form.submit();
}


var ProductExhibitListNewWindow = null;

function CategoryProductExhibitSinglePageIndex_openNewWindow(url, type, str)
{
	window.name = "productExhibitList" + date.getTime();

	ProductExhibitListNewWindow = window.open(url, type);
		
}
