var New_Win;

function PicY(){
	New_Win = window.open("/pic_win/yoku.html","win",'width=530,height=380,TOP=20,LEFT=20,dependent=no,scrollbars=no,resizable=no');
	New_Win.focus();
}

function PicK(){
	New_Win = window.open("/pic_win/kan.html","win",'width=530,height=380,TOP=20,LEFT=20,dependent=no,scrollbars=no,resizable=no');
	New_Win.focus();
}

function PicKai(){
	New_Win = window.open("/pic_win/kai.html","win",'width=530,height=380,TOP=20,LEFT=20,dependent=no,scrollbars=no,resizable=no');
	New_Win.focus();
}

function PicR(){
	New_Win = window.open("/pic_win/raku.html","win",'width=530,height=380,TOP=20,LEFT=20,dependent=no,scrollbars=no,resizable=no');
	New_Win.focus();
}

function PicYo(){
	New_Win = window.open("/pic_win/yo.html","win",'width=530,height=380,TOP=20,LEFT=20,dependent=no,scrollbars=no,resizable=no');
	New_Win.focus();
}

function PicA(){
	New_Win = window.open("/pic_win/an.html","win",'width=530,height=380,TOP=20,LEFT=20,dependent=no,scrollbars=no,resizable=no');
	New_Win.focus();
}

