function Load(file) {

	$('#overlay').css('display', 'block');
	$('#overlay').load('ajax_'+file+'.html');
	

}
