function _sIFR()
{	
	sIFR();
	sIFR.replaceElement("h1", named({sFlashSrc: "/files/layout/BankGothic_Md_BT.swf", sColor: "#5A5B57", sBgColor: "#F7FAEC"}));
}
function _links()
{
	return;
	for(i=0;i<document.links.length;i++)
	{
		alert(document.links[i]+':'+document.links[i].href.match(/^http:\/\//));
		if(document.links[i].href.match(/^http:\/\//))
			document.links[i].target = '_new';
	}
}
