<!-- Begin

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no");
document.write('<img src="grafika/menu1.gif" width="154" height="34"><br>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.html" class="menu">About us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="two-blade.html" class="menu">Two - blade propellers</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="pusher.html" class="menu">Pusher propeller - New!!</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="three-blade.html" class="menu">Three - blade propellers</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="four-blade.html" class="menu">Four - blade propellers</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="scale.html" class="menu">Scale propellers</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="pants.html" class="menu">Wheel pants - New!!</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="landing-gears.html" class="menu">Landing gears - New!!</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.revoc.eu/propeller-cover-special-edit-biela-p-112.html" class="menu">Propeller cover</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="d.html" class="menu">Variable pitch "D"</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="orders.html" class="menu">Orders</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.html" class="menu">Contact</a>');

document.write('</td></tr><tr><td>');
document.write('<img src="grafika/menu2.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');

   if (showimage1 == "yes") {
document.write('<br><br><img src="grafika/grafika.jpg" width="75" height="75" border="0"></a><br><br>');
}
   if (showimage2 == "yes") {
document.write('<img src="grafika/grafika.jpg" width="75" height="75" border="0"></a><br><br><br>');
}
document.write('</td></tr></table></DIV>');

//  End --> 