function clickRedirect(compID,region,itemType,typeID){
	var cid = compID;
	var region = prodID;
	var itemType = itemType;
	var typeID = typeID;

		window.location='./itemClick.asp?c=' + cid + '&r=' + region + '&t=' + itemType + '&i=' + typeID + '';
}