
_FS_I18N=new Array();


function FS_I18N(phrase){
	ky=phrase.replace('"','&quot;');	
	tr=_FS_I18N[ky];
	if (tr==null|| tr=='') tr=phrase;
	return tr;	
}