//alert('d');
sb.include('forms.textarea');
sb.include('forms.textarea.allowTabs');
if($('#wpTextbox1')){
	
	$('#wpTextbox1').events({
		keydown : sb.forms.textarea.allowTabs
	});
}
/*
var toc = $('#toc');
if(toc){
	toc.styles({
		position : 'absolute',
		zIndex : 999,
		left : (toc.getX()-50)+'px'
	});
	toc.events({
		mouseover : function(){
			this.style.left = (this.getX()-200)+'px';
		}
	});	
}*/
