<!--

/*
Copyright © 4xRLab
*/


document.write('<table  class="maintable">');
document.write('<tr><td>');
document.write('<br>');
/*
document.write(' <image src="../shared/pictures/prev.gif"><image src="../shared/pictures/up.gif"><image src="../shared/pictures/next.gif"> ');
*/
document.write('</td></tr>');

document.write('<tr><td colspan=1 class="bottombarl">');

document.write('<a href="http://www.tibolab.com" class="ain"><img src="'+rootpath+'shared/pictures/tl.gif" height=16px width=16px border=0 style="vertical-align : middle"> www.tibolab.com</a>')
document.write('</td><td class="bottombar">');




document.write('<a href="javascript:history.back();" class="ain">  <image src="'+rootpath+'shared/pictures/backward.gif" border=0 align=bottom height=12px width=12px> Back </a>&nbsp&nbsp');
if ((navigator.appVersion.indexOf("MSIE") > 0)
  && (parseInt(navigator.appVersion) >= 4))
 {
    var sText = "<a href='javascript:window.external.AddFavorite(parent.window.location.href,parent.window.document.title);' class='ain'>";
   
    sText += "<img src='"+rootpath+"shared/pictures/bookmark.gif' align=bottom height=12px width=12px border=0> Bookmark</A>";
    document.write(sText);
}
else {document.write('<img src="'+rootpath+'shared/pictures/bookmark.gif" align=bottom height=12px width=12px> Bookmark')}

document.write('&nbsp&nbsp <a href="'+rootpath+'index.htm" class="ain"><img src="'+rootpath+'shared/pictures/sitemap.gif" height=12px width=12px border=0> Home</a>');

document.write('&nbsp&nbsp <a href="http://www.tibolab.com/eshop" class="ain"><img src="'+rootpath+'shared/pictures/basket.gif" height=14px width=14px border=0> Φενθ</a>');

document.write('&nbsp&nbsp <a href="mailto:info@tibolab.com" class="ain"><img src="'+rootpath+'shared/pictures/email.gif" height=12px width=119px border=0>  </a>');
document.write('&nbsp&nbsp <img src="'+rootpath+'shared/pictures/pageauthor.gif" align=bottom border=0 height=12px width=12px> Last modified: ');

document.write(document.lastModified); 

document.write('&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp');

document.write('</td>');
document.write('</tr>');
document.write('<tr><td><br><br></td></tr>');
document.write('</table>');

//the end required from alttxt.js
document.write(
'<div id="navtxt" class="navtext" style="visibility:hidden; position:absolute; top:0px; left:-400px; z-index:10000; padding:10px"></div>');


//-->