function open_small(FileName) {
    newWin=window.open(FileName,"","toolbar=no,location=no,status=no,menubar=yes,scrollbars=no,resizable=yes,width=450,height=450");
    if (newWin.opener == null) newWin.opener = self;
}
 

