

function OfferDocs(strAssetClass, strProduct){
	strURL = "/_scripts.global.ampci/knowledge/factsheets/offerdocs.asp?ASSETCLASS=" + strAssetClass + "&PROD=" + strProduct;
	window.open(strURL, "factsheets", "width=350,height=450,menubar=no,toolbar=no,scrollbars=yes");
}

function PreviousFactsheets(strAssetClass, strProduct){
	//alert(strProduct);
	strURL = "/_scripts.global.ampci/knowledge/factsheets.asp?ASSETCLASS=" + strAssetClass + "&PROD=" + strProduct;
	
	window.open(strURL, "factsheets", "width=350,height=450,menubar=no,toolbar=no,scrollbars=yes");
}

function FactsheetDefinition(strAssetClass, strDefinition){
	strURL = "/_scripts.global.ampci/knowledge/factsheets/definitions/" + strDefinition.replace(":","") + ".asp";
	window.open(strURL, "factsheets", "width=350,height=250,menubar=no,toolbar=no,scrollbars=yes");
}


