var ajaxObj;
	
function startAjax() {
	ajaxObj = new XMLHTTP("com/ajax/AjaxServer.php");
	ajaxObj.debug=1;
}