	function imgPop(img){
		var popurl="imgpop.jsp?i="+img;
		winpops=window.open(popurl,"imgpop","width=355,height=500,scrollbars=no");
	}

	function resPop(t){
		var popurl="reserveerpop.jsp?t="+t;
		winpops=window.open(popurl,"respop","width=355,height=367,scrollbars=no");
	}

	function routePop(){
		var popurl="routepop.jsp";
		winpops=window.open(popurl,"routepop","width=650 height=700,scrollbars=yes");
	}