// JavaScript Document


function charge (en_tete,principal){

	if(en_tete!=''){ window.parent.en_tete.location.href = en_tete; }
	if(principal!=''){ window.parent.principal.location.href = principal; }

}

function popup(page,largeur,hauteur,options)
{
var top=50;
var left=35;
window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}