<!--
var myIndex = new Array();
myIndex['A1'] = "Euro Ph.D. Profile";
myIndex['A2'] = "Institutional History";
myIndex['A3'] = "Logistic";
myIndex['A4'] = "Admission";
myIndex['A5'] = "Didactic Structure";
myIndex['A6'] = "Euro Ph.D. Thesis";
myIndex['A7'] = "Final Title";
myIndex['A8'] = "Financial Support";
myIndex['A9'] = "Marie Curie Training Site";
myIndex['B1'] = "Research Trainees";
myIndex['B2'] = "Tutors";
myIndex['B3'] = "Advanced Research Training";
myIndex['B4'] = "International Summer School";
myIndex['B5'] = "Bibliographics Database";
myIndex['B6'] = "S.R. & C. Specialised Virtual Library";
myIndex['B7'] = "Distance Learning";
myIndex['B8'] = "Final Theses";
myIndex['B9'] = "Multimedia E-Learning Kit";
myIndex['B10'] = "Euro Ph.D. on S.R. & C. Marie Curie Fellows";
myIndex['B11'] = "Euro Ph.D. on S.R. & C. Alumni";
myIndex['C1'] = "So. Re. Com. Them. Excellence.Net";
myIndex['C2'] = "Euro Ph.D. on S.R. & C. VINCI Programme";
myIndex['C3'] = "Links";
myIndex['C4'] = "Euro Ph.D. on S.R. & C. Virtual Community Contact Service";
myIndex['C5'] = "Seminars and Conferences";
myIndex['C6'] = "Co-Operative On-Line Research";


function myIn(e, indice) {
	var posx = 0;
	var posy = 0;
	if (!e) var e = window.event;
	if (e.pageX || e.pageY) {
		posx = e.pageX;
		posy = e.pageY;
	} else {
		if (document.documentElement) {
			posx = e.clientX + document.documentElement.scrollLeft;
			posy = e.clientY + document.documentElement.scrollTop;
		} else {
			posx = e.clientX + document.body.scrollLeft;
			posy = e.clientY + document.body.scrollTop;
		}
	}
	posx += 10;
	posy += 10;
	var theObj = fetch_object("subtitle");
	theObj.style.display="block";
	theObj.style.left=posx+"px";
	theObj.style.top=posy+"px";
	if (indice) theObj.firstChild.innerHTML = myIndex[indice];
}

function myMove(e) {
	var posx = 0;
	var posy = 0;
	if (!e) var e = window.event;
	if (e.pageX || e.pageY) {
		posx = e.pageX;
		posy = e.pageY;
	} else {
		if (document.documentElement) {
			posx = e.clientX + document.documentElement.scrollLeft;
			posy = e.clientY + document.documentElement.scrollTop;
		} else {
			posx = e.clientX + document.body.scrollLeft;
			posy = e.clientY + document.body.scrollTop;
		}
	}
	posx += 10;
	posy += 10;
	var theObj = fetch_object("subtitle");
	theObj.style.left=posx+"px";
	theObj.style.top=posy+"px";
}

function myOut() {
	var theObj = fetch_object("subtitle");
	theObj.style.display="none";
}

function openHelp0(ancora) {
  window.open("/metanalysisHelp/help0.html#"+ancora,"help","width=400,height=600,toolbar=no, location=no, directory=no, status=no, menubar=no, resizable=yes, scrollbars=yes ");
}

function openHelp1(ancora) {
  window.open("/metanalysisHelp/help1.html#"+ancora,"help","width=400,height=600,toolbar=no, location=no, directory=no, status=no, menubar=no, resizable=yes, scrollbars=yes ");
}

function openHelp2(ancora) {
  window.open("/metanalysisHelp/help2.html#"+ancora,"help","width=400,height=600,toolbar=no, location=no, directory=no, status=no, menubar=no, resizable=yes, scrollbars=yes ");
}

function openHelp3(ancora) {
  window.open("/metanalysisHelp/help3.html#"+ancora,"help","width=400,height=600,toolbar=no, location=no, directory=no, status=no, menubar=no, resizable=yes, scrollbars=yes ");
}
//-->