<!-- mansfield.js Moyen Francais  -->
<!-- fonctions JavaScript (ECMAScript) de Charlie Mansfield 2005 2008 2009  -->

var lamb="<p align='justify'><span class='cap2'>T</span><span class='corpus'><i>he Mystery of the Apostles' Acts</i> by Simon Gr&eacute;ban is the largest production in the history of western theatre.  Written towards the middle of the 1470s for the account of King Ren&eacute; of Anjou and using almost 500 characters, its monumental scale (60 000 lines playing over nine days) has discouraged academic editors up until now.<br><br>The text is known by two series of manuscripts and three printed versions from the sixteenth century.  Two productions are documented: one in Bourges (at Ar&ecirc;nes, 1536) and one in Paris (at the Flanders Hotel, 1541).<br><br>The aim of the online electronic edition of <i>The Mystery of the Apostles' Acts</i> is to make available a new, full-scale source document both for linguists and for historians. It will be of relevance to the study of ecclesiastical and reformation history, as well as to the history of the theatre, of literature and of language.<br><br></p>";
var french="";
var english="";

function doLoup(french, english)
{
thisform=document.dataIn;
{
lamb=lamb+"";
if (document.getElementById)  document.getElementById("loups").innerHTML=lamb;
if (document.all) document.all['loups'].innerHTML=lamb; // v4 browsers
}
}

<!-- changement de la classe -->
function changeCssClass(objDivID)
{
if(document.getElementById(objDivID).className=='redText')
{
document.getElementById(objDivID).className = 'blueText';
}
else
{
document.getElementById(objDivID).className = 'redText';
}
}

<!-- The Pop-Up Notes Avril 2008 -->
var newwindow;
function popnotes(url)
{
var mot="notes.htm#";
urlmot=mot+url;
noteswindow=window.open(urlmot,'note','height=30,width=200,left=750,top=200,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
if (window.focus) {newwindow.focus()}
}

<!-- The Pop-Up for PDFs -->
var newwindow;
function popprob(url)
{
var mot="";
urlmot=mot+url;
pdfwindow=window.open(urlmot,'pdfs','height=280,width=710,left=370,top=85,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
if (window.focus) {newwindow.focus()}
}

<!-- popday Pop-Up for Journees days -->
var newwindow;
function popday(url)
{
var mot="";
urlmot=mot+url;
daywindow=window.open(urlmot,'days','height=310,width=1100,left=230,top=80,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
if (window.focus) {newwindow.focus()}
}

<!-- popdip Pop-Up for Journees diplomatiques -->
var newwindow;
function popdip(url)
{
var mot="";
urlmot=mot+url;
daywindow=window.open(urlmot,'dips','height=310,width=1100,left=230,top=480,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
if (window.focus) {newwindow.focus()}
}

<!-- The Pop-Up for Index of Proper Names October 2007 -->
var newwindow;
function popname(url)
{
var mot="noms.htm#";
urlmot=mot+url;
nomswindow=window.open(urlmot,'noms','height=260,width=360,left=380,top=100,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
if (window.focus) {newwindow.focus()}
}

<!-- Glossaire M. Charlie MANSFIELD septembre 2007 -->
var la='<span class="tiny">GLOSSES - Ctrl R REMOVES</span><br />';
var en="", fr="";
var replacer="";
var find="-";
function gloss(mf, en, fr)
{
thisform=document.dataIn;
{
la=mf+'  <b>'+en+'</b> '+fr+'<br />'+la;
if (document.getElementById)  document.getElementById("loups").innerHTML=la;
}
}

<!--  Passer vers DMF Charlie MANSFIELD mars 2008 -->
var text = "";
var myValue = "";
function getActiveText(e) { 
text = (document.all) ? document.selection.createRange().text : document.getSelection();
myValue=text+"";
if (document.selection) document.selection.empty();
else if (window.getSelection) window.getSelection().removeAllRanges();
if (myValue!="") {
window.open("http://atilf.atilf.fr/gsouvay/scripts/dmfX.exe?LIEN_DMF;PROJET=EELMAA;FORME=" + myValue,"",'height=400,width=400,left=380,top=100,scrollbars=yes,resizable=yes')
}
}


<!-- The Pop-Up for Help fenetre d aide -->
var newwindow;
function popaide(url)
{
var mot="aide.htm";
urlmot=mot+url;
aidewindow=window.open(urlmot,'aide','height=180,width=220,left=1000,top=180,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
if (window.focus) {newwindow.focus()}
}
