function goHome() {
location.href="index.htm"
}

function goDemos() {
location.href="demo.htm"
}

function goCoupon() {
location.href="coupon.htm"
}