﻿loadPage = function(page){
	if(page == 'about'){
	$("#lightbox").show()
	$("#whitebox").load('about.html');
	//$("#whitebox").html("kajhf asdkjfh askldfja slkfjas dlkfjas dlfhsa fjhsad fjksdh fksjdhf sakdj fhs")
	$("#whitebox").show();
	}
	
	if(page == 'contact'){
	$("#lightbox").show()
	$("#whitebox").load('contact.html');
	//$("#whitebox").html("kajhf asdkjfh askldfja slkfjas dlkfjas dlfhsa fjhsad fjksdh fksjdhf sakdj fhs")
	$("#whitebox").show();
	}

if(page == 'download'){
	$("#lightbox").show()
	$("#whitebox").load('download_paper.html');
	//$("#whitebox").html("kajhf asdkjfh askldfja slkfjas dlkfjas dlfhsa fjhsad fjksdh fksjdhf sakdj fhs")
	$("#whitebox").show();
	}

}


closeLGbox = function(){
	$("#lightbox").hide();
	$("#whitebox").hide();
	$("#whitebox").html("");

}
