function makeFrame(){
	//if (!opener){
		if (!(parent.parent.topFrame || parent.topFrame)){
			//alert("http://" + location.hostname + "/italiano/frameset/redirframe.htm?" + document.location.href);
			location.href = "http://" + location.hostname + "/italiano/frameset/redirframe.htm?" + document.location.href;
			
			
		}
	//}
}