function popup_nav_cms(site){
  openp=window.open("popup_nav_cms.php?site=" + site, "openp", "width=630, height=480, toolbar=no, menubar=no, scrollbars=yes, resizeable=yes");
  new_width = 630/2;
  new_height = 480/2;
  openp.moveTo((screen.width/2)-new_width, 0);
  openp.focus();
}

function popup_cms(id){
  openp=window.open("popup_cms.php?id="+id, "openp", "width=600, height=630, toolbar=no, menubar=no, scrollbars=no, resizeable=yes");
  new_width = 630/2;
  new_height = 600/2;
  openp.moveTo((screen.width/2)-new_width, 0);
  openp.focus();
}

function popup_box_cms(id){
  cmsb=window.open("popup_box_cms.php?parent="+id, "print", "width=630, height=600, toolbar=no, menubar=no, scrollbars=yes, resizeable=yes");
  new_width = 630/2;
  new_height = 600/2;
  cmsb.moveTo((screen.width/2)-new_width, 0);
  cmsb.focus();
}


function popup_popup(id){
  popup=window.open("popup_cms.php?popup=1&id="+id, "popup", "width=630, height=600, toolbar=no, menubar=no, scrollbars=yes, resizeable=yes");
  new_width = 630/2;
  new_height = 600/2;
  popup.moveTo((screen.width/2)-new_width, 0);
  popup.focus();
}
