// JavaScript Document

function openThis()
{
window.open("this.htm","_blank","toolbar=no, menubar=no, scrollbars=no, resizable=no, width=300, height=200")
}