/* author: Oreste Parise */
/* Creation date: 29/09/03 */
var psw="oreste2004";
function mostraNota(msg) {

nuovaFinestra=window.open(msg,"Nota","scrollbars=yes,resizable=yes,width=300,height=350");
nuovaFinestra.focus;
}
//
function chiudi() {
history.back();
}
//
function popUpNota(testo,x,y,w,h) {
var nota=window.createPopup();
nota.document.body.innerHTML=testo;
nota.document.body.style.color="#008000";
nota.document.body.style.backgroundColor="#ffcc99";
nota.document.body.style.border="1 solid black";
nota.document.body.style.fontSize="12px";
nota.document.body.style.fontFamily="Courier New";
nota.show(x,y,w,h);
}
//
function mostraImmagine() {
if (!document.images) return;
document.images.foto0.rsc=document.galleria.immagine.options[document.galleria.immagine.selectedIndex].value;
}
//
function chiusura() {
var dd=document.write;
dd("<hr size='3' style='color: #800000'\/>");
dd("<h1 style='text-align: center'>C O P Y R I G H T <\/H1>");
dd("<p>You may copy it, give it away or re-use it under the terms of the ");
dd("<a href='../copyright.html'>©opyright rules<\/a>  ");
dd("included at my home page, citing the author's name and that the text is taken from the site <span style='color: blue'\/> www.oresteparise.it.<\/span>	<\/p>");
dd(" <p>Il copyright degli articoli è libero. Chiunque può riprodurli secondo le ");
dd("<a href='..\/copyright.html'>©ondizioni</a> ");
dd("elencate nella home page, citando il nome dell'autore e mettendo in evidenza che il testo riprodotto è tratto da ");
dd("<span style='color: blue'\/> www.oresteparise.it.<\/span><\/p>");
dd("<hr size='3' style='color: #800000'\/>");

dd("<p style='color: #330000'>Ultimo aggiornamento del "); 
dd("<script>");
dd("document.write(document.lastModified);");
dd("<\/script>");
dd("<\/p>");
}
//
function inizio(titolo,giornale,data,datapubbl) {
var dd=document.write;
dd("<table summary='None' width='100%'>");
dd("<tr><td width='145' height='125'>");
dd("<img width='135' height='124' src='..\/FotoFam\/OP2.jpg' align='left' alt='None'\/>");
dd("<\/td>");
dd("<td align='center'>");
dd("<a href='http:\/\/www.mezzoeuro.it\/'>");
dd("<img width='344' height='71' src='mezzoeuro43.jpg' border='0' alt=\'");
dd(giornale," del ",datapubbl,"\'");
dd(" \/><\/a><br \/><br \/>");
dd("<\/tr><\/table>");
dd("<hr \/>");
dd("<h1 align='center'>");
dd(titolo);
dd("<\/h1>");
dd("<p align='center'>di Oreste Parise<br \/>");
dd("Pubblicato su ");
dd(giornale," del ",datapubbl);
dd(" <a href='../copyright.html'>©opyright<\/a>");
dd("<\/p><hr size='3' style='color: maroon'\/>");
dd("<p>Rende, ");
dd(data);
dd("<\/p>");
}
//
function inizioCal(titolo,giornale,data,datapubbl) {
var dd=document.write;
dd("<table summary='None' width='100%'>");
dd("<tr><td width='145' height='125'>");
dd("<img width='135' height='124' src='..\/FotoFam\/OP2.jpg' align='left' alt='None'\/>");
dd("<\/td>");
dd("<td align='center'>");
dd("<a href='http:\/\/www.calabria.it\/'>");
dd("<img width=\'344\' height=\'71\' src=\'logo.jpg\' border='0' alt=\'Logo Calabria\' \/><\/a>");
dd("<br \/>Mensile di notizie e commenti del CONSIGLIO REGIONALE<br \/>");
dd("Direttore responsabile: Salvatore Santagata");
dd("<br \/><br \/>");
dd("<\/tr><\/table>");
dd("<hr \/>");
dd("<h1 align='center'>");
dd(titolo);
dd("<\/h1>");
dd("<p align='center'>di Oreste Parise<br \/>");
dd("Pubblicato su ");
dd(giornale," del ",datapubbl);
dd(" <a href='../copyright.html'>©opyright<\/a>");
dd("<\/p><hr size='3' style='color: maroon'\/>");
dd("<p>Rende, ");
dd(data);
dd("<\/p>");
}
//
var nmax=4;
var nvolte=0;
function chiedi(msg,msgdefault) {
paroladordine="oreste2004";
nvolte += 1;
if (nvolte==nmax) {alert("attenzione! Ultimo tentativo");}
if (nvolte>nmax) {return;}
risposta=window.prompt(msg,msgdefault); 
if (risposta=="null"){ return;}
if (risposta==msgdefault) {alert("Ci hai provato, eh!");}
if (risposta==paroladordine) {alert("Bravo, hai indovinato");}
}
//
function inizioCal2000(titolo,giornale,data,datapubbl) {
var dd=document.write;
dd("<table summary='None' width='100%'>");
dd("<tr><td width='145' height='125'>");
dd("<img width='135' height='124' src='..\/FotoFam\/OP2.jpg' align='left' alt='None'\/>");
dd("<\/td>");
dd("<td align='center'>");
dd("<a href='http:\/\/www.calabria.it\/'>");
dd("<img width=\'344\' height=\'71\' src=\'cal2000.jpg\' border='0' alt=\'Logo Calabria\' \/><\/a>");
dd("<br \/>Mensile di vita regionale<br \/>");
dd("Direttore responsabile: Antonio Jannazzo");
dd("<br \/><br \/>");
dd("<\/tr><\/table>");
dd("<hr \/>");
dd("<h1 align='center'>");
dd(titolo);
dd("<\/h1>");
dd("<p align='center'>di Oreste Parise<br \/>");
dd("Pubblicato su ");
dd(giornale," del ",datapubbl);
dd(" <a href='../copyright.html'>©opyright<\/a>");
dd("<\/p><hr size='3' style='color: maroon'\/>");
dd("<p>Rende, ");
dd(data);
dd("<\/p>");
}