/*$(function() {
    $('#toptop').after('<div id="nav_top_bnr_under">').cycle({
        fx:     'fade',
        speed:  'slow',
        timeout: 7000 ,
        pager:  '#nav_top_bnr_under',
        pagerAnchorBuilder: function(idx, slide) { 
        	
        	//return '<a href="#" class="a_' + idx + '">' + slide.alt + '</a>'; 
        	return '<a href="#" class="a_0">' + slide.alt + '</a>'; 
    	} 

    });
}); */



$(function(){
	$("#showsidenavigation").click(function(){
		$('#active_window').toggle('slide',{ origin: ['top','left']  }); return false;
	});
});

$(function(){
	$("#showsidenavigation2").click(function(){
		$('#active_window').toggle('slide',{ origin: ['top','left']  }); return false;
	});
});

function BannerLink(setlink){
 location.href = setlink;

}
