
//<!-- caption -->
// caption dei Valdagnesi
// Nicola Zordan, Wednesday 21 February 2001

// Do not display if it is framed
//if (window.top == window.self || window.self.name=='caption') {
if (window.top == window.self || window.self.name!='page') {

document.write('<center>');

document.write('<B><BIG><BIG><BIG>');
//document.write('<h1>');
document.write('<FONT color="'+PagesCaptionColor+'" 0COLOR="#007000">'+PagesCaption+'</FONT> ');
document.write('<br>');
document.write('</BIG></BIG></BIG></B>');
//document.write('</h1>');
document.write('<A HREF="http://'+PagesURL+'" target="_top">'+PagesURL+'</A>');
//document.write(' <br>');
document.write(' &nbsp ');
document.write('<A HREF="mailto:'+PagesEMail+'" target="_top">'+PagesEMail+'</A>');
//document.write('<B><I> by <A HREF="http://www.NicolaZordan.com" target="_top">Nicola Zordan</A></I></B>');
document.write('<br>');

document.write('<img src="MenuSpacer.gif"><br>');

document.write('</center>');

// Do not display if it is framed
};

