// JavaScript Document
function loginopen(url) {
    window.open(url, 'window3', 'location=yes, resizable=yes, scrollbars=yes');
}