//flash表示
//POPUP


function order(){ 

	newswin=window.open("/form.html","formswin","toolbar=no,scrollbars=yes,resizable=no,height=600,width=640,left=100,top=20");

}

function contact(){ 

	theaterwin=window.open("/contact.html","theaterwin","toolbar=no,scrollbars=yes,resizable=no,height=480,width=368,left=100,top=20");

}




