<!-- Header 


//  header table 
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="899" height="299">');

////////////////////////////////////
//  header top - space row  
document.write('<tr><td width="899" height="20">');
document.write('<img src="pic/spacer.gif" width="899" height="20" border="0">');
document.write('</td></tr>');

////////////////////////////////////
//  header logo - icon menu 
document.write('<tr><td width="899" height="54">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="899" height="54">');

document.write('<td width="378" height="54" valign="middle" align="center">');
document.write('<img border="0" src="pic/header_logo.jpg" width="378" height="54">');
document.write('</td>');
document.write('<td width="350" height="54" valign="middle" align="center">');
document.write('<img src="pic/spacer.gif" width="350" height="54" border="0">');
document.write('</td>');

document.write('<td width="42" height="54" valign="middle" align="center">');
document.write('<a href="index.htm"><img border="0" src="pic/menu_icon_home.jpg" width="42" height="54" alt="Početna strana"></a>');
document.write('</td>');
document.write('<td width="18" height="54" valign="middle" align="center">');
document.write('<img src="pic/spacer.gif" width="18" height="54" border="0">');
document.write('</td>');

document.write('<td width="40" height="54" valign="middle" align="center">');
document.write('<a href="index_en.htm"><img border="0" src="pic/menu_icon_en.jpg" width="40" height="54" alt="English version"></a>');
document.write('</td>');
document.write('<td width="16" height="54" valign="middle" align="center">');
document.write('<img src="pic/spacer.gif" width="16" height="54" border="0">');
document.write('</td>');

document.write('<td width="40" height="54" valign="middle" align="center">');
document.write('<a href="index_ru.htm"><img border="0" src="pic/menu_icon_ru.jpg" width="40" height="54" alt="&#1042;&#1077;&#1088;&#1089;&#1080;&#1103; &#1085;&#1072; &#1088;&#1091;&#1089;&#1089;&#1082;&#1086;&#1084; &#1103;&#1079;&#1099;&#1082;&#1077;"></a>');
document.write('</td>');
document.write('<td width="15" height="54" valign="middle" align="center">');
document.write('<img src="pic/spacer.gif" width="15" height="54" border="0">');
document.write('</td>');

document.write('</table>');
document.write('</td></tr>');

////////////////////////////////////
//  animation top  
document.write('<tr><td width="899" height="17">');
document.write('<img border="0" src="pic/animation_top.jpg" width="899" height="17"');
document.write('</td></tr>');

////////////////////////////////////
//  animation
document.write('<tr><td width="899" height="208">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="899" height="208">');

document.write('<td width="5" height="208" valign="middle" align="center">');
document.write('<img border="0" src="pic/animation_l.jpg" width="5" height="208">');
document.write('</td>');
////////////////////////////////////
//  swf
document.write('<td width="890" height="208" valign="middle" align="center">');

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="890" height="208" id="tech" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="header.swf?xml_path=header.xml" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="header.swf?xml_path=header.xml" quality="high" width="890" height="208" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');

document.write('</td>');

////////////////////////////////////
document.write('<td width="4" height="208" valign="middle" align="center">');
document.write('<img border="0" src="pic/animation_r.jpg" width="4" height="208">');
document.write('</td>');
document.write('</table>');
document.write('</td></tr>');
////////////////////////////////////
//  end main menu

document.write('</table>');

//  end -->

