<!--
if(self.name==top.name){
var indirizzo = document.URL;
var nPos = indirizzo.lastIndexOf("\\");
file = indirizzo.substring(nPos+1, indirizzo.leght);
if (file == 'index.htm')
location.href="../home.htm"
else
location.href="../home.htm?" + file 
}
//-->

