<!--
function popupHelp(HelpID,h) {
var windowprops = "location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no" +
",left=" + 100 + ",top=" + 100 + ",width=" + 450 + ",height=" + h;
URL = '../common/GetHelp.asp?Id=' + HelpID
popup = window.open(URL,"popup",windowprops);
}

/*New Popup windows code as used in FT/Commercial & Shares */
function pophelp300(file) 
{
	var helpwindow;
	var locationstr = "http://globalelements.ft.com/FTYM/Popups/sm_helptemplate.html?body=" + file;
	helpwindow = window.open(locationstr,"scalchelp","height=300,width=300");
	
}

function pophelp580(file) 
{
	var helpwindow;
	var locationstr = "http://globalelements.ft.com/FTYM/Popups/helptemplate.html?body=" + file;
	helpwindow = window.open(locationstr,"lcalchelp","height=580,width=500");
	
}
//-->
