function efface_logo(table,id)
{
	loc = 'efface_logo.php?type='+table+'&id='+id;
	if(confirm('Confirmez-vous la suppression de ce logo ?'))
	{
		parent.window.location.href = loc;
	}
}

function printfiche(element_id)
{
	if(element_id)
	{
		w = 700;
		h = screen.height*0.8;
		t = 10;
		l = 10;
		win = window.open('print_fiche.php','win','scrollbars=yes,width='+w+',height='+h+',top='+t+',left='+l+',status=yes');
		win.resizeTo(w,h);
		win.focus();
	}	
}

function printpage()
{
	pageP = window.open('print.html','pageP','width=800, height=600, scrollbars=yes,location=no, menubar=yes, resizable=yes');
}

function sendpage()
{
	pageS = window.open('sendP.php','pageS','width=400, height=300, scrollbars=no,location=no, menubar=no, resizable=no');	
}