// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function abreGaleria(producto_id) {
	var params = 'width=700,height=400,menubar=no,location=no,resizable=yes,scrollbars=no,status=yes';
	window.open('/inicio/galeria/' + producto_id,'Galeria' + producto_id,'left=' + (screen.width-700)/2 + ',top='+ (screen.height-400)/2 + ',' + params);
}
