$(document).ready(function(){
		$('.popupLayer').prev('a').addClass('hasDropDown');
		$('.hasDropDown').parent('li').mouseover(function(){
			$(this).find('.popupLayer').show();
		}).mouseout(function(){
			$(this).find('.popupLayer').hide();
		});
        
        $('<img src="images/white-arrow.jpg" class="box-indicator" />').appendTo('.sidebox');
        
        $('.institutional').popupWindow({
            width:512,
            height:384,  
            top:0, 
            left:0 
        }); 
		
		$("#nav-library").attr("href","http://www.maximizemyriabusiness.com/knowledge/library");
});
