function LoadAptOld(pg)
{
	$('.SiteText').load('includes/'+pg+'.php');
}
function LoadApt(pg)
{
	if ($('.allText').fadeOut('slow')) {$('#'+pg+'Text').fadeIn('slow');}
	$('.galleryList a').removeAttr('rel');
	$('#gallery_'+pg+' a').attr('rel', 'fancy-tour');
	$('#gallery_'+pg+' a').fancybox();
}
