/*
                                ---------------------------------------
                                |                                     |
                                |  @Author:Xbei                       |
                                |  @E-mail:showxbei AT gmail.com      |
                                ---------------------------------------
*/
var track_errors=1;
function noError()
{
  if (track_errors==1)
     {
        return true;
     }
}
window.onerror = noError;
$(document).ready(function() {

  /*
    -----------------------------
    Public
    -----------------------------
  */
  
  $("#nav_content_2").fadeTo(1,0);
  
  /*
    -----------------------------
    Left Nav
    -----------------------------
  */
  
  
  /* 随页面高度滚动,适应多种浏览器\
  */  		   
	var _height = screen.availHeight - 300;
	$('#EIsmallImgList').css({top:_height});
	$(window).scroll(function(){
		$('#EIsollwL,#EIsollwR').css('top', $(document).scrollTop()+180);
		$('#EIsmallImgList').css('top', $(document).scrollTop()+_height);
	});
  
  /*
    ---------------------
            EOF
    ---------------------
  */
});
