//ポップアップウィンドウfunction popupwin(file,id,win){	window.open(file,id,win);}//クロースウィンドウfunction closewin(){	window.close();}