// JavaScript Document
function vide(){
}
function mailing(){
	window.open("http://www.kits-graphiques-deluxe.com/mailing.php?ope=add",'mailingt','height=400,width=300,top=10,left=10,scrollbars=yes,resizable=yes,toolbar=no,location=no,status=yes,menubar=no');
} 
function telecharge(id){
	window.open("telecharger.php?kit="+id,'telecharge','height=200,width=500,top=10,left=10,scrollbars=yes,resizable=yes,toolbar=no,location=no,status=yes,menubar=no');
}