_uacct = "UA-1278655-1";
urchinTracker();

function openWindow(url,width,height,scrollbars)
{
    var leftoffset = (screen.width - width - 10)/2;
    var topoffset = (screen.height - width - 40)/2;
    window.open(url,'_blank','titlebar=no,resizable=no,scrollbars=' + scrollbars + ',width=' + width + ',height=' + height + ',left=' + leftoffset + ',top=' + topoffset);
}

function SubmitForm(formid)
{
    document.getElementById(formid).submit();
    return true;
}
