// JavaScript Document

function frameContenido(adr1) 
{ 
	window.parent.scrollTo(0,0);
	parent.contenido.location.href=adr1; 
} 
