function toppopOpen1() {
	subWin1=window.open("makakush.html","toppopWin1","width=600,height=400,scrollbars=no,status=no");
	subWin1.moveTo(0,0);
	subWin1.focus();
}
function toppopOpen2() {
	subWin2=window.open("denma2.html","toppopWin2","width=600,height=520,scrollbars=no,status=no");
	subWin2.moveTo(0,0);
	subWin2.focus();
}
