
function SubmitForm(FormNo){
if(FormNo==1){

		var CAns= window.top.frames["info"].document.QuesForm.CorrectAns.value;
		
		//alert(TotCorrect);
		window.top.frames["info"].document.QuesForm.DoSubmit.value = '1';
			
		window.top.frames["info"].document.QuesForm.method = 'post';
	
		window.top.frames["info"].document.QuesForm.action = 'QuesFrame.asp?DoSubmit=1&CorrectAns='+ CAns;
		
		window.top.frames["info"].document.QuesForm.submit();

//alert(FormNo);
}

}


//Clearform andi ContinueForm 

function ContinueForm(QuesCnt){
 
	//var QuesCount=window.top.frames["info"].document.QuesForm.QuesCount.value
	
	//var QuesAdd=ParseInt(QuesCount)+1;
	// alert(window.top.frames["info"].document.QuesForm.IsCorrectAns.value);
	window.top.frames["info"].document.QuesForm.DoSubmit.value = '0';
	//window.top.frames["info"].document.QuesForm.QuesCount.value	=QuesCnt+1
	window.top.frames["info"].document.QuesForm.CorrectAns.value='';	
		window.top.frames["info"].document.QuesForm.method = 'post';
	
		window.top.frames["info"].document.QuesForm.action = 'QuesFrame.asp?DoSubmit=0&NQ=1';
	
		window.top.frames["info"].document.QuesForm.submit();


}


function TOC(LinkNo){
//alert(LinkNo);
switch(LinkNo){
	case 1:
	  window.location="index.htm"
	  //alert('case 1');
	  break;
	case 2:
		 window.location="Biomag/Steps/MRI_CT_Services.asp"
	  //alert('case 2');
	  break;
	case 3:
		window.location="Biomag/Steps/Manage.asp"
	 // alert('case 3');
	  break;
	case 4:
	window.location="Biomag/Steps/Exp_services.asp"
	 // alert('case 4');
	  break;
	case 5:
	window.location="Biomag/Steps/Service_Progs.asp"
	 // alert('case 5');
	  break;
	case 6:
		window.location="Biomag/Steps/Contact_Us.asp"
	 // alert('case 6');
	  break;
	
	
	  break;
	
	  
}
}

