function endSession( )
{	
	var page = new String (window.document.URL);
   	if ( window.event.clientX < 0 && window.event.clientY < 0 )				
	{   				
		window.open('/GSPWeb/common/LoggedOut.jsp');
		self.blur( );
				
	}
}