

function zwTab(targetID) {	jQuery('#st_'+ targetID)
		.addClass('here')
		.siblings().removeClass('here');
	jQuery('#se_'+ targetID)
		.show()
		.siblings().hide();
}

var GB_ANIMATION = false;

jQuery(function() {
	jQuery('a.greybox').click(function(){
		var t = this.title || jQuery(this).text() || this.href;
		GB_show(t, this.href, 380, 480);
		return false;
	});
});




