if (window.top.frames.length > 0) {
	window.top.location = self.document.location;
}

function Stampa() {
	window.print() ;
}

function OpenWin(stUrl, stName, stFeatures){
	window.open(stUrl, stName, stFeatures)
}
