<!-- Begin HEADER OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS

var color		= "342425"	// HEADER BACKGROUND COLOR 342425 322926
var headheight		= "80"		// HEIGHT OF THE HEADER
var flashheight		= "80"		// HEIGHT OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var flashwidth		= "650"		// WIDTH OF THE FLASH (IN PIXELS) (and adjust the menu.js)

var showimage		= "yes"		// SHOW IMAGE IN THE RIGHT HEADER
var headerlink		= "index.htm"	// SMALL HEADER IMAGE LINK
var headerlink2		= "../../ru/index/index.htm"
var headerlink3		= "../../jp/index/index.htm"
var headerlink4		= "../../de/index/index.htm"
var headerlink5		= "../../it/index/index.htm"
var headerlink6		= "../../fr/index/index.htm"
var image_border	= "D2D1CC"	// SMALL IMAGE BORDER COLOR



// YOU DO NOT NEED TO EDIT BELOW THIS LINE


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="'+headheight+'" bgcolor="#'+color+'"><tr><td ALIGN="left" VALIGN="middle">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="logo">');
document.write('<PARAM NAME=movie VALUE="../flash/logo.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=wmode VALUE=transparent>');
document.write('<PARAM NAME=scale VALUE=exactfit><PARAM NAME=bgcolor VALUE="#'+color+'">');
document.write('<EMBED src="../flash/logo.swf" quality="high" wmode="transparent" scale="exactfit" bgcolor="#'+color+'"  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
if (showimage == "yes") {
document.write('</td><td width="55">');
document.write('<a href="'+headerlink+'"><IMG SRC="../../commonimages/flag_uk.jpg" HEIGHT="45" WIDTH="45" border="0" style="BORDER: #'+image_border+' 0px solid;"></a>');
}
if (showimage == "yes") {
document.write('</td><td width="55">');
document.write('<a href="'+headerlink2+'"><IMG SRC="../../commonimages/flag_ru.jpg" HEIGHT="45" WIDTH="45" border="0" style="BORDER: #'+image_border+' 0px solid;"></a>');
}
if (showimage == "yes") {
document.write('</td><td width="55">');
document.write('<a href="'+headerlink3+'"><IMG SRC="../../commonimages/flag_jp.jpg" HEIGHT="45" WIDTH="45" border="0" style="BORDER: #'+image_border+' 0px solid;"></a>');
}
if (showimage == "yes") {
document.write('</td><td width="55">');
document.write('<a href="'+headerlink4+'"><IMG SRC="../../commonimages/flag_de.jpg" HEIGHT="45" WIDTH="45" border="0" style="BORDER: #'+image_border+' 0px solid;"></a>');
}
if (showimage == "yes") {
document.write('</td><td width="55">');
document.write('<a href="'+headerlink5+'"><IMG SRC="../../commonimages/flag_it.jpg" HEIGHT="45" WIDTH="45" border="0" style="BORDER: #'+image_border+' 0px solid;"></a>');
}
if (showimage == "yes") {
document.write('</td><td width="55">');
document.write('<a href="'+headerlink6+'"><IMG SRC="../../commonimages/flag_fr.jpg" HEIGHT="45" WIDTH="45" border="0" style="BORDER: #'+image_border+' 0px solid;"></a>');
}
document.write('</td></tr></table>');


//  End -->