function popup_photos(id){
	var opts = 'scrollbars=yes,resizable=no,menubar=yes,status=no';
	var w = 700;
	var h = 600;
	var t = (screen.height - h)/2;
	var l = (screen.width - w)/2;
	var pw = window.open('popup_photos.php?id='+id,'','width='+w+',height='+h+',top=50,left='+l+','+opts);
}

function popup_diapo(id){
	var opts = 'scrollbars=no,resizable=yes,menubar=no,status=no';
	var w = 700;
	var h = 620;
	var t = (screen.height - h)/2;
	var l = (screen.width - w)/2;
	var pw = window.open('popup_diapo.php?id='+id,'','width='+w+',height='+h+',top=50,left='+l+','+opts);
}

function popup_video(id){
	var opts = 'scrollbars=yes,resizable=no,menubar=no,status=no';
	var w = 500;
	var h = 460;
	var t = (screen.height - h)/2;
	var l = (screen.width - w)/2;
	var pw = window.open('popup_video.php?id='+id,'','width='+w+',height='+h+',top=50,left='+l+','+opts);
}


function popup_caracteristique(id){
	var opts = 'scrollbars=no,resizable=no,menubar=no,status=no';
	var w = 450;
	var h = 450;
	var t = (screen.height - h)/2;
	var l = (screen.width - w)/2;
	var pw = window.open('popup_caracteristique.php?id='+id,'','width='+w+',height='+h+',top=50,left='+l+','+opts);
}

function popup_articles(id){
	var opts = 'scrollbars=yes,resizable=no,menubar=no,status=no';
	var w = 770;
	var h = 600;
	var t = (screen.height - h)/2;
	var l = (screen.width - w)/2;
	var pw = window.open('popup_articles.php?id='+id,'','width='+w+',height='+h+',top=50,left='+l+','+opts);
}

function popup_savoir(id){
	var opts = 'scrollbars=no,resizable=no,menubar=no,status=no';
	var w = 450;
	var h = 450;
	var t = (screen.height - h)/2;
	var l = (screen.width - w)/2;
	var pw = window.open('popup_savoir.php?id='+id,'','width='+w+',height='+h+',top=50,left='+l+','+opts);
}

function popup_condition(){
	var opts = 'scrollbars=no,resizable=no,menubar=no,status=no';
	var w = 450;
	var h = 450;
	var t = (screen.height - h)/2;
	var l = (screen.width - w)/2;
	var pw = window.open('popup_condition.php','','width='+w+',height='+h+',top=50,left='+l+','+opts);
}


function popup_facture(id){
	var opts = 'scrollbars=no,resizable=no,menubar=no,status=no';
	var w = 600;
	var h = 600;
	var t = (screen.height - h)/2;
	var l = (screen.width - w)/2;
	var pw = window.open('bn_commande.php?id='+id,'','width='+w+',height='+h+',top=50,left='+l+','+opts);
}

function popup_offre(){
	var opts = 'scrollbars=no,resizable=no,menubar=no,status=no';
	var w = 400;
	var h = 180;
	var t = (screen.height - h)/2;
	var l = (screen.width - w)/2;
	var pw = window.open('offre.php','','width='+w+',height='+h+',top=50,left='+l+','+opts);
}