function mqb_module_popup(url) 
{
	param = url.replace(/http:\/\/.*?\//,'/');
	switch(param)
	{
		case '/visite-virtuelle/': 
					window.open(url,"visite-virtuelle","width=920,height=700,scrollbars=no,toolbar=no,top=100,left=200;").focus(); 
					break;
		case '/nature/':
					window.open(url,"nature","width=920,height=600,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/musique/':
					window.open(url,"musique","width=965,height=625,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/textile/':
					window.open(url,"textile","width=800,height=567,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/habitat/':
					window.open(url,"habitat","width=740,height=550,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/tomze/':
					window.open(url,"portrait_tomze","width=900,height=616,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/rokiatraore/':
					window.open(url,"portrait_rokiatraore","width=900,height=600,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/portrait/ssraman/':
					window.open(url,"portrait_ssraman","width=900,height=600,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/portrait/tomze/':
					window.open(url,"portrait_tomze","width=900,height=600,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/portrait/rokiatraore/':
					window.open(url,"portrait_rokiatraore","width=900,height=600,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/d-pedago/explorateurs/':
					window.open(url,"explorateurs","width=900,height=600,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/d-pedago/surrealistes/':
					window.open(url,"surrealistes","width=926,height=600,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/chaillot/':
					window.open(url,"chaillot","width=765,height=500,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/visite-decouverte/':
					window.open(url,"visite-decouverte","width=920,height=600,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/louveciennes/':
					window.open(url,"louveciennes","width=765,height=500,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/kerchache/':
					window.open(url,"kerchache","width=751,height=401,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/kodiak/':
					window.open(url,"kodiak","width=780,height=570,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/lsf/':
					window.open(url,"lsf","width=800,height=600,scrollbars=no,toolbar=no,top=100,left=200;").focus();
					break;
		case '/nuevomondo/':
					window.open(url,"mondonuevo","width=860,height=720,scrollbars=no,toolbar=no,top=100,left=200,resizable=1;").focus();
					break;
					
		case '/anniversaire/2007/index.php?xmlfile=data.xml': 
					window.open(url,"anniversaire_2007","width=800,height=600,scrollbars=no,toolbar=no,top=100,left=200,resizable=1;").focus();
					break;
					
		case '/anniversaire/2007/index.php?xmlfile=AnnivEN.xml': 
					window.open(url,"anniversaire_2007","width=800,height=600,scrollbars=no,toolbar=no,top=100,left=200,resizable=1;").focus();
					break;
					
		case '/anniversaire/2007/index.php?xmlfile=AnnivSP.xml': 
					window.open(url,"anniversaire_2007","width=800,height=600,scrollbars=no,toolbar=no,top=100,left=200,resizable=1;").focus();
					break;
					
		case '/ideqqi/index_fr.html': 
					window.open(url,"Ideqqi","width=900,height=680,scrollbars=no,toolbar=no,top=100,left=200,resizable=1;").focus();
					break;
		case '/ideqqi/index_en.html': 
					window.open(url,"Ideqqi","width=900,height=680,scrollbars=no,toolbar=no,top=100,left=200,resizable=1;").focus();
					break;
		case '/ideqqi/index_sp.html': 
					window.open(url,"Ideqqi","width=900,height=680,scrollbars=no,toolbar=no,top=100,left=200,resizable=1;").focus();
					break;
		default:
					// A voir
	}
	
	return false;
}

