var thisurl = new String;
var parameters = new String;
var number;

urlList = new Array();
urlList[0] = "boris.htm";
urlList[1] = "cs.htm";
urlList[2] = "info_beh.htm";
urlList[3] = "info_well.htm";
urlList[4] = "info_vacc.htm";
urlList[5] = "info_lab.htm";
urlList[6] = "info_diag.htm";
urlList[7] = "info_hosp.htm";
urlList[8] = "info_rx.htm";
urlList[9] = "info_safe.htm";
urlList[10] = "info_sx.htm";
urlList[11] = "info_bd.htm";
urlList[12] = "info_emx.htm";

paramList = new Array();
paramList[0] = "scrollbars=yes,width=450,height=450,status=no,toolbar=no,menubar=no,screenx=15,screeny=0,dependent=yes";
paramList[1] = "scrollbars=yes,width=450,height=400,status=no,toolbar=no,menubar=no,screenx=15,screeny=0,dependent=yes";
paramList[2] = "scrollbars=yes,width=325,height=400,status=no,toolbar=no,menubar=no,screenx=15,screeny=0,dependent=yes";
paramList[3] = "scrollbars=yes,width=515,height=250,status=no,toolbar=no,menubar=no,screenx=15,screeny=0,dependent=yes";
paramList[4] = "scrollbars=yes,width=400,height=400,status=no,toolbar=no,menubar=no,screenx=15,screeny=0,dependent=yes";
paramList[5] = "scrollbars=yes,width=300,height=400,status=no,toolbar=no,menubar=no,screenx=15,screeny=0,dependent=yes";
paramList[6] = "scrollbars=yes,width=275,height=400,status=no,toolbar=no,menubar=no,screenx=15,screeny=0,dependent=yes";
paramList[7] = "scrollbars=yes,width=350,height=200,status=no,toolbar=no,menubar=no,screenx=15,screeny=0,dependent=yes";
paramList[8] = "scrollbars=yes,width=275,height=150,status=no,toolbar=no,menubar=no,screenx=15,screeny=0,dependent=yes";
paramList[9] = "scrollbars=yes,width=400,height=400,status=no,toolbar=no,menubar=no,screenx=15,screeny=0,dependent=yes";
paramList[10] = "scrollbars=yes,width=400,height=400,status=no,toolbar=no,menubar=no,screenx=15,screeny=0,dependent=yes";
paramList[11] = "scrollbars=yes,width=400,height=400,status=no,toolbar=no,menubar=no,screenx=15,screeny=0,dependent=yes";
paramList[12] = "scrollbars=yes,width=500,height=400,status=no,toolbar=no,menubar=no,screenx=15,screeny=0,dependent=yes";

function openThis(number) {

thisurl = urlList[number];
parameters = paramList[number];

  myWin=open(thisurl, "menuwindow", "" + parameters + "");
}
