function changeColor(iinput) {	
	iinput.style.cursor = 'pointer';
}
function changeBack(iinput) {	
	iinput.style.cursor = 'default';
}
function redirect(loc) {
	location.href=loc;
}
