var flash_version = GetSwfVer();

if (typeof(flash_version) == "string") {
	while (flash_version.length && !parseInt(flash_version)) flash_version = flash_version.substr(1);
	flash_version = parseInt(flash_version);
} else {
	flash_version = -1;
}

if (flash_version >= 6) {
	var s = SiteNN_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
			'width', '100%',
			'height', '420',
			'src', '/inc/swf/v3_5',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'noscale',
			'devicefont', 'false',
			'id', '/inc/swf/v3_5',
			'bgcolor', '#ffffff',
			'wmode', 'transparent',
			'name', '/inc/swf/v3_5',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', '/inc/swf/v3_5',
			'salign', 'lt'    
			);
	document.getElementById("flashgif").style.display = 'none';
	s = "<table cellpadding='0' cellspacing='0' width='100%'>"+"<tr>"+"<td>" + s +"</td>"+"</tr>"+"<tr>"+"<td>"+"<IMG SRC='images/x.gif' WIDTH='1000' HEIGHT='1'>"+"</td>"+"</tr>"+"</table>";
	document.write(s);

} else {
	document.write(""
 + "<table class='newrast' cellpadding='0' cellspacing='0' width='100%'>"
 + "<tr>"
 + "<td>"
 + "<IMG SRC='images/newtop.jpg' WIDTH='542' HEIGHT='420'  usemap='#test'>"
 + "<map name='test'>"
 + "<area href='/?p=1156854499' shape='poly' coords='0,0,0,209,52,159,140,216,209,197,190,117,253,122,253,72,177,72,160,0,0,0' alt='Контакты'>"
 + "<area href='/?p=1156854478' shape='poly' coords='0,207,54,161,139,215,220,263,149,263,0,420,0,207' alt='Рассчитать окно'>"
 + "<area href='/?p=1156854507' shape='poly' coords='161,0,177,73,246,75,476,146,542,60,542,0,161,0' alt='Дилерам'>"
 + "<area href='/?p=1156854514' shape='poly' coords='225,150,228,287,463,285,465,151,225,150' alt='Где купить?'>"
 + "</map>"
 + "</td>"
 + "</tr>"
 + "</table>"
);
}

 
