function loadGhost () {
	//var addTop = getScrollXY() + 50;
	/*if (IE6 == true) {
		//shut off the select dropdown on the page				
		$$('select').each(function(element) { element.style.visibility = "hidden";});
	}*/
	//$('ghost_container').style.top = addTop + 'px';	
	ghost_size('ghost');
	$('ghost').show();		
	$('ghost_container').show();
	$('included_countries').show();
	return false;
}
