function openWin(url) {
	win = window.open(url,"wLgInfoPopup","width=450,height=550,screenX=0,screenY=0,left=0,top=0,scrollbars=yes,alwaysRaised,resizable=yes,dependent");
  win.focus();
}

function srPrivacy() {
  win = window.open('http://www.securerights.org/privacy.html','srPopup','width=675,height=550,screenX=0,screenY=0,left=0,top=0,scrollbars=yes,alwaysRaised,resizable=yes,dependent');
  win.focus();
}

function srLicenses() {
  win = window.open('http://www.securerights.org/licenses.html','srPopup','width=675,height=550,screenX=0,screenY=0,left=0,top=0,scrollbars=yes,alwaysRaised,resizable=yes,dependent');
  win.focus();
}

function srNetwork() {
  win = window.open('http://www.securerights.org/networkmembers.html','srPopup','width=675,height=550,screenX=0,screenY=0,left=0,top=0,scrollbars=yes,alwaysRaised,resizable=yes,dependent');
  win.focus();
}

var dopop = true;
function exitWin()
{
  if (dopop)
	{
	  popwin = window.open('http://mortgage.mastertopics.com/?&search='+escape($('lead_vqry').value)+'&vid='+$('lead_vid').value,'popup','width=750,height=600,screenX=0,screenY=0,left=0,top=0,AlwaysRaised,scrollbars=yes,resizable=yes');
    popwin.focus();
    if (popwin.opener == null) popwin.opener = self;
	}
}
