//the javascript window launching functions
function launch(newURL, newName, newFeatures, orgName) {
        var remote = open(newURL, newName, newFeatures);
        if (remote.opener == null)
        remote.opener = window;
        remote.opener.name = orgName;
        remote.focus();
        return remote;
}
function launchRemote( newurl, newname, newfeatures, orgname) {
        myRemote = launch(newurl, newname, newfeatures, orgname);
}
//populate variables
newWin = "fsinfowindow";
parWin = "_self";
opts = 'height=370,width=400,left=312,top=184,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0,dependent=0,titlebar=0,fullscreen=0,location=0';
opts4 = 'height=400,width=400,left=312,top=184,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0,dependent=0,titlebar=0,fullscreen=0,location=0';
opts5 = 'height=500,width=400,left=312,top=184,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0,dependent=0,titlebar=0,fullscreen=0,location=0';
opts6 = 'height=600,width=400,left=312,top=84,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0,dependent=0,titlebar=0,fullscreen=0,location=0';
opts7 = 'height=720,width=400,left=312,top=44,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0,dependent=0,titlebar=0,fullscreen=0,location=0';
opts8 = 'height=300,width=400,left=312,top=184,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0,dependent=0,titlebar=0,fullscreen=0,location=0';
opts5wide = 'height=500,width=500,left=312,top=184,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0,dependent=0,titlebar=0,fullscreen=0,location=0';
