function isSet( variable )
{
	return( typeof( variable ) != 'undefined' );
}