<!-- Begin HEADER OPTIONS CODE

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		= "no"		// SHOW IMAGE IN THE RIGHT HEADER
var headerlink		= "order.htm"	// SMALL HEADER IMAGE LINK
var image_border	= "D2D1CC"	// SMALL IMAGE BORDER COLOR

document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#342425"><tr>');
document.write('<td align="left"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="650" height="80">');
document.write('<param name="movie" value="logo.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<embed src="logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="80"></embed>');
document.write('</object></td>');

//document.write('<td align="right"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="260" height="80">');
//document.write('<param name="movie" value="skidki.swf" />');
//document.write('<param name="quality" value="high" />');
//document.write('<param name="wmode" value="transparent" />');
//document.write('<embed src="logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="260" height="80"></embed>');
//document.write('</object></td>');
//document.write('</tr></table>');

//  End -->
