

	function handleHttpResponse() {
		if (http.readyState == 4) {
			if (subject_id != '') {
								
						var varredirect=http.responseText.indexOf('Session_Expire'); 

						if (varredirect!= -1 ) { 
						window.location.href = 	window.location.href;
						} 
						else
						{
						document.getElementById(subject_id).innerHTML =  http.responseText; 
						
						}



//alert(document.getElementById(subject_id).innerHTML);
				}
		}
	}
	function handleHttpResponse1() {
		if (http1.readyState == 4) {
			if (subject_id1 != '') {
								
				alert(http.responseText);
				document.getElementById(subject_id1).innerHTML =  http1.responseText;		
				//alert(document.getElementById(subject_id).innerHTML);
				}
		}
	}

	function handleHttpResponse2() {
		if (http.readyState == 4) {
			if (subject_id1 != '') {
								
			//	alert(http.responseText);
				document.getElementById(subject_id1).innerHTML =  http.responseText;		
				//alert(document.getElementById(subject_id).innerHTML);
				}
		}
	}
	function handleHttpResponse19() {
		if (http19.readyState == 4) {
			
		}
	}




function getHTTPObject() {
		var xmlhttp;
		/*@cc_on
		@if (@_jscript_version >= 5)
			try {
				xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
			} catch (e) {
				try {
					xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
				} catch (E) {
					xmlhttp = false;
				}
			}
		@else
		xmlhttp = false;
		@end @*/
		if (!xmlhttp && typeof XMLHttpRequest != 'undefined') {
			try {
				xmlhttp = new XMLHttpRequest();
			} catch (e) {
				xmlhttp = false;
			}
		}
		return xmlhttp;
	}
function getHTTPObject1() {
		
		alert();
		var xmlhttp;
		/*@cc_on
		@if (@_jscript_version >= 5)
			try {
				xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
			} catch (e) {
				try {
					xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
				} catch (E) {
					xmlhttp = false;
				}
			}
		@else
		xmlhttp = false;
		@end @*/
		if (!xmlhttp && typeof XMLHttpRequest != 'undefined') {
			try {
				xmlhttp = new XMLHttpRequest();
			} catch (e) {
				xmlhttp = false;
			}
		}
		return xmlhttp;
	}
