// JavaScript Document
function go(server, amount, key) {
	url = 'http://';
	url = url + server;
	url = url + '/pmi/programs.php?cmd=dinner-meeting-checkin&cmd1=validate&cmd2=chgamount&amount=';
	url = url + amount;
	url = url + '&key=';
	url = url + key;
	alert(url);
	window.location=url;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openNews() {
	MM_openBrWindow('news.htm','News','width=400,height=400');
}