/**
 * @Copyright@
 * @6.13@
 */

var flag= 0;
var flaghelp=0;
var pdfwindow;
function doemail(){
	document.diagnosForm.action= webroot+"/nonacs/sendEmail.do";
	document.diagnosForm.submit();
}

function MM_openBrWindow(theURL,winName,features) { 
	if(flaghelp == 0){
		pdfwindow = window.open(theURL,winName,features);
		//pdfwindow.focus();
		flaghelp=1;
	}else{
		pdfwindow.close();
		pdfwindow = window.open(theURL,winName,features);
		pdfwindow.focus();
	} 
  
}

function doreset(){
	  document.forms.diagnosForm.userEmailaddress.value="";
	  document.forms.diagnosForm.emailsubject.value="";
	  document.forms.diagnosForm.preDefinedProblems.selectedIndex = 0;
	  document.forms.diagnosForm.problemDescription.value="";
	  document.forms.diagnosForm.location.selectedIndex = 0;
	   }
	