function axBody(id, url){
			xmlHttp = new newXmlHttp();
			xmlHttp.open("GET", url, true);
			xmlHttp.onreadystatechange=function(){ 
				if(xmlHttp.readyState == 4){
					if(xmlHttp.status == 200){
						var result = xmlHttp.responseText;
						document.getElementById(id).innerHTML=result;
						bodyOnReady(wordWrap);
					}
				}
			}
		xmlHttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); 
		xmlHttp.send(null);
}

function axBody2(id, url){
			xmlHttp2 = new newXmlHttp();
			xmlHttp2.open("GET", url, true);
			xmlHttp2.onreadystatechange=function(){ 
				if(xmlHttp2.readyState == 4){
					if(xmlHttp2.status == 200){
						var result2 = xmlHttp2.responseText;
						document.getElementById(id).innerHTML=result2;
						bodyOnReady(wordWrap);
					}
				}
			}
		xmlHttp2.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); 
		xmlHttp2.send(null);
}

function axBody3(id, url){
			xmlHttp3 = new newXmlHttp();
			xmlHttp3.open("GET", url, true);
			xmlHttp3.onreadystatechange=function(){ 
				if(xmlHttp3.readyState == 4){
					if(xmlHttp3.status == 200){
						var result3 = xmlHttp3.responseText;
						document.getElementById(id).innerHTML=result3;
						bodyOnReady(wordWrap);
					}
				}
			}
		xmlHttp3.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); 
		xmlHttp3.send(null);
}

function axBody4(id, url){
			xmlHttp4 = new newXmlHttp();
			xmlHttp4.open("GET", url, true);
			xmlHttp4.onreadystatechange=function(){ 
				if(xmlHttp4.readyState == 4){
					if(xmlHttp4.status == 200){
						var result4 = xmlHttp4.responseText;
						document.getElementById(id).innerHTML=result4;
						bodyOnReady(wordWrap);
					}
				}
			}
		xmlHttp4.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); 
		xmlHttp4.send(null);
}

function topIdStyleNull(){
	document.getElementById("1").style.color='';
}

function reloadPage(url){
	alert(url);
	window.open(url);
}
