var date = new Date();
function CategoryProductExhibitSinglePage300Index_cartmanager(form)
{
	//alert(productID);,productID, productName, listPrice, unitPrice, crrencyType
	//form.CartManager_ProductID.value = productID;
	//alert(productID);
	//form.CartManager_ProductName.value = productName;
	//alert(productName);
	//form.CartManager_ListPrice.value = listPrice;
	//alert(listPrice);
	//form.CartManager_UnitPrice.value = unitPrice;
	//alert(unitPrice);
	//form.CartManager_CurrencyType.value = "人民币";
	//alert(crrencyType);				
	form.submit();
}


var ProductExhibitListNewWindow = null;

function CategoryProductExhibitSinglePage300Index_openNewWindow(url, type, str)
{
	window.name = "productExhibitList" + date.getTime();
	//modify by lixiang 20040318
	//winWidth = screen.width-10;
	//winHeight = screen.height-60;
	//features = "width="+ winWidth + ",height=" + winHeight + ",scrollbars=yes";		
	ProductExhibitListNewWindow = window.open(url, type);
		
}


/*
function ProductExhibitList_page(compid,compName, currentPage,nextPage,linkPage)
{
		strURI = "";
		if (linkPage != null && linkPage.length > 0)
			strURI = linkPage;
		strURI += "?ProductExhibitList_Mode=button";
		if (compid!= null && compid.length > 0)
			strURI += "&CompID=" + compid;
		if (compName!= null && compName.length > 0)
			strURI += "&CompName=" + compName;
		if (currentPage!= null && currentPage.length > 0)
			strURI += "&ProductExhibitList_CurPage=" + currentPage;
		if (nextPage!= null && nextPage.length > 0)
			strURI += "&ProductExhibitList_NextPage=" + nextPage;
		self.location = strURI + "&time=" + date.getTime();
}*/
