function t2_win(theURL) {
window.open(theURL, '', 'width=800, height=700, scrollbars=yes');
}

function new_win2(){
window.open("coupon.html","","width=475, height=200,");
}