function newphoto(fname,wt,ht,imgid) 
{
document.getElementById(imgid).src="portfolio/" + fname + ".jpg";
document.getElementById(imgid).width=wt;
document.getElementById(imgid).height=ht;
}
