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

