<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'
// NOTE: To edit menus code edit the coolstyle.css
var menuheight	="238"	  // OVERALL MENU HEIGHT
var menuwidth	="140"	  // OVERALL MENU WIDTH
var botmline	="9"	  // HEIGHT OF VERT LINE UNDER MENU
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td>');
document.write('<img src="picts/spacer.gif" HEIGHT="'+menuheight+'" WIDTH="10">');
document.write('</td><td valign="bottom" align="left">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" HEIGHT="1" WIDTH="10">');
// START MENU LINKS
// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK
document.write('</td></tr><tr><td style="padding:4px">');
document.write('<img src="picts/z-al.png" hspace="5"><a href="http://www.euft.eu/shqip/index.php">Shqip</a><br>');
document.write('</td></tr><tr><td style="padding:4px">');
document.write('<img src="picts/z-uk.gif" hspace="5"><a href="http://www.euft.eu/english/index.php">English</a><br>');
document.write('</td></tr><tr><td style="padding:4px">');
document.write('<img src="picts/z-it.gif" hspace="5"><a href="http://www.euft.eu/italian/index.php">Italiano</a><br>');
document.write('</td></tr><tr><td style="padding:4px">');
document.write('<img src="picts/contact.gif" hspace="5"><a href="http://www.euft.eu/shqip/index.php?option=com_contact&view=contact&id=1&Itemid=87">Contact us</a><br><br><br>');
document.write('</td></tr><tr><td style="padding:6px; border: 4px double #566895; text-align:center; font-size:14px;">');
document.write('<a href="http://www.euft.eu/italian/index.php?option=com_mad4joomla&jid=2">EUFT ITALIA</a>');
// document.write('</td></tr><tr><td style="padding:4px">');
// document.write('<a href="#"><img src="picts/facebook.png" width="48" height="48"hspace="20" border="0"></a> <a href="#"><img src="picts/youtube.png" width="45" height="45" hspace="5"  border="0"></a><br>');
// document.write('</td></tr><tr><td class="menu">');
// document.write('<a href="http://www.postimi.com/">Forum</a><br>');
// document.write('</td></tr><tr><td style="padding:4px">');
// document.write('<img src="picts/webmail.gif" hspace="5"><a href="http://www.euft.eu/webmail">WebMail</a><br>');
document.write('</td></tr><tr><td>');
//document.write('<img src="picts/menu_bottom.gif" HEIGHT="1" WIDTH="81"><br>');
document.write('</td></tr><tr><td>');
document.write('<img src="picts/spacer.gif" height="'+botmline+'" width="'+menuwidth+'"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');
//  End -->
