//alert(top.location.pathname);
if((top==self) && (top.location.pathname != '/06_3_1.cfm') && (top.location.pathname != '/i_06_3_1.cfm')){
	var el_frame='';
	var nombre_doc =location.pathname.substring(1)+escape(location.search);
if(nombre_doc.charAt(0)=='i'){
	el_frame=nombre_doc.substring(0,6)+'frameset.htm';
	}
	else{el_frame=nombre_doc.substring(0,4)+'frameset.htm';}
	top.location=el_frame+'?'+ nombre_doc;
}	