var date = new Date();
function cartmanager(form)
{
	form.submit();
}


var ProductExhibitListNewWindow = null;

function HotSortProductExhibitGeneral_openNewWindow(url, type, str)
{
	window.name = "productExhibitList" + date.getTime();		
	//winWidth = screen.width-10;
	//winHeight = screen.height-60;
	//features = "width="+ winWidth + ",height=" + winHeight + ",scrollbars=yes";
	features="";
	ProductExhibitListNewWindow = window.open(url, type, features);		
}
