window.onload = function() {
	if(document.getElementById('comment')){
		cm = new fx.Height('comment', {duration: 1});
		//cm.hide();
	}
	if(document.getElementById('tellfriend')){
		tf = new fx.Height('tellfriend', {duration: 1});
		tf.hide();
	}
}