var Xcon=0;

function PopInfo() {
    	win = window.open("www.bioritmi.info","", "height=180, width=420, top=10, left=10");
	win.document.writeln("<HTML><HEAD>");
	win.document.writeln('<link rel=stylesheet href="bioritmi.css" type="text/css">');
	win.document.writeln('<meta name="author" content="Giuseppe Capozzo">');
	win.document.writeln("<TITLE>Bioritmi</TITLE>");
	win.document.writeln('<LINK REL="SHORTCUT ICON" HREF="http://www.bioritmi.info/favicon.ico">');

	win.document.writeln('<script language="JavaScript">');
	win.document.writeln('function Preferiti()');
	win.document.writeln('	{ ');
	win.document.writeln('window.external.AddFavorite("http://www.bioritmi.info/","Storia, Funzioni e Calcolo dei Bioritmi")');
	win.document.writeln('	}');
	win.document.writeln("</script>");

	win.document.writeln("</HEAD>");
	win.document.writeln('<body>');
	win.document.writeln("<i>&nbsp;&nbsp;&nbsp;E' attivo il nuovo indirizzo di primo livello<br><br>");
	win.document.writeln('<center>');
	win.document.writeln('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	win.document.writeln(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"');
	win.document.writeln(' WIDTH=390 HEIGHT=80>');
	win.document.writeln(' <PARAM NAME=movie VALUE="info.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000066> <EMBED src="infoA.swf" quality=high bgcolor=#000066  WIDTH=390 HEIGHT=80 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>');
	win.document.writeln('</OBJECT>');
	win.document.writeln('<br><br>');
	win.document.writeln('</center>');
	win.document.writeln('&nbsp;&nbsp;&nbsp;<a href="JavaScript:Preferiti()" title="Aggiorna i preferiti">');
	win.document.writeln('Aggiungi il nuovo indirizzo ai preferiti</a>');
	clearID=win.setTimeout("self.close()",80000);
}


