wo_base = location.host


function tenPercentOff(){
  theWindow = window.open('http://' +wo_base+ '/lowPrice.html', 'anew', config='height=435,width=440,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no');
  theWindow.focus()

}

function openCertDetails(){
  theWindow = window.open('https://digitalid.verisign.com/as2/1ef944603fe4fd05a227164b4bf86476', 'anew', config='height=400,width=480,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=yes,directories=no,status=yes');
  theWindow.focus()
}

function freeShipping(){
  theWindow = window.open('http://' +wo_base+ '/freeShipping.html', 'anew', config='height=420,width=430,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no');
  theWindow.focus()
}

function freeCD(){
  theWindow = window.open('http://' +wo_base+ '/freeCD.html', 'anew', config='height=480,width=430,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no');
  theWindow.focus()
}