// add a new picture
function newPicture ()
{
	new Insertion.After("firstPicture", '<input name="pictures[]" type="file" class="newpic" />');
	focus("firstPicture");		
}

function show (element)
{
	Element.show(element);
}

