﻿function goToMeetingB(meetID) {
	jUrl = "https://www.gotomeeting.com/join/";
	document.Form1.action = jUrl + meetID;
}