﻿// -----------------------------------------------------------------------------
/*
   ポップアップウィンドウを開く
*/
		function OpenWin(){
			win=window.open("popup/popup.html","new","width=540,height=340,scrollbars=no,dependent=yes,status=no,toolbar=no");
		}

// -----------------------------------------------------------------------------

