function _gel( e )
{	
	if(typeof(e)=='string'){if(document.getElementById)e=document.getElementById(e);else if(document.all)e=document.all[e];else e=null;}return e;	
}

function isSet( variable )
{
	return variable != null && typeof( variable ) != 'undefined';
}

