
			 function RedirectUser()
			 {
			  if (document.forms.form1.TYPE_CONST.value == "1")
			  { 
			   window.location = "https://www.getsmart.com/gs_purchase/ctl_Borrower.asp?page=loan_selection&verb=continue&O_loan_type=LOAN_TYPE_PURCHASE&source=25007&esourceid=25007&siteid=1589913-10419385&bp=gsnew&init=1&V2PROP_CONST=" + document.forms.form1.V2PROP_CONST.value + "&HME_CONST=" + document.forms.form1.HME_CONST.value + "&CREDIT_HISTORY_DESCRIPTION_BO_CONST=" + document.forms.form1.CREDIT_HISTORY_DESCRIPTION_BO_CONST.value;
			  } 
			  if (document.forms.form1.TYPE_CONST.value == "2")
			  { 
			   window.location = "https://www.getsmart.com/gs_refinance/ctl_Borrower.asp?page=loan_selection&verb=continue&O_loan_type=LOAN_TYPE_REFINANCE&source=25007&esourceid=25007&siteid=1589913-10419385&bp=gsnew&init=1&V2PROP_CONST=" + document.forms.form1.V2PROP_CONST.value + "&HME_CONST=" + document.forms.form1.HME_CONST.value + "&CREDIT_HISTORY_DESCRIPTION_BO_CONST=" + document.forms.form1.CREDIT_HISTORY_DESCRIPTION_BO_CONST.value;
			  } 
			  if (document.forms.form1.TYPE_CONST.value == "3")
			  { 
			   window.location = "https://www.getsmart.com/gs_home_equity/ctl_Borrower.asp?page=loan_selection&verb=continue&O_loan_type=LOAN_TYPE_HOME_EQUITY&source=25007&esourceid=25007&siteid=1589913-10419385&bp=gsnew&init=1&V2PROP_CONST=" + document.forms.form1.V2PROP_CONST.value + "&HME_CONST=" + document.forms.form1.HME_CONST.value + "&CREDIT_HISTORY_DESCRIPTION_BO_CONST=" + document.forms.form1.CREDIT_HISTORY_DESCRIPTION_BO_CONST.value;
			  } 
			  if (document.forms.form1.TYPE_CONST.value == "4")
			  {
			   window.location = "https://www.getsmart.com/gs_debt_consolidation/ctl_Borrower.asp?page=loan_selection&verb=continue&O_loan_type=LOAN_TYPE_DEBT_CONSOLIDATION&source=25007&esourceid=25007&siteid=1589913-10419385&bp=gsnew&init=1&V2PROP_CONST=" + document.forms.form1.V2PROP_CONST.value + "&HME_CONST=" + document.forms.form1.HME_CONST.value + "&CREDIT_HISTORY_DESCRIPTION_BO_CONST=" + document.forms.form1.CREDIT_HISTORY_DESCRIPTION_BO_CONST.value;
			  } 
			 }



 function addBookmark() {
      url = 'http://www.absolute-loan.com'
      title = 'Lending Tree : Free Quotes'
      if (window.sidebar) {
        window.sidebar.addPanel(title, url, "");
      } else if(document.all) {
        window.external.AddFavorite(url, title);
      } else if(window.opera && window.print) {
        return true;
      }
    }
  
    function popup(url, height, width) {
      window = window.open(url, "_blank", "height=600, width=820, location=yes, menubar=yes, resizable=yes, titlebar=yes");
    }