function change_picture(path,bPath,bSize){
	document.getElementById('m_picture').src="image.php?k="+path;
	document.getElementById('linkBig').href="image.php?k="+bPath;
}