<!--
function redirPrs(prdID, pLang){

	if(prdID != "*")
		document.location.href = "default.asp?pageID=3&pageLNG=" + pLang + "&productID=" + prdID
		
}

function redirPrdFctM(factorID, pLang){
	if(factorID != "*")
		document.location.href = "default.asp?pageID=12&pageLNG=" + pLang + "&factorID=" + factorID
		
}

function redirPrdThrp(theraphyID, pLang){
	if(theraphyID != "*")
		document.location.href = "default.asp?pageID=12&pageLNG=" + pLang + "&theraphyID=" + theraphyID
		
}
-->
