function _submitPage( hLink, page){
	objLink = document.getElementById( hLink );
	objLink.href = "?m=corsi&cp=" + page;
}

