//<script language="JavaScript">
window.name = '<%=L_Text_PortalEnName%>';
var curUrl='http://CPS.medu-online.cn/';

function fnAddFav()
{
	window.external.addFavorite(document.location.href, document.title);
}

function fnMakeHP()
{
    oHomePage.setHomePage(curUrl);
}

function fnEmailFriend()
{
	document.location = "mailto:?subject=" + document.title + "&body=<%=L_Text_SiteName%>" + document.location.href;
}

function SF(func)
{
	try
	{
		if(eval('window.' + func) != null)
			return true;
		else
			return false;
	}
	catch(e)
	{
		alert('Failed to execute code: ' + code + '\r\n\r\n' + e.description);
	}
	return false;
}

function GE(v)
{
	if(document.all)
		return document.all[v];
	return document.getElementById(v);
}

//</script>