var BRANCH_FONT_SIZE = new Array();
var CURRENT_KEY_SIZE = 2;
BRANCH_FONT_SIZE[1] = new Array (11,12,13,14,15,16);

function cutpaste ()
{
	moveNode ('photo_content', 'content_body', 'after')
}
Event.observe (window, 'load', cutpaste, false)