function openPopup(file,width,height,scrollbars) {
  if (scrollbars == '') {scrollbars = 'no'; } window.open(file,'_blank','top=10,left=70,width='+width+',height='+height+',scrollbars='+scrollbars);
}

function openNotesPopup(file,width,height,scrollbars) {
  if (scrollbars == '') {scrollbars = 'no'; } window.open(file,'_blank','top=10,left=180,width='+width+',height='+height+',scrollbars='+scrollbars);
}

function openReclamPopup(file,width,height,scrollbars) {
  if (scrollbars == '') {scrollbars = 'no'; } window.open(file,'_blank','top=50,left=150,width='+width+',height='+height+',scrollbars='+scrollbars);
}

function openReclam1Popup(file,width,height,scrollbars) {
  if (scrollbars == '') {scrollbars = 'no'; } window.open(file,'_blank','top=5,left=100,width='+width+',height='+height+',scrollbars='+scrollbars);
}
