// JAVASCRIPTS

function popup_ruta (rutaimg)
{
	var ruta;
	ruta='htmlprod/'+rutaimg;
	//alert(ruta);
	var newwindow;
	newwindow=window.open(ruta,'name','height=272,width=528');

	if (window.focus) {newwindow.focus()}
}






