function imprimPage(html){
	html = '<html><head><title>Montviel - Monteviejo</title><link type="text/css" rel="stylesheet" href="/css/general.css" /></head><body leftmargin="5" marginwidth="5" topmargin="5" marginheight="5" style="background-image:none; background-color:#FFFFFF;" class="txtNoir" onLoad="window.print(); window.close();">'+html+'</body></html>';
	ouverture = window.open('','impression','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,width=500,height=400');
	ouverture.document.open();
	ouverture.document.write(html);
	ouverture.document.close();
};

function imprimPageV2_FR(htmlImprime){
	html = '<html><head><title>Montviel - Monteviejo</title><link type="text/css" rel="stylesheet" href="/css/general_fe.css" /></head><body leftmargin="5" marginwidth="5" topmargin="5" marginheight="5" style="background-image:none; background-color:#FFFFFF;" class="txtNoir" onLoad="window.print(); window.close();">';
	//html += '<div align="center" dtyle="margin-bottom:15px;"><img src="/images/logo.gif" /></div>';
	html += htmlImprime;
	html += '</body></html>';
	ouverture = window.open('','impression','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,width=530,height=400');
	ouverture.document.open();
	ouverture.document.write(html);
	ouverture.document.close();
};



function imprimPageV2_AG(htmlImprime){
	html = '<html><head><title>Montviel - Monteviejo</title><link type="text/css" rel="stylesheet" href="/css/general.css" /></head><body leftmargin="5" marginwidth="5" topmargin="5" marginheight="5" style="background-image:none; background-color:#FFFFFF;" class="txtNoir" onLoad="window.print(); window.close();">';
	//html += '<div align="center" dtyle="margin-bottom:15px;"><img src="/images/logo.gif" /></div>';
	html += htmlImprime;
	html += '</body></html>';
	ouverture = window.open('','impression','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,width=530,height=400');
	ouverture.document.open();
	ouverture.document.write(html);
	ouverture.document.close();
};
