// Script: "divExtLinkInst.js" - inherits that parent's context.

document.writeln ( "<div class='extlinkinst'>" );
document.writeln ( "<u>Underlined</u> items below link to other web pages when selected." );
document.writeln ( "To return to this page, tap your Backspace key." );
document.writeln ( "Items in [brackets] will open a new browser window." );
document.writeln ( "Switch between this one and it using the Alt+Tab keys." );
document.writeln ( "Close the new window when done viewing it by clicking on the " );
document.writeln ( "<img src='"+pPrefix+"images/closebutton.gif' width='16' height='14' alt='close button image'/>" );
document.writeln ( " button in the upper right-hand corner." );
document.writeln ( "</div>" );
document.writeln ( "<hr />" );
