
function update(path) 
{
 	document['PhotoBig'].src=path;
	blendimage('blenddiv','bigpic',path,500);
}
