function openProjects(thePage){
	$('#mxProjectPageDisplay').load(thePage,  function(){
		//
	});
}

function openThumb(img){
	a=openThumb.arguments; 
	b= new Array();
	for(i=0; i<a.length; i++){
		b[i] = a[i];
	}
	$.prettyPhoto.open(b);
}

