/*
 * UI.js
 */


function openReg()
{
window.open('reg.aspx', 'mywindow', 'height=435,width=447', false);
}



