var REQ;

function  initializeAJAXReq() {
		try{REQ=new XMLHttpRequest();} catch (e){
		try{REQ=new ActiveXObject("Msxml2.XMLHTTP");}catch (e){
		try{REQ=new ActiveXObject("Microsoft.XMLHTTP");}catch (e){alert('Not Supported'); return false;}}}
}
