<!--

function AbreResena() {

	if (screen.width == 1024)
		ventana = window.open('resena.html','','scrollbars, height=540, width=790, left=105, top=96');
	else
		ventana = window.open('resena.html','','scrollbars, height=445, width=790, left=0, top=76');

}

//-->
