
// Load page function
function loadPage(urlToLoad){
	$("#content").fadeIn("slow");
}

function openContribute() {
	window.open( "contribute.html", "Contribute", "status = 1, height = 600, width = 500, resizable = 0" )
}

function openProam() {
	window.open( "images/proam.jpg", "Contribute", "status = 1, height = 622, width = 925, resizable = 0" )
}