var 
	siteWidth = 741,
	firstDay  = wdMonday;
//=================================================================================================
TSlideDiv.prototype.resetTimer = function()
{
	if ( this.timer )
		clearTimeout( this.timer ) ;
	
	this.open();
}
//=================================================================================================
