function openPhysicianLogin(){
loc = 'https://65.69.196.10/physician.nsf/loginform?OpenForm&login';
open(loc, "",'width=800, height=600, resizable=yes,status');
}

function openMemberLogin(){
location.href = 'https://65.69.196.10/registration.nsf/Login?openform'
}
function OLDopenMemberLogin(){
loc = 'https://65.69.196.10/sigma.nsf/Web%20Site%20Link?openform';
open(loc, "",'width=800, height=600, resizable=yes,status');
}
function openreferral()
{
window.open('https://65.69.196.10/NewReferralDB.nsf/referralForm?OpenForm','Popupwin','height=600,width=800,left=50,top=150, resizable, scrollbars,status')
}

function openVideo(vid, w, h)
{
window.open(vid,'videowin','height='+h+',width='+w+',left=10,top=10, resizable')
}
