function external(url) {
  self.name = "parent";
  remote = open(url, "popup_external", "directories=0,location=0,menubar=0,resizable=yes,scrollbars=1,status=0,toolbar=1,width=650,height=550,left=50,top=20");
}
function pdf(url) {
  self.name = "parent";
  remote = open(url, "popup_pdf", "directories=0,location=0,menubar=0,resizable=yes,scrollbars=1,status=0,toolbar=1,width=650,height=550,left=50,top=20");
}
function haiti(url) {
  self.name = "parent";
  remote = open(url, "popup_haiti", "directories=0,location=0,menubar=0,resizable=yes,scrollbars=1,status=0,toolbar=1,width=1200,height=975,left=50,top=20");
}