This window will open a new window
Hai this window is opened from the previous window<\/H4>")
for (i=0; i<100; i++)
{
newWindow.document.writeln("
The loop is at: " + i)
}
newWindow.document.write("<\/BODY><\/HTML>")
newWindow.document.close()
// end script hiding -->