<!--

/* Include this script at the top of any page that needs to show the 
 * standardized help functions in floating divs, etc.
 */

function openHelp(which) {
	helpWin = window.open('demo_producthelp.taf?key='+which,'helpWin','scrollbars=1,toolbar=no,resize=no,width=480,height=360');
	helpWin.focus();
}


//-->

