/*---------------------------------------------------------------------------------------------------------------- 
 * Copyright 2005 by Fannie Mae, Inc. all text, graphics, 
 * audio, design, software, and other works are the copyrighted works
 * of Fannie Mae, Inc. All Rights Reserved. Any redistribution
 * or reproduction of any materials herein is strictly prohibited.
 * 
 * Title:    Utilities.js
 *
 * Author:   Jorge Vasquez 
 *   
 * Created:   07/11/2005
 * 
 * Description:  This javascript file will contain various common functions
 *  
 * Dependencies:
 * 
 *----------------------------------------------------------------------------------------------------------------*/

 
function GetElement(elementID)
{
	return document.getElementById(elementID);
}