// JavaScript Documen

function pop(filaNombre, ancho, alto){
		window.open("PRODUCTS/"+filaNombre,"popup","width="+ancho+",height="+alto+",scrollbars=NO,resize= NO");
}