"+text.bold()); if (closetype == 'timer') { hint_to = window.setTimeout("unWinHint()", winhintdelay); } else if (closetype == 'button') { hintwin.document.write("

"); hintwin.document.write(""); hintwin.document.write("

"); } hintwin.document.close(); } function unWinHint() { if (hintwin != null) if ( hintwin.document != null) hintwin.close(); } //-->