function Pop(nom,width,height)

{

	window.open(nom,'foto','toolbar=no,scrollbars=no,resizable=no,width=' + width +',height='+ height +',top=10,left=10')

}
