function MM_validatePlatform(frm) {
if ( frm.platform.selectedIndex > 0) {
	return true;
}
  alert("Please select the Macintosh or Windows version.");
  return false;
}