function writeConfigFlash()
{
	openPopup("/content/opc/v2/configurator_euro.asp?lang=fr", 834, 645, "BalancedPCConfigurator");
}

function closeConfigFlash()
{
	var flexContainer = document.getElementById("flexContainer");
	var flexApp = document.getElementById("flexApp");

	flexContainer.style.display = "none";
	
	writeMainFlash();
}



function openPopup(url, width, height, name)
{
	var x = (document.body.clientWidth/2) - (width/2);
  	var y = (document.body.clientHeight/2) - (height/2);
	if (screen) {
        	y = (screen.availHeight - height)/2;
        	x = (screen.availWidth - width)/2;
	}


	window.open(url,name,"width=" + width + ",height=" + height + ",resizable=no,toolbar=no,location=no,scrollbars=no,top=" + y + ",left="+ x +",screenX=" + x + ",screenY="+ y);
}
