<!--This launches the Ride Board window --> 
function LaunchRideboard () {
	var RideboardWin = window.open("http://members5.boardhost.com/TAGsymposium/", "RideboardWin", "scrollbars=1,resizable=yes,width=800,height=450");
	RideboardWin.focus();
}

<!--This launches the Shopping Cart window --> 
function LaunchRegister (REG) {
	var RegisterWin = window.open(REG, "RegisterWin", "scrollbars=1,resizable=yes,width=800,height=600");
	RegisterWin.focus();
}

<!--This launches the view cart window -->
function LaunchViewcart () {
	var ViewcartWin = window.open("http://www.1shoppingcart.com/app/netcart.asp?merchantID=44501", "ViewcartWin", "scrollbars=1,resizable=1,width=680,height=500");
	ShoppingcartWin.focus();
}