<!--Original: Eric King (eric_andrew_king@hotmail.com)-->
<!--Web Site: http://redrival.com/eak/-->
<!--This script and many more are available free online at-->
<!--The JavaScript Source!! http://javascript.internet.com-->

function NewWindow(mypage, myname, w, h, scroll, r, s,m,t) {
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable='+r+',status='+s+',menubar='+m+',toolbar='+t+',copyhistory'
	win = window.open(mypage, myname, winprops)
	if (parseInt(navigator.appVersion) >=0) { win.focus(); }
}

function NewWindow2(mypage, myname, w, h, scroll, r, s,m,t) {
	winprops = 'width='+w+',scrollbars='+scroll+',resizable='+r+',status='+s+',menubar='+m+',toolbar='+t+',copyhistory'
	win = window.open(mypage, myname, winprops)
	if (parseInt(navigator.appVersion) >=0) { win.focus(); }
	
}

function envoi_courriel(nom,objet) { 
	var adresse_courriel = nom + "@mcq.org";
	location = "mailto:" + adresse_courriel + "?subject=" + objet + "&cc=webmestre@mcq.org";

 }


function ouvrir_bande_annonce() {
	NewWindow('pocketpc/QTdetect.html','bande_annonce','460','345','no','1','0','0','0');
}

function ouvrir_info_expo() {
	document.location = "fr/menu.html";
	NewWindow('fr/expo_gratiadei.html','page_expo','760','490','no','1','0','0','0');
}

function ouvrir_info_expo_en() {
	document.location = "en/menu.html";
	NewWindow('en/expo_gratiadei.html','page_expo','760','490','no','1','0','0','0');
}

function ouvrir_envoyer() {
	NewWindow('envoyer.html','_blank','760','490','no','1','0','0','0');
}

function ouvrir_credits() {
	document.location = "fr/credits.html";
	NewWindow('fr/expo_gratiadei.html','page_expo','760','490','no','1','0','0','0');
}

function ouvrir_page_expo() {
	NewWindow('expo_gratiadei.html','page_expo','760','490','no','1','0','0','0');
}

function fermer_page_expo() {
	// AVEC EXPLORER MAC, LE SELF.CLOSE() PLANTE LORSQU'APPELƒ PAR FLASH
	// par contre ne plante pas si on ouvre ensuite un window
	
		self.close();
		NewWindow2('menu.html','page_info','760','490','yes','1','1','1','0');

}

function ouvrir_page_mcq(url) {
	alert('url = ');
	NewWindow2(url,'mcq','776','','yes','1','1','1','1');
}

function ouvrir_langue_expo() {
	NewWindow2('../en/menu.html','page_info','760','490','yes','1','1','1','0');
	NewWindow('../en/expo_gratiadei.html','page_expo','760','490','no','1','0','0','0');
}

function ouvrir_courriel(url) {
	document.location = "mailto:mcqweb@mcq.org?subject=Gratia Dei&cc=webmestre@mcq.org";
}

function ouvrir_gp(theme,btn,largeur,hauteur) {

	// variables pour identifier la plateforme
	var bUser = navigator.userAgent.toLowerCase();
	var is_mac    = (bUser.indexOf("mac")!=-1);
	
	// CET AJUSTEMENT POUR EXPLORER PC N'EST NECESSAIRE QUE SI ON AFFICHE LE MENUBAR
	//if ((!is_mac) && (navigator.appName == 'Microsoft Internet Explorer') ) {
	//	hauteur = hauteur - 19;
	//}
	
	NewWindow('gp'+theme+'_'+btn+'.html','_blank',largeur,hauteur,'no','1','0','0','0');
}

function menu_info(){
	do_swap="MM_swapImage('l_exposition','','i/l_exposition_f2.gif',1);";
	color1 = '#BCA86E';
	color2 = '#993300';
	communique = 'http://www.mcq.org/presse/gratia_dei.html';
	chaine = '';
	chaine += "<td bgcolor="+color2+" height='21' width='206' onmouseover='javascript:style.background=color1' onmouseout='javascript:style.background=color2'>";
	chaine += "<a href='javascript:ouvrir_page_expo();' onMouseOut='MM_swapImgRestore();' onMouseOver=eval(do_swap)>";
	chaine += "<img name='l_exposition' src='i/l_exposition.gif' width='206' height='17' border='0' alt='EXPOSITION'></a></td>";
	chaine += "<td  bgcolor="+color2+" height='21' onmouseover='javascript:style.background=color1' onmouseout='javascript:style.background=color2'>";
	chaine += "<div class='menu'><a href='menu.html'>Tourn&eacute;e de l'exposition et atelier de costumes</a></div></td>";
	chaine += "<td  bgcolor="+color2+" height='21'  onmouseover='javascript:style.background=color1' onmouseout='javascript:style.background=color2'>";
	chaine += "<div class='menu'><a href='publication.html'>Publication</a></div></td>";
	chaine += "<td  bgcolor="+color2+" height='21'  onmouseover='javascript:style.background=color1' onmouseout='javascript:style.background=color2'>";
	chaine += "<div class='menu'><a href='disque.html'>Disque</a></div></td>";

	chaine += "<td  bgcolor="+color2+" height='21'  width='20%'><div class='menu'><a href=''></a></div></td>";
	document.write(chaine);


//<!--MENU COMPLET
//<td  bgcolor="+color2+" height='21' onmouseover='javascript:style.background=color1' //onmouseout='javascript:style.background=color2'><div class='menu'><a //href=''>Publication</a></div></td>
//<td  bgcolor="+color2+" height='21' onmouseover='javascript:style.background=color1' //onmouseout='javascript:style.background=color2'><div class='menu'><a //href=''>Exposition en tourn&eacute;</a></div></td>
// -->

}

function affiche_logos(){
	chaine = '';
	
	chaine += "<tr><td valign='top' bgcolor='#F5ECDF' width='206'><img src='i/logos-gratiadei.gif' width='206' height='104' border='0' usemap='#logos-gratiadeibc92df40'>";
	chaine += "<map name='logos-gratiadeibc92df40'><area shape='rect' coords='65,85,139,99' href='javascript:ouvrir_courriel();'><area shape='rect' coords='123,67,177,84' href='credits.html' alt='Cr&eacute;dits'><area shape='rect' coords='5,67,117,83' href='http://www.mcq.org' alt='Mus&eacute;e de la civilisation'><area shape='rect' coords='1,17,103,51' target='_blank' alt='Bureau de la Capitale Nationale' href='http://www.bcn.gouv.qc.ca'></map>";
	chaine += "</td></tr>";

	document.write(chaine);
}




