function marchi(url) { //v2.0

	 popup=window.open(url, 'popup', 'resizable=yes, width=650, height=500, scrollbars=yes');
// 	alert('url=' + url);
//	url = ('http://www.' + url + '.com');

 	popup.focus();
}
