<!--
function ouvrirpdf(id, titre)
{ 
	var left = (screen.width-640)/2;
	var top = (screen.height-480)/2;
	window.open("./solutionstelecom/pdf/popup_pdf.php?idproduit="+id+"&titreproduit="+titre ,"Cible" ,"width=640, height=480, resizable=0, scrollbars=0, menubar=0, status=1, location=0, toolbar=0"+", left="+left+", top="+top);
}

function ouvrirdemandeinfos(id, titre)
{ 
	var left = (screen.width-640)/2;
	var top = (screen.height-480)/2;
	window.open("./popup_demandeinfos.php?idproduit="+id+"&titreproduit="+titre ,"Cible" ,"width=640, height=480, resizable=0, scrollbars=0, menubar=0, status=1, location=0, toolbar=0"+", left="+left+", top="+top);
}

function consulterdemandeinfos()
{ 
	var left = (screen.width-640)/2;
	var top = (screen.height-480)/2;
	window.open("./popup_demandeinfos.php" ,"Cible" ,"width=640, height=480, resizable=0, scrollbars=0, menubar=0, status=1, location=0, toolbar=0"+", left="+left+", top="+top);
}

function ouvririmage(id, titre)
{ 
	var left = (screen.width-640)/2;
	var top = (screen.height-480)/2;
	window.open("./popup_image.php?idproduit="+id+"&titreproduit="+titre ,"Cible" ,"width=640, height=480, resizable=0, scrollbars=0, menubar=0, status=1, location=0, toolbar=0"+", left="+left+", top="+top);
	
}

function ouvririmagesol(id,titre)
{ 
	var left = (screen.width-640)/2;
	var top = (screen.height-480)/2;
	window.open("./popup_imagesolutions.php?idproduit="+id+"&titreimg="+titre ,"Cible" ,"width=640, height=580, resizable=1, scrollbars=0, menubar=0, status=1, location=0, toolbar=0"+", left="+left+", top="+top);
}

function fermer()
{
	window.close();
}
//-->
