function Close(id){
	jQuery(id).css('display','none');
	jQuery('#page').css('background','none');
}
