function MM_validatePlatform(frm) {
	
	alert("Temporarily Unavailable. Please contact support@krappysoftware.com if you would like to purchase. Thank you.");
	return false;
	
if ( frm.platform.selectedIndex > 0) {
	return true;
}
  alert("Please select the Macintosh or Windows version.");
  return false;
}
