<!--
function formButtonFever(formName,action)
{
	var myString = "document." + formName + "." + action + "();";
	eval(myString);
}
function onlyNewbrowsers()
{
	browser = (((navigator.appName == "Microsoft Internet Explorer") &&
	(parseInt(navigator.appVersion) >= 6 )))
	if (browser) {
		alert('You are using a Netscape browser or MSIE 5 or less.For the special features in the ECB Trade site you need to upgrade to Internet Explorer 6 or better.')}
	else {}
}
function popupConfirmMsg(msg)
{
	document.MM_returnValue = confirm(msg);
}
function openWindow(url,width,height) 
{
	popupWin = window.open(url,'','width=' + width + ',height=' + height + ',scrollbars=yes,toolbars=yes,menubar=yes,resizable=yes')
}
//-->