");
window1.document.close();
}
function NewWindow2() { //this defines the second window, accessed by button#2
window2=window.open("", "NewWindow2","toolbar=no,directories=no,menubar=no,scrollbars=no,width=200,height=225");
window2.document.writeln("
Whatever2");
window2.document.writeln("
");
window2.document.writeln("
");
window2.document.writeln("