<!--
function newCONTACTWindow() {
  formalWindow = window.open('http://www.kohlscorporation.com/customer_service/ContactUs/Contactus.html', 'formalSetting', 'height=435,width=590,resizable=no,scrollbars=yes,menubar=no,toolbar=no')
}
function newPRIVACYWindow() {
  formalWindow = window.open('http://www.kohlscorporation.com/customer_service/SecurityPrivacy/SecurityPrivacyPolicy.html', 'formalSetting', 'height=435,width=590,resizable=no,scrollbars=yes,menubar=no,toolbar=no')
}
function newLEGALWindow() {
  formalWindow = window.open('http://www.kohlscorporation.com/customer_service/SecurityPrivacy/SecurityPrivacyPolicy.html#legal', 'formalSetting', 'height=435,width=590,resizable=no,scrollbars=yes,menubar=no,toolbar=no')
}
function newCONTACTCREDITWindow() {
  formalWindow = window.open('http://www.kohlscorporation.com/customer_service/ContactUs/Contactus.html#TWO', 'formalSetting', 'height=435,width=590,resizable=no,scrollbars=yes,menubar=no,toolbar=no')
}
function newCUSTOMERSERVICEWindow() {
  formalWindow = window.open('http://www.kohlscorporation.com/customer_service/customerservice_home.html', 'formalSetting', 'height=435,width=590,resizable=no,scrollbars=yes,menubar=no,toolbar=no')
}
function newCONTACTGCWindow() {
  formalWindow = window.open('http://www.kohlscorporation.com/customer_service/ContactUs/Contactus.html#Program', 'formalSetting', 'height=435,width=590,resizable=no,scrollbars=yes,menubar=no,toolbar=no')
}
function newLOCATORWindow() {
  formalWindow = window.open('http://www.kohlscorporation.com/maps/html/store_locator.htm', 'formalSetting', 'height=435,width=790,resizable=yes,scrollbars=yes,menubar=no,toolbar=yes')
}
function newLOCATORNEWWindow() {
  formalWindow = window.open('http://www.kohlscorporation.com/StoreLocator/grand_openings.asp', 'formalSetting', 'height=435,width=790,resizable=yes,scrollbars=yes,menubar=no,toolbar=yes')
}
function newCONTACTMEDIAWindow() {
  formalWindow = window.open('http://www.kohlscorporation.com/customer_service/ContactUs/Contactus.html#Media', 'formalSetting', 'height=435,width=590,resizable=no,scrollbars=yes,menubar=no,toolbar=no')
}
function newCSWindow() {
  formalWindow = window.open('http://www.kohlscorporation.com/ecom/customerservice/NewToKohls.htm', 'formalSetting', 'height=435,width=590,resizable=no,scrollbars=no,menubar=no,toolbar=no')
}

function newFAQWindow() {
  formalWindow = window.open('http://www.kohlscorporation.com/customer_service/email/default.asp', 'formalSetting', 'height=435,width=590,resizable=no,scrollbars=yes,menubar=no,toolbar=no')
}

function launchStoreLocator() {
  // window position parameters: screenX, screenY (NN); top, left (IE)
  sl = open("/maps/SiteAdvantage/advantage.asp", "sl", "width=790,height=500,screenX=50,screenY=50,top=50,left=50,resizable=yes,status=yes,toolbar=yes,location=yes,menubar=yes,scrollbars=yes");
  sl.focus();
}
function go(url) {
  var w=window.opener;
  if (w && !w.closed) {
    self.close();
    w.focus();
  } else {
    window.location.href = url;
  }
}
//-->