// JavaScript Document
var GB_ANIMATION = true;

$(document).ready(function(){
	$('#nav').droppy();
	$("a.greybox").click(function(){
          var t = this.title || $(this).text() || this.href;
          GB_show(t,this.href,550,650);
          return false;
        });
});