﻿function openWin() {
	var win_coupon = window.open(
		'./other/coupon.html',
		'newwin1',
		'toolbar=no, lacation=no, status=no, menubar=no, scrollbars=no, width=640, height=400'
		);
}
