function popupNoticia(url){
	
	mywindow = window.open (url,"","menubar=1,resizable=1,scrollbars=1,width=600,height=600");

 }
 
function popupFotoNoticia(url, width, height){
	
	height = height + 15;
	width = width + 15;
	mywindow = window.open(url,"","menubar=0,resizable=1,scrollbars=0,width="+width+",height="+height);

 }
 
function popupCondicionsCompra(url){
	
	mywindow = window.open (url,"","menubar=1,resizable=1,scrollbars=1,width=600,height=600");

 } 
