//プリントアウトのメニューを開く-----------------

function printout() {

	window.print();

}

//ポップアップをする-----------------------------

function popup650(url){

	window.open("" + url +"", "Test", "width=665, menubar=no, toolbar=no, scrollbars=yes, resizable=yes ");
	
}

function popup660(url){

	window.open("" + url +"", "Test", "width=660, height=450, menubar=no, toolbar=no, scrollbars=yes, resizable=yes ");
	
}

function popup1040(url){

	window.open("" + url +"", "Test", "width=1055, menubar=no, toolbar=no, scrollbars=yes, resizable=yes ");
	
}

function popup970(url){

	window.open("" + url +"", "Test", "width=985, height=700, menubar=no, toolbar=no, scrollbars=yes, resizable=yes ");
	
}