<!--
function help( sFullID ) {
iHelpX = screen.availWidth - 240;
iHelpY = 0;
iHelpWidth = 231;
iHelpHeight = screen.availHeight - 28;
//alert( "iHelpX "+ iHelpX + ",iHelpY "+ iHelpY + ",iHelpWidth "+ iHelpWidth + ",iHelpHeight "+ iHelpHeight );
wHelp = window.open( "http://www.poutapilvi.com/work/help.nsf/ohje/frameset?Open&id=" + sFullID, "Ohjeet", "width=" + iHelpWidth + ",height=" + iHelpHeight + ",left=" + iHelpX + ",top=" + iHelpY + ",screenX=" + iHelpX + ",screenY=" + iHelpY + ",toolbar=0,statusbars=0, menubar=0,scrollbars=1,resizable=1,location=0,directories=0,status=0" );
wHelp.focus();
}
//-->

