var content;
var IE = !window.getComputedStyle && !!document.getElementById;
var IE6 = IE && navigator.appVersion.indexOf('MSIE 7') == -1 && navigator.appVersion.indexOf('MSIE 8') == -1;
var tim;
$(function () {	
	
	if ($('#text-block #scroll-content').length){
		$('#text-block #scroll-content').jScrollPane({showArrows:true, scrollbarWidth: 24});
	};
	
	if ($('#so-pro .scroll-content').length){
		$('#so-pro .scroll-content').jScrollPane({showArrows:true, scrollbarWidth: 24});
	};
	
	
	$('.navhead').hover(function(){
		$('.subitem' ,this).show();
		$(this).addClass('over');
	},function(){
		$('.subitem' ,this).hide();
		$(this).removeClass('over');
	})
	
	if ($('#picture-block #flash').length){
		$('#picture-block #flash').flash({
				swf: _root + 'i/flash6.swf',
				width: 1000,
				height: 380,
				wmode: 'transparent',
				id: 'pollFlash',
				name: 'pollFlash',
				flashvars: {
					xmlURL:  _root + 'activevote/',
					pageType:  'index'
				}
			}
		);
	};
	
	$("#text-block table tr:even").addClass("chet");
	
});

