function printme(id) {
  window.open("http://www.lizee.com/print.php?id="+id+"/","Imprimer");
}
function openup(id){
	//window.open("/popup/"+id,"Gallerie","width=770, height=650, toolbars=0, resizable=0,menubar=0,titlebar=0, scrollbars=0");
	window.open("http://www.lizee.com/popup.php?id="+id,"Gallerie","width=770, height=650, toolbars=0, resizable=0,menubar=0,titlebar=0, scrollbars=0");
}
function openLot(id){
	//window.open("http://www.lizee.com/popuplot/"+id,"Lots","width=300, height=400, toolbars=0, resizable=0,menubar=0,titlebar=0, scrollbars=1");
	window.open("http://www.lizee.com/popuplot.php?id="+id,"Lots","width=300, height=400, toolbars=0, resizable=0,menubar=0,titlebar=0, scrollbars=0");
}
