
function popup1(url,width,height){
	pagina='productos/'+url;
	window.open (pagina,'window','toolbar=no,location=no,titlebar=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width='+width+',height='+height) 
}