<!--
function uploadFile()
{
    popup = window.open('/reg/uploadfile.jsp', 
            'fileUpload', 
            'height=320,width=600,scrollbars=yes,resizable=1,left=' + 
            (window.screenLeft + 20) + ',top=' + (window.screenTop + 20));
    popup.focus();
}

//-->

