// JavaScript Document
function confirmsupp(pagesupp)
{
	if(confirm('Confirmer la suppression ?')){
	document.location =(pagesupp);
	}
}

function openwint(urlt) {
	//url=url+'?opnerform='+opnerform+'&champ='+champ;
 opwin=window.open(urlt,'Calendrier','width=500,height=400,status=yes,scrollbars=yes,resizable=yes');
 opwin.moveTo(((screen.availWidth/2)-(500/2)),((screen.availHeight/2)-(400/2)));
}
function openwin(urlt) {
	//url=url+'?opnerform='+opnerform+'&champ='+champ;
 opwin=window.open(urlt,'Calendrier','width=600,height=250,status=yes,scrollbars=yes,resizable=yes');
 opwin.moveTo(((screen.availWidth/2)-(600/2)),((screen.availHeight/2)-(250/2)));
}
function openimage(url,opnerform,champ,image_n,plus) {
	url=url+'?opnerform='+opnerform+'&champ='+champ+'&image_n='+image_n+plus;
 //window.open(url,'Calendrier','width=650,height=500,scrollbars=yes,resizable=yes');
 opwin=window.open(url,'Calendrier','width=700,height=500,resizable=yes,status=yes');
 opwin.moveTo(((screen.availWidth/2)-(700/2)),((screen.availHeight/2)-(500/2)));
}
function openwin_send(urlt) {
	//url=url+'?opnerform='+opnerform+'&champ='+champ;
 opwin=window.open(urlt,'Calendrier','width=600,height=280,status=yes,scrollbars=yes,resizable=yes');
 opwin.moveTo(((screen.availWidth/2)-(600/2)),((screen.availHeight/2)-(280/2)));
}
function openwin_print(urlt) {
	//url=url+'?opnerform='+opnerform+'&champ='+champ;
 opwin=window.open(urlt,'Calendrier','width=750,height=500,status=yes,scrollbars=yes,resizable=yes');
 opwin.moveTo(((screen.availWidth/2)-(750/2)),((screen.availHeight/2)-(500/2)));
}