function esempio(str) {
searchWin = window.open(str,'esempio','scrollbars=no,resizable=no,menubar=no, width=330,height=265, status=no,location=no,toolbar=no');
// searchWin.refer = self;
}
