function printmngr(power) {
maman=window.open("","_parent");
maman.directPrint=power;
}

printmngr(0);
