/*****　サブウインドウ設定 *****/

//original popup
function coupon() {
	window.open('coupon.shtml', 'coupon', 'location=no,resizable=no, scrollbars=no, status=no, titlebar=no, toolbar=no, width=800, height=350');
}

//map
//function map (url) {
//	window.open( url,"pop3","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=yes,resizable=no,width=750,height=600");
//}
//map
function map () {
	window.open('map.shtml', 'map', "toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=auto,resizable=no,width=720,height=565");
}


function pop700() {
	window.open('20091224.shtml', 'coupon', 'location=no,resizable=no, scrollbars=yes, status=no, titlebar=no, toolbar=no, width=730, height=600');
}
