/*Pasとちトップページ*/
function hp(){
	window.open('http://pastochi.sns.fc2.com/','top','directories=yes,location=yes,menubar=yes,status=yes,toolbar=yes,scrollbars=yes,resizable=yes');
}

function win1(){
	window.open('hanatohana/hanatohana.html','win1','width=640,height=600,menubar=no,status=no,toolbar=no,resizable=yes,scrollbars=yes');
}

function cls(){
	window.close();
}

function Print(){
	window.print();
}
