function showPopup(theURL, theWidth, theHeight) {
	
	var win =  window.open(theURL, "le_prod_popup","scrollbars=yes,width=" + theWidth + ",height=" + theHeight + ",top=50,left=332,resizable=yes");
   	win.focus();

}