<!--
// Author: Howard Lively [theRamMan@CarolinaFan.com]
// Date:   October 30, 2001
// Dept:   Scholarship & Student Aid - UNC-CH
// Appl:   SSA web site
// Func:   Define Popup objects.

if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;
//-->