function goHome(){
window.location="http://unido.maxwelldev.com/pc";
}

function donate(){
document._xclick.submit();
}

function goNote(d){
str="http://unido.maxwelldev.com/pc/note.php?id=" + d;
window.location=str;
}

function goCat(d){
str="http://unido.maxwelldev.com/pc/cat.php?id=" + d;
window.location=str;
}

function checkCatField(){
	if(document.getElementById('catSelectField').value == "newCategory")
	{
		document.getElementById('catTextField').style.display = "block";
	}else{
		document.getElementById('catTextField').style.display = "none";
	}
}

function linkto(str){
str="http://unido.maxwelldev.com/pc/" + str;
window.location=str;
}

function clinktasks(){
window.location="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=293287711&mt=8";
}