if (navigator.appName == "Microsoft Internet Explorer") {
	var displayType = 'block';
} else {
	var displayType = 'table-row';
}


function changetext(dropdownName, dropdownSelectedIndex) {

	switch (dropdownName) {
		case "account_select": document.email.detailsarea.value=detail_account[dropdownSelectedIndex];
			break
		case "webmail_select": document.email.detailsarea.value=detail_webmail[dropdownSelectedIndex];
			break
		case "emailapp_select": document.email.detailsarea.value=detail_emailapp[dropdownSelectedIndex];
			break
		case "bothemail_select": document.email.detailsarea.value=detail_bothemail[dropdownSelectedIndex];
			break
		case "iphone_touch_select": document.email.detailsarea.value=detail_iphone_touch[dropdownSelectedIndex];
			break
		case "push_select": document.email.detailsarea.value=detail_push[dropdownSelectedIndex];
			break
		case "contacts_select": document.email.detailsarea.value=detail_contacts[dropdownSelectedIndex];
			break
		case "calendar_select": document.email.detailsarea.value=detail_calendar[dropdownSelectedIndex];
			break
		case "idisk_select": document.email.detailsarea.value=detail_idisk[dropdownSelectedIndex];
			break
		case "gallery_select": document.email.detailsarea.value=detail_gallery[dropdownSelectedIndex];
			break		
		case "iweb_select": document.email.detailsarea.value=detail_iweb[dropdownSelectedIndex];
			break
		case "btmm_select": document.email.detailsarea.value=detail_btmm[dropdownSelectedIndex];
			break
		case "backup_select": document.email.detailsarea.value= detail_backup[dropdownSelectedIndex];
			break
		default :
			document.email.detailsarea.value="";
			break
	}
}

function doShowAccount() {

	$('fname').style.display = displayType;
	$('lname').style.display = displayType;
	$('memname').style.display = displayType;
	$('email1').style.display = displayType;
	$('email1input').enable();
	$('email2').style.display = "none";
	$('email2input').disable();
	$('actkey').style.display = displayType;
	$('actkeyinput').enable();
	$('ordernum').style.display = displayType;
	$('ordernuminput').enable();
	$('cntry').style.display = displayType;
	$('cntryselect').enable();
	$('numbersync').style.display = "none";
	$('numbersyncselect').disable();
	$('osver').style.display = displayType;
	$('osverselect').enable();
	$('osverbtmm').style.display = "none";
	$('osverbtmmselect').disable();
	$('browserver').style.display = "none";
	$('browserverselect').disable();
	$('connection').style.display = "none";
	$('connectionselect').disable();
	$('otherconnection').style.display = "none";
	$('otherconnectioninput').disable();
	$('request_account').style.display = displayType;
	$('request_accountselect').enable();
	$('check_email').style.display = "none";
	$('check_emailselect').disable();
	$('appname').style.display = "none";
	$('appnameselect').disable();
	$('request_webmail').style.display = "none";
	$('request_webmailselect').disable();
	$('request_emailapp').style.display = "none";
	$('request_emailappselect').disable();
	$('request_bothemail').style.display = "none";
	$('request_bothemailselect').disable();
	$('request_iphone_touch').style.display = "none";
	$('request_iphone_touchselect').disable();
	$('request_push').style.display = "none";
	$('request_pushselect').disable();
	$('request_contacts').style.display = "none";
	$('request_contactsselect').disable();
	$('request_calendar').style.display = "none";
	$('request_calendarselect').disable();
	$('request_idisk').style.display = "none";
	$('request_idiskselect').disable();
	$('request_gallery').style.display = "none";
	$('request_galleryselect').disable();
	$('request_iweb').style.display = "none";
	$('request_iwebselect').disable();
	$('iweb_version').style.display = "none";
	$('iweb_versionselect').disable();
	$('publish_from').style.display = "none";
	$('publish_fromselect').disable();
	$('iphoto_version').style.display = "none";
	$('iphoto_versionselect').disable();
	$('imovie_version').style.display = "none";
	$('imovie_versionselect').disable();
	$('aperture_version').style.display = "none";
	$('aperture_versionselect').disable();
	$('request_backup').style.display = "none";
	$('request_backupselect').disable();
	$('details').style.display = displayType;
	$('detailstextarea').enable();
	
	if (topic == "Account &amp; Billing") {
	  topic = "Account & Billing";
	}
	document.getElementById("category").value = subtopic;
	document.getElementById("subject1").value = topic;
	document.getElementById("program").value = "jp_mobileme_billing";

}

function doShowMail() {

	$('fname').style.display = displayType;
	$('lname').style.display = displayType;
	$('memname').style.display = displayType;
	$('email1').style.display = "none";
	$('email1input').disable();
	$('email2').style.display = displayType;
	$('email2input').enable();
	$('actkey').style.display = "none";
	$('actkeyinput').disable();
	$('ordernum').style.display = "none";
	$('ordernuminput').disable();
	$('cntry').style.display = "none";
	$('cntryselect').disable();
	$('numbersync').style.display = "none";
	$('numbersyncselect').disable();
	$('osver').style.display = displayType;
	$('osverselect').enable();
	$('osverbtmm').style.display = "none";
	$('osverbtmmselect').disable();
	$('browserver').style.display = displayType;
	$('browserverselect').enable();
	$('connection').style.display = displayType;
	$('connectionselect').enable();
	$('otherconnection').style.display = displayType;
	$('otherconnectioninput').enable();
	$('request_account').style.display = "none";
	$('request_accountselect').disable();
	$('check_email').style.display = displayType;
	$('check_emailselect').enable();
	$('appname').style.display = "none";
	$('appnameselect').disable();
	$('request_webmail').style.display = "none";
	$('request_webmailselect').disable();
	$('request_emailapp').style.display = "none";
	$('request_emailappselect').disable();
	$('request_bothemail').style.display = "none";
	$('request_bothemailselect').disable();
	$('request_iphone_touch').style.display = "none";
	$('request_iphone_touchselect').disable();
	$('request_push').style.display = "none";
	$('request_pushselect').disable();
	$('request_contacts').style.display = "none";
	$('request_contactsselect').disable();
	$('request_calendar').style.display = "none";
	$('request_calendarselect').disable();
	$('request_idisk').style.display = "none";
	$('request_idiskselect').disable();
	$('request_gallery').style.display = "none";
 	$('request_galleryselect').disable();
	$('request_iweb').style.display = "none";
	$('request_iwebselect').disable();
	$('iweb_version').style.display = "none";
	$('iweb_versionselect').disable();
	$('publish_from').style.display = "none";
	$('publish_fromselect').disable();
	$('iphoto_version').style.display = "none";
	$('iphoto_versionselect').disable();
	$('imovie_version').style.display = "none";
	$('imovie_versionselect').disable();
	$('aperture_version').style.display = "none";
	$('aperture_versionselect').disable();
	$('request_backup').style.display = "none";
	$('request_backupselect').disable();
	$('details').style.display = "none";
	$('detailstextarea').enable();

	document.getElementById("category").value = subtopic;
	document.getElementById("subject1").value = topic;
	document.getElementById("program").value = "jp_dotmac";

}

function doShowPush() {

	$('fname').style.display = displayType;
	$('lname').style.display = displayType;
	$('memname').style.display = displayType;
	$('email1').style.display = "none";
	$('email1input').disable();
	$('email2').style.display = displayType;
	$('email2input').enable();
	$('actkey').style.display = "none";
	$('actkeyinput').disable();
	$('ordernum').style.display = "none";
	$('ordernuminput').disable();
	$('cntry').style.display = "none";
	$('cntryselect').disable();
	$('numbersync').style.display = displayType;
	$('numbersyncselect').enable();
	$('osver').style.display = displayType;
	$('osverselect').enable();
	$('osverbtmm').style.display = "none";
	$('osverbtmmselect').disable();
	$('browserver').style.display = displayType;
	$('browserverselect').enable();
	$('connection').style.display = displayType;
	$('connectionselect').enable();
	$('otherconnection').style.display = displayType;
	$('otherconnectioninput').enable();
	$('request_account').style.display = "none";
	$('request_accountselect').disable();
	$('check_email').style.display = "none";
	$('check_emailselect').disable();
	$('appname').style.display = "none";
	$('appnameselect').disable();
	$('request_webmail').style.display = "none";
	$('request_webmailselect').disable();
	$('request_emailapp').style.display = "none";
	$('request_emailappselect').disable();
	$('request_bothemail').style.display = "none";
	$('request_bothemailselect').disable();
	$('request_iphone_touch').style.display = "none";
	$('request_iphone_touchselect').disable();
	$('request_push').style.display = displayType;
	$('request_pushselect').enable();
	$('request_contacts').style.display = "none";
	$('request_contactsselect').disable();
	$('request_calendar').style.display = "none";
	$('request_calendarselect').disable();
	$('request_idisk').style.display = "none";
	$('request_idiskselect').disable();
	$('request_gallery').style.display = "none";
	$('request_galleryselect').disable();
	$('request_iweb').style.display = "none";
	$('request_iwebselect').disable();
	$('iweb_version').style.display = "none";
	$('iweb_versionselect').disable();
	$('publish_from').style.display = "none";
	$('publish_fromselect').disable();
	$('iphoto_version').style.display = "none";
	$('iphoto_versionselect').disable();
	$('imovie_version').style.display = "none";
	$('imovie_versionselect').disable();
	$('aperture_version').style.display = "none";
	$('aperture_versionselect').disable();
	$('request_backup').style.display = "none";
	$('request_backupselect').disable();
	$('details').style.display = displayType;
	$('detailstextarea').enable();

	document.getElementById("category").value = subtopic;
	document.getElementById("subject1").value = topic;
	document.getElementById("program").value = "jp_dotmac";

}

function doShowContacts() {

	$('fname').style.display = displayType;
	$('lname').style.display = displayType;
	$('memname').style.display = displayType;
	$('email1').style.display = "none";
	$('email1input').disable();
	$('email2').style.display = displayType;
	$('email2input').enable();
	$('actkey').style.display = "none";
	$('actkeyinput').disable();
	$('ordernum').style.display = "none";
	$('ordernuminput').disable();
	$('cntry').style.display = "none";
	$('cntryselect').disable();
	$('numbersync').style.display = displayType;
	$('numbersyncselect').enable();
	$('osver').style.display = displayType;
	$('osverselect').enable();
	$('osverbtmm').style.display = "none";
	$('osverbtmmselect').disable();
	$('browserver').style.display = displayType;
	$('browserverselect').enable();
	$('connection').style.display = displayType;
	$('connectionselect').enable();
	$('otherconnection').style.display = displayType;
	$('otherconnectioninput').enable();
	$('request_account').style.display = "none";
	$('request_accountselect').disable();
	$('check_email').style.display = "none";
	$('check_emailselect').disable();
	$('appname').style.display = "none";
	$('appnameselect').disable();
	$('request_webmail').style.display = "none";
	$('request_webmailselect').disable();
	$('request_emailapp').style.display = "none";
	$('request_emailappselect').disable();
	$('request_bothemail').style.display = "none";
	$('request_bothemailselect').disable();
	$('request_iphone_touch').style.display = "none";
	$('request_iphone_touchselect').disable();
	$('request_push').style.display = "none";
	$('request_pushselect').disable();
	$('request_contacts').style.display = displayType;
	$('request_contactsselect').enable();
	$('request_calendar').style.display = "none";
	$('request_calendarselect').disable();
	$('request_idisk').style.display = "none";
	$('request_idiskselect').disable();
	$('request_gallery').style.display = "none";
	$('request_galleryselect').disable();
	$('request_iweb').style.display = "none";
	$('request_iwebselect').disable();
 	$('iweb_version').style.display = "none";
	$('iweb_versionselect').disable();
	$('publish_from').style.display = "none";
	$('publish_fromselect').disable();
	$('iphoto_version').style.display = "none";
	$('iphoto_versionselect').disable();
	$('imovie_version').style.display = "none";
	$('imovie_versionselect').disable();
	$('aperture_version').style.display = "none";
	$('aperture_versionselect').disable();
	$('request_backup').style.display = "none";
	$('request_backupselect').disable();
	$('details').style.display = displayType;
	$('detailstextarea').enable();

	document.getElementById("category").value = subtopic;
	document.getElementById("subject1").value = topic;
	document.getElementById("program").value = "jp_dotmac";

}

function doShowCalendar() {

	$('fname').style.display = displayType;
	$('lname').style.display = displayType;
	$('memname').style.display = displayType;
	$('email1').style.display = "none";
	$('email1input').disable;
	$('email2').style.display = displayType;
	$('email2input').enable;
	$('actkey').style.display = "none";
	$('actkeyinput').disable;
	$('ordernum').style.display = "none";
	$('ordernuminput').disable;
	$('cntry').style.display = "none";
	$('cntryselect').disable;
	$('numbersync').style.display = "none";
	$('numbersyncselect').disable;
	$('osver').style.display = displayType;
	$('osverselect').enable;
	$('osverbtmm').style.display = "none";
	$('osverbtmmselect').disable;
	$('browserver').style.display = displayType;
	$('browserverselect').enable;
	$('connection').style.display = displayType;
	$('connectionselect').enable;
	$('otherconnection').style.display = displayType;
	$('otherconnectioninput').enable;
	$('request_account').style.display = "none";
	$('request_accountselect').disable;
	$('check_email').style.display = "none";
	$('check_emailselect').disable;
	$('appname').style.display = "none";
	$('appnameselect').disable;
	$('request_webmail').style.display = "none";
	$('request_webmailselect').disable;
	$('request_emailapp').style.display = "none";
	$('request_emailappselect').disable;
	$('request_bothemail').style.display = "none";
	$('request_bothemailselect').disable;
	$('request_iphone_touch').style.display = "none";
	$('request_iphone_touchselect').disable;
	$('request_push').style.display = "none";
	$('request_pushselect').disable;
	$('request_contacts').style.display = "none";
	$('request_contactsselect').disable;
	$('request_calendar').style.display = displayType;
	$('request_calendarselect').enable;
	$('request_idisk').style.display = "none";
	$('request_idiskselect').disable;
	$('request_gallery').style.display = "none";
	$('request_galleryselect').disable;
	$('request_iweb').style.display = "none";
	$('request_iwebselect').disable;
	$('iweb_version').style.display = "none";
	$('iweb_versionselect').disable;
	$('publish_from').style.display = "none";
	$('publish_fromselect').disable;
	$('iphoto_version').style.display = "none";
	$('iphoto_versionselect').disable;
	$('imovie_version').style.display = "none";
	$('imovie_versionselect').disable;
	$('aperture_version').style.display = "none";
	$('aperture_versionselect').disable;
	$('request_backup').style.display = "none";
	$('request_backupselect').disable;
	$('details').style.display = displayType;
	$('detailstextarea').enable;

	document.getElementById("category").value = subtopic;
	document.getElementById("subject1").value = topic;
	document.getElementById("program").value = "jp_dotmac";

}


function doShowIDisk() {

	$('fname').style.display = displayType;
	$('lname').style.display = displayType;
	$('memname').style.display = displayType;
	$('email1').style.display = "none";
	$('email1input').disable();
	$('email2').style.display = displayType;
	$('email2input').enable();
	$('actkey').style.display = "none";
	$('actkeyinput').disable();
	$('ordernum').style.display = "none";
	$('ordernuminput').disable();
	$('cntry').style.display = "none";
	$('cntryselect').disable();
	$('numbersync').style.display = "none";
	$('numbersyncselect').disable();
	$('osver').style.display = displayType;
	$('osverselect').enable();
	$('osverbtmm').style.display = "none";
	$('osverbtmmselect').disable();
	$('browserver').style.display = displayType;
	$('browserverselect').enable();
	$('connection').style.display = displayType;
	$('connectionselect').enable();
	$('otherconnection').style.display = displayType;
	$('otherconnectioninput').enable();
	$('request_account').style.display = "none";
	$('request_accountselect').disable();
	$('check_email').style.display = "none";
	$('check_emailselect').disable();
	$('appname').style.display = "none";
	$('appnameselect').disable();
	$('request_webmail').style.display = "none";
	$('request_webmailselect').disable();
	$('request_emailapp').style.display = "none";
	$('request_emailappselect').disable();
	$('request_bothemail').style.display = "none";
	$('request_bothemailselect').disable();
	$('request_iphone_touch').style.display = "none";
	$('request_iphone_touchselect').disable();
	$('request_push').style.display = "none";
	$('request_pushselect').disable();
	$('request_contacts').style.display = "none";
	$('request_contactsselect').disable();
	$('request_calendar').style.display = "none";
	$('request_calendarselect').disable();
	$('request_idisk').style.display = displayType;
	$('request_idiskselect').enable();
	$('request_gallery').style.display = "none";
	$('request_galleryselect').disable();
	$('request_iweb').style.display = "none";
	$('request_iwebselect').disable();
	$('iweb_version').style.display = "none";
	$('iweb_versionselect').disable();
	$('publish_from').style.display = "none";
	$('publish_fromselect').disable();
	$('iphoto_version').style.display = "none";
	$('iphoto_versionselect').disable();
	$('imovie_version').style.display = "none";
	$('imovie_versionselect').disable();
	$('aperture_version').style.display = "none";
	$('aperture_versionselect').disable();
	$('request_backup').style.display = "none";
	$('request_backupselect').disable();
	$('details').style.display = displayType;
	$('detailstextarea').enable();

	document.getElementById("category").value = subtopic;
	document.getElementById("subject1").value = topic;
	document.getElementById("program").value = "jp_dotmac";

}

function doShowGallery() {

	$('fname').style.display = displayType;
	$('lname').style.display = displayType;
	$('memname').style.display = displayType;
	$('email1').style.display = "none";
	$('email1input').disable();
	$('email2').style.display = displayType;
	$('email2input').enable();
	$('actkey').style.display = "none";
	$('actkeyinput').disable();
	$('ordernum').style.display = "none";
	$('ordernuminput').disable();
	$('cntry').style.display = "none";
	$('cntryselect').disable();
	$('numbersync').style.display = "none";
	$('numbersyncselect').disable();
	$('osver').style.display = displayType;
	$('osverselect').enable();
	$('osverbtmm').style.display = "none";
	$('osverbtmmselect').disable();
	$('browserver').style.display = displayType;
	$('browserverselect').enable();
	$('connection').style.display = displayType;
	$('connectionselect').enable();
	$('otherconnection').style.display = displayType;
	$('otherconnectioninput').enable();
	$('request_account').style.display = "none";
	$('request_accountselect').disable();
	$('check_email').style.display = "none";
	$('check_emailselect').disable();
	$('appname').style.display = "none";
	$('appnameselect').disable();
	$('request_webmail').style.display = "none";
	$('request_webmailselect').disable();
	$('request_emailapp').style.display = "none";
	$('request_emailappselect').disable();
	$('request_bothemail').style.display = "none";
	$('request_bothemailselect').disable();
	$('request_iphone_touch').style.display = "none";
	$('request_iphone_touchselect').disable();
	$('request_push').style.display = "none";
	$('request_pushselect').disable();
	$('request_contacts').style.display = "none";
	$('request_contactsselect').disable();
	$('request_calendar').style.display = "none";
	$('request_calendarselect').disable();
	$('request_idisk').style.display = "none";
	$('request_idiskselect').disable();
	$('request_gallery').style.display = displayType;
	$('request_galleryselect').enable();
	$('request_iweb').style.display = "none";
	$('request_iwebselect').disable();
	$('iweb_version').style.display = "none";
	$('iweb_versionselect').disable();
	$('publish_from').style.display = displayType;
	$('publish_fromselect').enable();
	$('iphoto_version').style.display = "none";
	$('iphoto_versionselect').disable();
	$('imovie_version').style.display = "none";
	$('imovie_versionselect').disable();
	$('aperture_version').style.display = "none";
	$('aperture_versionselect').disable();
	$('request_backup').style.display = "none";
	$('request_backupselect').disable();
	$('details').style.display = displayType;
	$('detailstextarea').enable();

	document.getElementById("category").value = subtopic;
	document.getElementById("subject1").value = topic;
	document.getElementById("program").value = "jp_dotmac";

}

function doShowIWeb() {

	$('fname').style.display = displayType;
	$('lname').style.display = displayType;
	$('memname').style.display = displayType;
	$('email1').style.display = "none";
	$('email1input').disable();
	$('email2').style.display = displayType;
	$('email2input').enable();
	$('actkey').style.display = "none";
	$('actkeyinput').disable();
	$('ordernum').style.display = "none";
	$('ordernuminput').disable();
	$('cntry').style.display = "none";
	$('cntryselect').disable();
	$('numbersync').style.display = "none";
	$('numbersyncselect').disable();
	$('osver').style.display = displayType;
	$('osverselect').enable();
	$('osverbtmm').style.display = "none";
	$('osverbtmmselect').disable();
	$('browserver').style.display = displayType;
	$('browserverselect').enable();
	$('connection').style.display = displayType;
	$('connectionselect').enable();
	$('otherconnection').style.display = displayType;
	$('otherconnectioninput').enable();
	$('request_account').style.display = "none";
	$('request_accountselect').disable();
	$('check_email').style.display = "none";
	$('check_emailselect').disable();
	$('appname').style.display = "none";
	$('appnameselect').disable();
	$('request_webmail').style.display = "none";
	$('request_webmailselect').disable();
	$('request_emailapp').style.display = "none";
	$('request_emailappselect').disable();
	$('request_bothemail').style.display = "none";
	$('request_bothemailselect').disable();
	$('request_iphone_touch').style.display = "none";
	$('request_iphone_touchselect').disable();
	$('request_push').style.display = "none";
	$('request_pushselect').disable();
	$('request_contacts').style.display = "none";
	$('request_contactsselect').disable();
	$('request_calendar').style.display = "none";
	$('request_calendarselect').disable();
	$('request_idisk').style.display = "none";
	$('request_idiskselect').disable();
	$('request_gallery').style.display = "none";
	$('request_galleryselect').disable();
	$('request_iweb').style.display = displayType;
	$('request_iwebselect').enable();
	$('iweb_version').style.display = displayType;
	$('iweb_versionselect').enable();
	$('publish_from').style.display = "none";
	$('publish_fromselect').disable();
	$('iphoto_version').style.display = "none";
	$('iphoto_versionselect').disable();
	$('imovie_version').style.display = "none";
	$('imovie_versionselect').disable();
	$('aperture_version').style.display = "none";	
	$('aperture_versionselect').disable();
	$('request_backup').style.display = "none";
	$('request_backupselect').disable();
	$('details').style.display = displayType;
	$('detailstextarea').enable();

	if (topic == "Sites &amp; iWeb") {
	  topic = "Sites & iWeb";
	}

	document.getElementById("category").value = subtopic;
	document.getElementById("subject1").value = topic;
	document.getElementById("program").value = "jp_dotmac";

}

function doShowBtmm() {

	document.email.detailsarea.value= detail_btmm[1];
	
	$('fname').style.display = displayType;
	$('lname').style.display = displayType;
	$('memname').style.display = displayType;
	$('email1').style.display = "none";
	$('email1input').disable();
	$('email2').style.display = displayType;
	$('email2input').enable();
	$('actkey').style.display = "none";
	$('actkeyinput').disable();
	$('ordernum').style.display = "none";
	$('ordernuminput').disable();
	$('cntry').style.display = "none";
	$('cntryselect').disable();
	$('numbersync').style.display = "none";
	$('numbersyncselect').disable();
	$('osver').style.display = "none";
	$('osverselect').disable();
	$('osverbtmm').style.display = displayType;
	$('osverbtmmselect').enable();
	$('browserver').style.display = displayType;
	$('browserverselect').enable();
	$('connection').style.display = displayType;
	$('connectionselect').enable();
	$('otherconnection').style.display = displayType;
	$('otherconnectioninput').enable();
	$('request_account').style.display = "none";
	$('request_accountselect').disable();
	$('check_email').style.display = "none";
	$('check_emailselect').disable();
	$('appname').style.display = "none";
	$('appnameselect').disable();
	$('request_webmail').style.display = "none";
	$('request_webmailselect').disable();
	$('request_emailapp').style.display = "none";
	$('request_emailappselect').disable();
	$('request_bothemail').style.display = "none";
	$('request_bothemailselect').disable();
	$('request_iphone_touch').style.display = "none";
	$('request_iphone_touchselect').disable();
	$('request_push').style.display = "none";
	$('request_pushselect').disable();
	$('request_contacts').style.display = "none";
	$('request_contactsselect').disable();
	$('request_calendar').style.display = "none";
	$('request_calendarselect').disable();
	$('request_idisk').style.display = "none";
	$('request_idiskselect').disable();
	$('request_gallery').style.display = "none";
	$('request_galleryselect').disable();
	$('request_iweb').style.display = "none";
	$('request_iwebselect').disable();
	$('iweb_version').style.display = "none";
	$('iweb_versionselect').disable();
	$('publish_from').style.display = "none";
	$('publish_fromselect').disable();
	$('iphoto_version').style.display = "none";
	$('iphoto_versionselect').disable();
	$('imovie_version').style.display = "none";
	$('imovie_versionselect').disable();
	$('aperture_version').style.display = "none";
	$('aperture_versionselect').disable();
	$('request_backup').style.display = "none";
	$('request_backupselect').disable();
	$('details').style.display = displayType;

	document.getElementById("category").value = subtopic;
	document.getElementById("subject1").value = topic;
	document.getElementById("program").value = "jp_dotmac";

}

function doShowBackup() {

	$('fname').style.display = displayType;
	$('lname').style.display = displayType;
	$('memname').style.display = displayType;
	$('email1').style.display = "none";
	$('email1input').disable();
	$('email2').style.display = displayType;
	$('email2input').enable();
	$('actkey').style.display = "none";
	$('actkeyinput').disable();
	$('ordernum').style.display = "none";
	$('ordernuminput').disable();
	$('cntry').style.display = "none";
	$('cntryselect').disable();
	$('numbersync').style.display = "none";
	$('numbersyncselect').disable();
	$('osver').style.display = displayType;
	$('osverselect').enable();
	$('osverbtmm').style.display = "none";
	$('osverbtmmselect').disable();
	$('browserver').style.display = "none";
	$('browserverselect').disable();
	$('connection').style.display = "none";
	$('connectionselect').disable();
	$('otherconnection').style.display = "none";
	$('otherconnectioninput').disable();
	$('request_account').style.display = "none";
	$('request_accountselect').disable();
	$('check_email').style.display = "none";
	$('check_emailselect').disable();
	$('appname').style.display = "none";
	$('appnameselect').disable();
	$('request_webmail').style.display = "none";
	$('request_webmailselect').disable();
	$('request_emailapp').style.display = "none";
	$('request_emailappselect').disable();
	$('request_bothemail').style.display = "none";
	$('request_bothemailselect').disable();
	$('request_iphone_touch').style.display = "none";
	$('request_iphone_touchselect').disable();
	$('request_push').style.display = "none";
	$('request_pushselect').disable();
	$('request_contacts').style.display = "none";
	$('request_contactsselect').disable();
	$('request_calendar').style.display = "none";
	$('request_calendarselect').disable();
	$('request_idisk').style.display = "none";
	$('request_idiskselect').disable();
	$('request_gallery').style.display = "none";
	$('request_galleryselect').disable();
	$('request_iweb').style.display = "none";
	$('request_iwebselect').disable();
	$('iweb_version').style.display = "none";
	$('iweb_versionselect').disable();
	$('publish_from').style.display = "none";
	$('publish_fromselect').disable();
	$('iphoto_version').style.display = "none";
	$('iphoto_versionselect').disable();
	$('imovie_version').style.display = "none";
	$('imovie_versionselect').disable();
	$('aperture_version').style.display = "none";	
	$('aperture_versionselect').disable();
	$('request_backup').style.display = displayType;
	$('request_backupselect').enable();
	$('details').style.display = displayType;

	if (topic == "Backup &amp; iChat") {
	  topic = "Backup & iChat";
	}

	document.getElementById("category").value = subtopic;
	document.getElementById("subject1").value = topic;
	document.getElementById("program").value = "jp_dotmac";

}

function doDefault() {

	$('fname').style.display = displayType;
	$('lname').style.display = displayType;
	$('memname').style.display = displayType;
	$('email1').style.display = "none";
	$('email1input').disable();
	$('email2').style.display = displayType;
	$('email2input').enable();
	$('actkey').style.display = "none";
	$('actkeyinput').disable();
	$('ordernum').style.display = "none";
	$('ordernuminput').disable();
	$('cntry').style.display = "none";
	$('cntryselect').disable();
	$('numbersync').style.display = "none";
	$('numbersyncselect').disable();
	$('osver').style.display = displayType;
	$('osverselect').enable();
	$('osverbtmm').style.display = "none";
	$('osverbtmmselect').disable();
	$('browserver').style.display = displayType;
	$('browserverselect').enable();
	$('connection').style.display = displayType;
	$('connectionselect').enable();
	$('otherconnection').style.display = displayType;
	$('otherconnectioninput').enable();
	$('request_account').style.display = "none";
	$('request_accountselect').disable();
	$('check_email').style.display = "none";
	$('check_emailselect').disable();
	$('appname').style.display = "none";
	$('appnameselect').disable();
	$('request_webmail').style.display = "none";
	$('request_webmailselect').disable();
	$('request_emailapp').style.display = "none";
	$('request_emailappselect').disable();
	$('request_bothemail').style.display = "none";
	$('request_bothemailselect').disable();
	$('request_iphone_touch').style.display = "none";
	$('request_iphone_touchselect').disable();
	$('request_push').style.display = "none";
	$('request_pushselect').disable();
	$('request_contacts').style.display = "none";
	$('request_contactsselect').disable();
	$('request_calendar').style.display = "none";
	$('request_calendarselect').disable();
	$('request_idisk').style.display = "none";
	$('request_idiskselect').disable();
	$('request_gallery').style.display = "none";
	$('request_galleryselect').disable();
	$('request_iweb').style.display = "none";
	$('request_iwebselect').disable();
	$('iweb_version').style.display = "none";
	$('iweb_versionselect').disable();
	$('publish_from').style.display = "none";
	$('publish_fromselect').disable();
	$('iphoto_version').style.display = "none";
	$('iphoto_versionselect').disable();
	$('imovie_version').style.display = "none";
	$('imovie_versionselect').disable();
	$('aperture_version').style.display = "none";
	$('aperture_versionselect').disable();
	$('request_backup').style.display = "none";
	$('request_backupselect').disable();
	$('details').style.display = displayType;

	document.getElementById("category").value = "Other Request";
	document.getElementById("subject1").value = "Contact Us";
	document.getElementById("program").value = "jp_dotmac";

}

function doHideAll() {

	$('fname').style.display = "none";
	$('lname').style.display = "none";
	$('memname').style.display = "none";
	$('email1').style.display = "none";
	$('email2').style.display = "none";
	$('actkey').style.display = "none";
	$('ordernum').style.display = "none";
	$('cntry').style.display = "none";
	$('numbersync').style.display = "none";
	$('osver').style.display = "none";
	$('osverbtmm').style.display = "none";
	$('browserver').style.display = "none";
	$('connection').style.display = "none";
	$('otherconnection').style.display = "none";
	$('request_account').style.display = "none";
	$('check_email').style.display = "none";
	$('appname').style.display = "none";
	$('request_webmail').style.display = "none";
	$('request_emailapp').style.display = "none";
	$('request_bothemail').style.display = "none";
	$('request_iphone_touch').style.display = "none";
	$('request_push').style.display = "none";
	$('request_contacts').style.display = "none";
	$('request_calendar').style.display = "none";
	$('request_idisk').style.display = "none";
	$('request_gallery').style.display = "none";
	$('request_iweb').style.display = "none";
	$('iweb_version').style.display = "none";
	$('publish_from').style.display = "none";
	$('iphoto_version').style.display = "none";
	$('imovie_version').style.display = "none";
	$('aperture_version').style.display = "none";	
	$('request_backup').style.display = "none";
	$('details').style.display = "none";

}

function doMailCheck(op) {

	if (op == 0) {
		$('appnameselect').style.display = "none";
		$('appnameselect').disable();
		$('request_webmail').style.display = "none";
		$('request_webmailselect').disable();
		$('request_emailapp').style.display = "none";
		$('request_emailappselect').disable();
		$('request_bothemail').style.display = "none";
		$('request_bothemailselect').disable();
		$('request_iphone_touch').style.display = "none";
		$('request_iphone_touchselect').disable();
		$('details').style.display = "none";
		$('detailstextareaselect').disable();
	}

	if (op == 1) {
		$('appname').style.display = "none";
		$('appnameselect').disable();
		$('request_webmail').style.display = displayType;
		$('request_webmailselect').enable();
		$('request_emailapp').style.display = "none";
		$('request_emailappselect').disable();
		$('request_bothemail').style.display = "none";
		$('request_bothemailselect').disable();
		$('request_iphone_touch').style.display = "none";
		$('request_iphone_touchselect').disable();
		$('details').style.display = displayType;
		$('detailstextarea').enable();
	}

	if (op == 2) {
		$('appname').style.display = displayType;
		$('appnameselect').enable();
		$('request_webmail').style.display = "none";
		$('request_webmailselect').disable();
		$('request_emailapp').style.display = displayType;
		$('request_emailappselect').enable();
		$('request_bothemail').style.display = "none";
		$('request_bothemailselect').disable();
		$('request_iphone_touch').style.display = "none";
		$('request_iphone_touchselect').disable();
		$('details').style.display = displayType;
		$('detailstextarea').enable();
	}

	if (op == 3) {
		$('appname').style.display = displayType;
		$('appnameselect').enable();
		$('request_webmail').style.display = "none";
		$('request_webmailselect').disable();
		$('request_emailapp').style.display = "none";
		$('request_emailappselect').disable();
		$('request_bothemail').style.display = displayType;
		$('request_bothemailselect').enable();
		$('request_iphone_touch').style.display = "none";
		$('request_iphone_touchselect').disable();
		$('details').style.display = displayType;
		$('detailstextarea').enable();
		
	}
		
	if (op == 4) {
		$('appname').style.display = displayType;
		$('appnameselect').enable();
		$('request_webmail').style.display = "none";
		$('request_webmailselect').disable();
		$('request_emailapp').style.display = "none";
		$('request_emailappselect').disable();
		$('request_bothemail').style.display = "none";
		$('request_bothemailselect').disable();
		$('request_iphone_touch').style.display = displayType;
		$('request_iphone_touchselect').enable();
		$('details').style.display = displayType;
		$('detailstextarea').enable();
	}
}


function doGalleryCheck(op) {

	if (op == 0) {
		$('iphoto_version').style.display = "none";
		$('iphoto_versionselect').disable();
		$('imovie_version').style.display = "none";
		$('imovie_versionselect').disable();
		$('aperture_version').style.display = "none";
		$('aperture_versionselect').disable();
	}

	if (op == 1) {
		$('iphoto_version').style.display = "none";
		$('iphoto_versionselect').disable();
		$('imovie_version').style.display = "none";
		$('imovie_versionselect').disable();
		$('aperture_version').style.display = "none";
		$('aperture_versionselect').disable();
	}

	if (op == 2) {
		$('iphoto_version').style.display = displayType;
		$('iphoto_versionselect').enable();
		$('imovie_version').style.display = "none";
		$('imovie_versionselect').disable();
		$('aperture_version').style.display = "none";
		$('aperture_versionselect').disable();
	}

	if (op == 3) {
		$('iphoto_version').style.display = "none";
		$('iphoto_versionselect').disable();
		$('imovie_version').style.display = displayType;
		$('imovie_versionselect').enable();
		$('aperture_version').style.display = "none";
		$('aperture_versionselect').disable();
	}

	if (op == 4) {
		$('iphoto_version').style.display = "none";
		$('iphoto_versionselect').disable();
		$('imovie_version').style.display = "none";
		$('imovie_versionselect').disable();
		$('aperture_version').style.display = displayType;
		$('aperture_versionselect').enable();
	}
}