function showContactForm (  )
{
	jQuery(function($) {
	
	$('#contact_form').slideDown('medium');
	$('#fbpullin').removeClass( " fbframepadding" );
	
	//$('#contact_form').show("slide", { direction: "up" }, 0);
	
	});
	
}
 
 /*

function adjustifheight( ) 
{	
	var ifr = document.getElementById( 'fbpullin' );
	ifr.style.height =  ( document.body.scrollHeight + 200 ) + 'px';
	//alert( 'new ht' + ifr.style.height );
}
 
*/

