function popticket(){

newwin = window.open("ticket.html","pop","width=320,height=290,scrollbars=no,resizable=no");

newwin.moveTo(50,50);

newwin.focus();

}

function popticket2(){

newwin = window.open("ticket2.html","pop","width=300,height=290,scrollbars=no,resizable=no");

newwin.moveTo(50,50);

newwin.focus();

}



function popticket3(){

newwin = window.open("ticket3.html","pop","width=300,height=290,scrollbars=no,resizable=no");

newwin.moveTo(50,50);

newwin.focus();

}



function popticket4(){

newwin = window.open("ticket4.html","pop","width=320,height=290,scrollbars=no,resizable=no");

newwin.moveTo(50,50);

newwin.focus();

}




function popticket5(){

newwin = window.open("ticket5.html","pop","width=320,height=290,scrollbars=no,resizable=no");

newwin.moveTo(50,50);

newwin.focus();

}




function printDoc()

{

	flag = confirm("印刷しますか？");

	if (!flag) return;

	window.print();

}

