
//=============================================
// closewin
//=============================================
function closewin2() {
	window.close();
}

function winopen() {
	window.open("./annai/privacy.html","","toolbar=yes,scrollbars=yes,resizable=yes,width=750,height=450");
}

function winopen2() {
	window.open("privacy.html","","toolbar=yes,scrollbars=yes,resizable=yes,width=750,height=450");
}
function winopen3() {
	window.open("../annai/privacy.html","","toolbar=yes,scrollbars=yes,resizable=yes,width=750,height=450");
}

function winopen4() {
	window.open("http://www.bontan-ame.com/annai/privacy.html","","toolbar=yes,scrollbars=yes,resizable=yes,width=750,height=450");
}
function winopen5() {
	window.open("../kojyo/index.html","","toolbar=yes,scrollbars=yes,resizable=yes,width=750,height=700");
}

