function homepage(){
	new Ajax.Request("homepage.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function howtouse(){
	new Ajax.Request("howtouse.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function linksite(){
	new Ajax.Request("linksite.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function arrow_01(){
	new Ajax.Request("arrow_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function arrow_05(){
	new Ajax.Request("arrow_05.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function arrow_09(){
	new Ajax.Request("arrow_09.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function arrow_13(){
	new Ajax.Request("arrow_13.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function cross_01(){
	new Ajax.Request("cross_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function resizealldirections_01(){
	new Ajax.Request("resizealldirections_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function resizehorizontal_01(){
	new Ajax.Request("resizehorizontal_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function resizevertical_01(){
	new Ajax.Request("resizevertical_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function resizeupperleft_01(){
	new Ajax.Request("resizeupperleft_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function resizeupperright_01(){
	new Ajax.Request("resizeupperright_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function text_01(){
	new Ajax.Request("text_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function hand_01(){
	new Ajax.Request("hand_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function hand_02(){
	new Ajax.Request("hand_02.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function hand_03(){
	new Ajax.Request("hand_03.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function ball_01(){
	new Ajax.Request("ball_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function female_01(){
	new Ajax.Request("female_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function key_01(){
	new Ajax.Request("key_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function lightning_01(){
	new Ajax.Request("lightning_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function magnifier_01(){
	new Ajax.Request("magnifier_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function pen_01(){
	new Ajax.Request("pen_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function pencil_01(){
	new Ajax.Request("pencil_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function prohibition_01(){
	new Ajax.Request("prohibition_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function alert_01(){
	new Ajax.Request("alert_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function star_01(){
	new Ajax.Request("star_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}

function heart_01(){
	new Ajax.Request("heart_01.txt",
		{
			method: "post",
			onSuccess: getResponse
		});
	function getResponse(req){
		document.getElementById("content").innerHTML = req.responseText;
	}
}







