//サブウィンドウ

function subWin(f) {
	var w=window.open(f,'winName1','scrollbars=0,resizable=0,width=760,height=590');w.focus(); 
}

function subWin2(f) {
	var w=window.open(f,'winName1','scrollbars=1,resizable=1,width=680,height=590');w.focus(); 
}

function googleMap(f) {
	var w=window.open(f,'winName1','scrollbars=1,resizable=1,width=680,height=500');w.focus(); 
}
