
var showimage_1		= "yes"		
var showimage_2		= "yes"		
var showimage_3		= "yes"		
var showarea_1		= "yes"		
var showarea_2		= "yes"		
var showarea_3		= "yes"		
var links		= "no"		

var movedown		= "45"		




document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');

document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');





   if (showarea_1 == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('Mete Vicine:</legend>');
   if (showimage_1 == "yes") {
document.write('<a href="vicine.html"><img src="picts/home-1.jpg" alt="Mete vicine" border="0" class="borders"></a><br>');
}
document.write('<a href="vicine.html">More...</a>');

document.write('</fieldset>');
document.write('<br>');
}


   if (showarea_2 == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('Crociere:</legend>');
   if (showimage_2 == "yes") {
document.write('<a href="crociere.html"><img src="picts/home-2.jpg" alt="Crociere" border="0" class="borders"></a><br>');
}
document.write('<a href="crociere.html">More...</a>');

document.write('</fieldset>');
document.write('<br>');
}

   if (links == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('More Links:</legend>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="http://allwebcodesign.com" target="_blank">Edit This Sample Link</a><br>');

document.write('<a href="http://allwebcodesign.com" target="_blank">Edit This Sample Link</a><br>');

document.write('<a href="http://allwebcodesign.com" target="_blank">Edit This Sample Link</a><br>');


document.write('</fieldset>');
document.write('<br><br><br>');
}

   if (showarea_3 == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('Mete Lontane:</legend>');
  if (showimage_3 == "yes") {
document.write('<a href="lontane.html"><img src="picts/home-3.jpg" alt="Mete lontane" border="0" class="borders"></a><br>');
}
document.write('<a href="lontane.html">More...</a>');

document.write('</fieldset>');
document.write('<br>');
}


document.write('</td></tr></table>');
