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

function CategoryProductSCMP160_openNewWindow(url, type, str)
{
  var date = new Date();
	window.name = "CategoryProductSCMP160" + date.getTime();
	//modify by lixiang 20040319
	//winWidth = screen.width-10;
	//winHeight = screen.height-60;
	//features = "width="+ winWidth + ",height=" + winHeight + ",scrollbars=yes";			
	CategoryProductSCMP160NewWindow = window.open(url, type);		
}

function CategoryProductSCMP160_page(nextPage,linkPage,categoryid)
{
		var date = new Date();
		strURI = "";
		if (linkPage != null && linkPage.length > 0)
			strURI = linkPage;
		strURI += "?CategoryID=" + categoryid;			
		if (nextPage!= null && nextPage.length > 0)
			strURI += "&CategoryProductSCMP160_NextPage=" + nextPage;
			
		self.location = strURI + "&time=" + date.getTime();
}


