<!--
// Default scripts for secondairy menu
function flw2Link(theSubSection,theObject,theURL,theWay){
	if(!theWay)theWay='content';var SubSection = theSubSection+"||content";
	var theLink = parent.ReplaceTags(theObject.innerHTML)+"|"+theURL+"|"+theWay;
	var theLength = document.getElementById('secmenulink').length;
	for(i=0;i<theLength;i++){secmenulink[i].className="";}
	theObject.className="secmenuactive";
	status=parent.ReplaceTags(theObject.innerHTML);
	parent.hisReset(theSection,SubSection,'','',theLink);
}
//-->