function launchNew(url){
  remote = open(url, "New", "scrollbars,resizable,width=950,height=800,left=20,top=20");
  remote.focus();
}
function launchChart(url){
  remote = open(url, "Chart", "scrollbars,resizable,width=480,height=650,left=20,top=20");
  remote.focus();
}
function launchChart2(url){
  remote = open(url, "Chart", "scrollbars,resizable,width=650,height=615,left=20,top=20");
  remote.focus();
}
