/* By Mattia aka Shaddy */
var newwindow;
function popup(url)
{
	newwindow=window.open(url,'Amanti segreti','height=500,width=500');
	if (window.focus) {newwindow.focus()}
}
