
function insertGoodPic( pic, root )
{
	//alert( document.getElementById( 'pic' ).src );
	//alert(pic);
	document.getElementById('pic').src = '/image.php?n_w=390&path=' + pic;
}
