// JavaScript Document
function giornale(giornale) {
	theURL = "http://www.sanmarinofixing.com/3DISSUE/" + giornale + "/pageflip.html" ;
	window.open(theURL, '', 'fullscreen=yes, scrollbars=auto');
}
function newsletter () {
    mywindow = window.open("/smfixing/newsletter.php", "mywindow", "menubar=0, resizable=0, location=0, status=0, scrollbars=0, width=470, height=400");
    mywindow.moveTo(50, 50);
}
