<!-- left sidebar - Index New

// lsbar top table 1

document.write('<table width="280" cellpadding="0" cellspacing="0" border="0">');
//----- turbine ---
document.write('<tr>');
document.write('<td width="280" align="center" valign="top"><a href="turbine2.htm" target="_top"><img src="pic/lsbar_index.jpg" width="280" height="350" border="0"></a>');           
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="15" 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="76" border="0"></td></tr>');           
document.write('<tr><td width="280" align="center" valign="top"><a href="mailto:digikv@yahoo.com"><img src="pic/lsbar_contact_mail.jpg" width="280" height="24" 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>');           

//----- predstavnik jug srbije ---
document.write('<tr><td width="280" align="center" valign="top" background="pic/lsbar_predst_js.jpg"><img src="pic/spacer.gif" width="280" height="102" border="0"></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>');           

//----- predstavnik backa ---
document.write('<tr><td width="280" align="center" valign="top" background="pic/lsbar_predst_bac.jpg"><img src="pic/spacer.gif" width="280" height="102" border="0"></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>');           

//----- predstavnik Slovenija ---
document.write('<tr><td width="280" align="center" valign="top" background="pic/lsbar_predst_slo.jpg"><img src="pic/spacer.gif" width="280" height="102" border="0"></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>');           
//
//----- predstavnik hrvatska ---
//document.write('<tr><td width="280" align="center" valign="top" background="pic/lsbar_predst_hr.jpg"><img src="pic/spacer.gif" width="280" height="102" border="0"></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>');           
//
//----- predstavnik Crna Gora ---
//document.write('<tr><td width="280" align="center" valign="top" background="pic/lsbar_predst_cg.jpg"><img src="pic/spacer.gif" width="280" height="102" border="0"></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>');           

//----- predstavnik BiH ---
document.write('<tr><td width="280" align="center" valign="top" background="pic/lsbar_predst_ba.jpg"><img src="pic/spacer.gif" width="280" height="102" border="0"></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>');           

//----- predstavnik Makedonija ---
document.write('<tr><td width="280" align="center" valign="top" background="pic/lsbar_predst_mk.jpg"><img src="pic/spacer.gif" width="280" height="102" border="0"></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>');           

//----- oglas predstavnik ---
document.write('<tr><td width="280" align="center" valign="top" background="pic/lsbar_oglas.jpg"><img src="pic/spacer.gif" width="280" height="79" border="0"></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 -->