// JavaScript Document

//Mobile Promotionサンプルページ（TOP、カタログFLASH）の新規立上ウィンドウサイズ指定用
function openwin() {
	window.open("./gddjpbp.html", "new", "width=270,height=630");
}

//Staff Listページの新規立上ウィンドウサイズ指定用
function openwin_profile() {
	window.open("profile_ogawa.html", "new", "width=450,height=250");
}
