function externalSite(url) {
  self.name = "parent";
  remote = open(url, "popup_externalSite", "directories=0,location=1,menubar=1,resizable=yes,scrollbars=1,status=0,toolbar=1,width=772,height=500,left=10,top=10");
}
function forms(url) {
  self.name = "parent";
  remote = open(url, "popup_forms", "directories=0,location=0,menubar=0,resizable=yes,scrollbars=1,status=0,toolbar=0,width=500,height=500,left=10,top=10");
}
function pdf(url) {
  self.name = "parent";
  remote = open(url, "popup_pdf", "directories=0,location=0,menubar=0,resizable=yes,scrollbars=1,status=0,toolbar=0,width=600,height=500,left=10,top=10");
}
function admin(url) {
  self.name = "parent";
  remote = open(url, "popup_admin", "directories=0,location=0,menubar=0,resizable=yes,scrollbars=1,status=0,toolbar=0,width=700,height=550,left=10,top=10");
}
