function openNewWindow(fileName,my_width,my_height)
{
myNewWindow=window.open(fileName,'','toolbar=no,bar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width='+my_width+',height='+my_height+',top=0,left=0');
}
