function morph_flier() {
	if( parseInt($('flier').style.width) < 400 )
	  $('flier').morph('width:587px;height:399px')
	else
	  $('flier').morph('width:350px;height:230px')
}
