function writeJS() {

var str='';

str+='	<div class="flagsContainer">	';
str+='		<div class="flags">	';
str+='			<a href="../de/company_intro.html"><img src="..\/images\/flags\/de.gif"><\/a>	';
str+='			<a href="../es/company_intro.html"><img src="..\/images\/flags\/es.gif"><\/a>	';
str+='			<a href="../en/company_intro.html"><img src="..\/images\/flags\/en.gif"><\/a>	';
str+='			<a href="../it/company_intro.html"><img src="..\/images\/flags\/it.gif"><\/a>	';
str+='			<a href="../fr/company_intro.html"><img src="..\/images\/flags\/fr.gif"><\/a>	';
str+='			<a href="../pl/company_intro.html"><img src="..\/images\/flags\/pl.gif"><\/a>	';
str+='		<\/div>	';
str+='	<\/div>	';

str+='	<div class="menuContainer">	';
str+='		<table border="0" cellpadding="0" cellspacing="0">	';
str+='			<tr>	';

if (chapter=='0') {
	str+='		<td class="active"><a href="company_intro.html">Our company<\/a><\/td>	';
} else {
	str+='		<td><a href="company_intro.html">Our company<\/a><\/td>	';
}

if (chapter=='1') {
	str+='		<td class="active"><a href="products.html">Products<\/a><\/td>	';
} else {
	str+='		<td><a href="products.html">Products<\/a><\/td>	';
}

if (chapter=='2') {
	str+='		<td class="active"><a href="news.html">News<\/a><\/td>	';
} else {
	str+='		<td><a href="news.html">News<\/a><\/td>	';
}

if (chapter=='4') {

	str+='		<td class="active"><a href="downloads_products.html">Downloads<\/a><\/td>	';
} else {

	str+='		<td><a href="downloads_products.html">Downloads<\/a><\/td>	';
}
/*
if (chapter=='4') {

	str+='		<td class="active"><a href="downloads.html">Downloads<\/a><\/td>	';
} else {

	str+='		<td><a href="downloads.html">Downloads<\/a><\/td>	';
}
*/

if (chapter=='5') {
	str+='		<td class="lastActive"><a href="support.html"">Support<\/a><\/td>	';
} else {
	str+='		<td class="last"><a href="support.html">Support<\/a><\/td>	';
}

str+='			<\/tr>	';
str+='		<\/table>	';
str+='	<\/div>	';

str+='	<div class="headerContainer">	';
str+='		<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http:\/\/fpdownload.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=7,0,0,0" width="900" height="175" id="header" align="middle">	';
str+='			<param name="allowScriptAccess" value="sameDomain" >	';
str+='			<param name="movie" value="..\/images\/header.swf" >	';
str+='			<param name="quality" value="high" >	';
str+='			<param name="bgcolor" value="#ffffff" >	';
str+='			<embed src="..\/images\/header.swf" quality="high" bgcolor="#ffffff" width="900" height="175" name="header" align="middle" allowScriptAccess="sameDomain" type="application\/x-shockwave-flash" pluginspage="http:\/\/www.macromedia.com\/go\/getflashplayer" >	';
str+='		<\/object>	';
str+='	<\/div>	';

document.write(str);

}
writeJS();