
jQuery.noConflict(true);
//$.noConflict();

//jQuery(document).ready(function($){

//	$('._opanel').mouseenter(function(){
//		var _this = $(this);
//		var idName = _this.attr('id');
//		var opened = false;
//		
//		var forId = idName.split('a_')[1];

//		if ((navigator.userAgent.indexOf("MSIE 7"))!=-1)
//		{
//			var offSet = getOffset( this );
//			var _x = offSet.left;
//			var _y = offSet.top;
//			var _width = $('#'+forId).width()-8;
//			var i = $('.bsh',$('#'+forId)).css({'width':_width,'left':'0','position':'absolute'});

//			$('.cl, .cr',$('#'+forId)).css({'top': $('#'+forId).height() });
//		}
//		else
//		{
//			var _x = this.offsetLeft+this.scrollLeft;
//			var _y = this.offsetTop+this.scrollTop;
//		}
//		
//		$('.opanel').css({'display':'none'});
//		$('._opanel').removeClass( 'selected' );
//		
//		$('#'+forId).css({'display': 'block','top':_y+25,'left':_x-0});
//		
//		_this.addClass( 'selected' );
//		$('#'+forId).mouseleave(function(){
//			$(this).css({'display':'none'});
//			_this.removeClass( 'selected' );
//		})
//		$('#'+forId).mouseenter(function(){
//			opened = true;
//		})
//		
//		_this.mouseout(function(){

//			var __this = $(this);
//			var idName = __this.attr('id');
//			var forId = idName.split('a_')[1];
//					
//			var t = setTimeout( function(){
//				if(!opened)
//				{
//					if($('#'+forId).css('display') != 'none')
//					{
//						$('#'+forId).css({'display':'none'});
//						__this.removeClass( 'selected' );
//					}
//			}
//				clearTimeout(t);
//			}, 400);

//		})
//		
//	});

		
	
//	$('#oform_signin').click(function(){
//		
//		var e = $(this);
//		
//		if( $('#subbar').css('display') == 'none' ){
//		
//			e.addClass( 'selected' );
//			$('#topbar').addClass( 'topbar_on' );
//			$('#subbar').animate({height: 'show'}, 'fast', function()
//			{
//					$('form', $(this)).css( {display: 'block'} );
//			});
//		
//		}
//		else
//		{
//			$('form',$('#subbar')).css( {display: 'none'} );
//			$('#subbar').animate({height: 'hide'}, 'fast', function(){
//					$('#topbar').removeClass( 'topbar_on' );
//					e.removeClass( 'selected' );
//			});
//		}
//		
//		return false;
//	});

//}); 





