//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 = "tmlinfowindow";
parWin = "_self";
opts = 'height=600,width=800,left=312,top=184,menubar=1,resizable=1,scrollbars=1,status=1,toolbar=1,dependent=0,titlebar=1,fullscreen=0,location=1';
opts2 = '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';
opts3 = 'height=300,width=400,left=312,top=184,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0,dependent=0,titlebar=1,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=1,fullscreen=0,location=0';
opts5 = 'height=550,width=400,left=312,top=184,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0,dependent=0,titlebar=1,fullscreen=0,location=0';
opts6 = 'height=500,width=400,left=312,top=184,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0,dependent=0,titlebar=1,fullscreen=0,location=0';
opts7 = 'height=400,width=600,left=312,top=184,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,dependent=0,titlebar=0,fullscreen=0,location=0';
opts8 = 'height=500,width=650,left=312,top=184,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,dependent=0,titlebar=0,fullscreen=0,location=0';
opts9 = 'height=740,width=400,left=312,top=184,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0,dependent=0,titlebar=0,fullscreen=0,location=0';
opts10 = 'height=620,width=400,left=312,top=184,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0,dependent=0,titlebar=0,fullscreen=0,location=0';
showmembers = 'width=340,height=440,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0,dependent=0,titlebar=1';
vacation = 'height=500,width=900,left=312,top=184,menubar=1,resizable=1,scrollbars=1,status=1,toolbar=1,dependent=0,titlebar=1,fullscreen=0,location=1';
