function launchWin(sID) {
	var URL = "EventDescription.asp?ID=" + sID;
	if(document.all) {
		switch(sID) {
			case 'HV_FA_07':
				openedWin = window.open("http://www.legendvalley.net/HookahvilleFA07/HV28.htm");		
				break;
			case 'gr':
				openedWin = window.open("golfandride.htm","Golf_Outing_and_Ride_to_Hookahville","width=520px,height=575px,menubar=yes,scrollbars=yes");		
				break;
			case 'sitw_06':
				openedWin = window.open("sitw_06.htm","Biker_Charity_Ride","width=520px,height=575px,menubar=yes,scrollbars=yes");		
				break;
			default:
				alert("Additional info to be posted soon!");
		}
	}
	else {
		switch(sID) {
			case 'HV_FA_07':
				openedWin = window.open("http://www.legendvalley.net/HookahvilleFA07/HV28.htm");		
				break;
			case 'gr':
				openedWin = window.open("golfandride.htm","Golf_Outing_and_Ride_to_Hookahville","width=520px,height=575px,menubar=yes,scrollbars=yes");		
				break;
			case 'sitw_06':
				openedWin = window.open("sitw_06.htm","Biker_Charity_Ride","width=520px,height=575px,menubar=yes,scrollbars=yes");		
				break;
			default:
				alert("Additional info to be posted soon!");
		}
	}
}