<!-- left sidebar - Index New

// lsbar top table 1

document.write('<table width="280" cellpadding="0" cellspacing="0" border="0">');

//----- find products ---
document.write('<tr>');
document.write('<td width="280" height="24" valign="middle" align="right" background="pic/lsbar-form.jpg">');

document.write('<table width=100% cellpadding=0 cellspacing=0 border=0>'); 
document.write('<form name=form>');

document.write('<tr><td nowrap width="280" height="20" valign="top" align="right" >');
document.write('<select name="fieldname" size="1" 	onChange="openDir( this.form )" class ="jumpmenu">');
document.write('<option>Quickly and easily find products</option> ');
document.write('<option value=rotors1.htm>Rotors for KAVO turbines</option>');
document.write('<option value=rotors2.htm>Rotors for SIEMENS turbines</option>');
document.write('<option value=rotors3.htm>Rotors for W&H turbines</option>');
document.write('<option value=rotors4.htm>Rotors for BIE AIR turbines</option>');
document.write('<option value=rotors5.htm>Rotors for other producers</option>');
//--------
document.write('<option value=turbine1.htm>Turbine TEHNODENT</option>');
document.write('<option value=turbine2.htm>Turbine COSMIC RAY</option>');
//--------
document.write('<option value=spareparts.htm>Spare parts</option>');
//--------
document.write('<option value=tools.htm>Servicing Tools</option>');

document.write('</select>');
document.write('</td></tr> ');

document.write('</form> ');
document.write('</table>');
document.write('</td></tr>');

//----- space ---
document.write('<tr><td width="280" align="center" valign="top" background="pic/bgrd_all.jpg"><img src="pic/spacer.gif" width="280" height="10" border="0"></td></tr>');           
//----- fedex ---
document.write('<tr><td width="280" align="center" valign="top"><a href="dilivery.htm" target="_top"><img src="pic/lsbar-fedex.jpg" width="280" height="58" border="0"></a></td></tr>');           
//----- space ---
document.write('<tr><td width="280" align="center" valign="top" background="pic/bgrd_all.jpg"><img src="pic/spacer.gif" width="280" height="10" border="0"></td></tr>');           
//----- contact ---
document.write('<tr><td width="280" align="center" valign="top" background="pic/lsbar_contact.jpg"><img src="pic/spacer.gif" width="280" height="100" border="0"></td></tr>');           
document.write('<tr><td width="280" align="center" valign="top"><a href="mailto:office@tehnodent.com"><img src="pic/lsbar_contact_mail.jpg" width="280" height="20" border="0"></a></td></tr>');           

//----- space ---
document.write('<tr><td width="280" align="center" valign="top" background="pic/bgrd_all.jpg"><img src="pic/spacer.gif" width="280" height="15" border="0"></td></tr>');           

// --------

document.write('</table>');

function openDir( form ) { 
	var newIndex = form.fieldname.selectedIndex; 
	if ( newIndex == 0 ) { 
		alert( "Please select a location!" ); 
	} else { 
		cururl = form.fieldname.options[ newIndex ].value; 
		window.location.assign( cururl ); 
	} 
} 

//  end -->