
/* function openContactForm(sujet, absolutePath){

	if(absolutePath == null) 
		var absolutePath = "http://wwww.scienceenjeu.com/forestia";
	var heightWindow = 365 + 83;
    var width = 488;
    var height = heightWindow;
    var left = parseInt((screen.availWidth/2) - (width/2));
    var top = parseInt((screen.availHeight/2) - (height/2));
    var windowFeatures = "width=" + width + ",height=" + height +
        ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=" + left + ",top=" + top +
        ",screenX=" + left + ",screenY=" + top;
    mywin = window.open('', "Contact", windowFeatures);
	mywin.focus();
	mywin.document.write('<html>');
	mywin.document.write('<head>');
	mywin.document.write('<title>Science en jeu - Formulaire de contact</title>');
	mywin.document.write('</head>');
	mywin.document.write('<body style="margin: 0; padding: 0;background-color: #000000;background-image:url('+absolutePath+'images/header_game.jpg);background-repeat:no-repeat;">')
	mywin.document.write('<div style="margin-top:0px;width:100%;height:83px;">');
	mywin.document.write('<a href="http://www.creo.ca" target="_blank"  title="Visitez le site de Creo inc, la science en jeu" alt="Visitez le site de Creo inc, la science en jeu" onClick=javascript:pageTracker._trackPageview("hits/creo") ><img src="'+absolutePath+'images/logo_header.png" width="137" height="42" border="0" style="float:left;margin-top:5px;margin-left:0px;"/></a>');	
	mywin.document.write('</div>');
	mywin.document.write('<iframe id="iframegame" src="http://www.scienceenjeu.com/forestia/contact.php?sujet='+sujet+'" width='+width+' height='+height+' scrolling=no frameborder=0></iframe>');
	mywin.document.write('</body>');
	mywin.document.write('</html>');
	
} */
var mywin;
function openContactForm(sujet, absolutePath){
	clearWindow(mywin)
	sujet = encodeURIComponent(sujet);
	if(absolutePath == null) var absolutePath = "";
	var heightWindow = 470 ;
    var width = 490;
    var height = heightWindow;
    var left = parseInt((screen.availWidth/2) - (width/2));
    var top = parseInt((screen.availHeight/2) - (height/2));
    var windowFeatures = "width=" + width + ",height=" + height +
        ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=" + left + ",top=" + top +
        ",screenX=" + left + ",screenY=" + top;
    mywin = window.open('', "Contact", windowFeatures);
	mywin.focus();
	mywin.document.write('<html>');
	mywin.document.write('<head>');
	mywin.document.write('<title>Science en jeu - Formulaire de contact</title>');
	mywin.document.write('</head>');
	mywin.document.write('<body style="margin: 0; padding: 0;background-color: #000000;">')
//	mywin.document.write('<div style="margin-top:0px;width:100%;height:83px;">');
//	mywin.document.write('<a href="http://www.creo.ca" target="_blank"  title="Visitez le site de Creo inc, la science en jeu" alt="Visitez le site de Creo inc, la science en jeu" onClick=javascript:pageTracker._trackPageview("hits/creo") ><img src="'+absolutePath+'images/pixel.gif" width="104" height="82" border="0" style="float:left;margin-top:5px;margin-left:0px;"/></a>');	
	//mywin.document.write('</div>');
	mywin.document.write('<iframe id="iframegame" src="'+absolutePath+'contact.php?sujet='+sujet+'" width='+width+' height='+height+' scrolling=no frameborder=0></iframe>');
	mywin.document.write('</body>');
	mywin.document.write('</html>');
}

function openPassezMotForm( absolutePath){
	if(absolutePath == null) 
		var absolutePath = "";
	var heightWindow = 605 + 83;
    var width = 488;
    var height = heightWindow;
    var left = parseInt((screen.availWidth/2) - (width/2));
    var top = parseInt((screen.availHeight/2) - (height/2));
    var windowFeatures = "width=" + width + ",height=" + height +
        ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=" + left + ",top=" + top +
        ",screenX=" + left + ",screenY=" + top;
    mywin = window.open('', "Contact", windowFeatures);
	mywin.focus();
	mywin.document.write('<html>');
	mywin.document.write('<head>');
	mywin.document.write('<title>Forestia - Passez le mot</title>');
	mywin.document.write('</head>');
	mywin.document.write('<body style="margin: 0; padding: 0;background-color: #000000;background-image:url('+absolutePath+'images/entete_jeu.jpg);background-repeat:no-repeat;">')
	mywin.document.write('<iframe id="iframegame" src="'+absolutePath+'/passezlemot.php" width='+width+' height='+height+' scrolling=no frameborder=0></iframe>');
	mywin.document.write('</body>');
	mywin.document.write('</html>');
}

function close_popup(isDispatch) 
{
		
	if(document.name=="frameSource" || window.name=="frameSource")
	{
		if (isDispatch == undefined) 
		{
			isDispatch = 1 ;
		}
		
	 /* var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
		
		var elsource = parent.window.document.getElementById('divpop_source');
	
		var elback = parent.window.document.getElementById('divpop');
		
		elback.innerHTML = null;
		elsource.innerHTML = null;
		
		elback.style.visibility = "hidden";
		elsource.style.visibility = "hidden";
	
		// UN HIDE VIRTUAL WORLD !!!!!!
		elCMV = parent.window.document.getElementById('gamecontent');
		elCMV.style.visibility="visible";
		
	  var swf = parent.window.document.getElementById('swf_cmv');
	  
	  //alert("isdisp=" + isDispatch);
	  if( swf != null && isDispatch == 1 )
	  {
		  //alert("onPopupClose dispatch");
		  swf.onPopupClose();
	  }*/
	  window.parent.close_popup(0)
	  
	}
	else
		window.location='http://www.scienceenjeu.ca/jeux.php';
  
}
//clear la window de popup
function clearWindow(pWindow){

	if(pWindow==null){
		//too bad
	}else{
	
		pWindow.close();
	}
}
