﻿function ChangePicture(obj, srcpath){
document.getElementById(obj).src = srcpath; 
}
function OpenPicture(urlname)
{window.open(urlname);}