function viewpress(gotoURL)
{
    window.open(gotoURL,"", "left=200,top=200,width=10,height=10,resizable=yes,scrollbars=yes");
    self.focus();
}