function MM_validatePlatform(frm) {
if ( frm.platform.selectedIndex > 0) {
	return true;
}
  alert("Please select the Download or Download+CD option.");
  return false;
}


function MM_validatePens(frm) {
if ( frm.penkit.selectedIndex > 0) {
	return true;
}
  alert("Please select a Pen Kit.");
  return false;
}


function MM_validateBundle(frm) {
	if ( frm.platform.selectedIndex == 0) {
alert("Please select the Download or Download+CD option.");
  return false;		
}

if ( frm.penkit.selectedIndex == 0) {
  alert("Please select a Pen Kit.");
  return false;
}



return true;

}


function MM_validatePlatform2(frm) {

  alert("If you wish to purchase the Mac version, please email us at support@craftedge.com.");
  return false;
}
