//
// Functions pertaining to the Credit Programs category.
//

function bigCardApplication() {
  window.open('https://www.esnapw.com/rses/ESnapServlet?MerchantNumberSent=03598&MerchantReturnLink=http://www.menards.com/bigCardCompleted.do'); 
}

function bigCardApplicationInquiry() {
  window.open('https://www.esnapw.com/rses/ESnapServlet?MerchantNumberSent=03598&cmd_InquiryContinue=Inquiry');
}

function bigCardAccount() {
  window.open('https://www.hrsaccount.com/menards');
}

function bigCardAcceptPreApp() {
  window.open('https://qa.esnapw.btctest.com/rses/ESnapServlet?MerchantNumberSent=51000');
}

function commContractAccount() {
  window.open('https://www.hrscommercial.com/menards');
}

function hsbcContactForm() {
  window.open('https://www.hrsaccount.com/hrs/ecare?cmd_DisplayContactUsNLI=&org=000&gciOrg=226');
}

function helpWindow(url) {
  window.open(url, 'helpWindow', 'scrollbars=yes,left=100,top=75,location=0,menubar=0,resizable=yes,width=500,height=325');
}
