function newphoto(fname,wt,ht,alt)
{
document.pht.src="vibor/" + fname + ".jpg"
document.pht.width=wt;
document.pht.height=ht;
document.pht.alt=alt;
}
function newphoto2(fname,wt,ht,alt)
{
document.pht2.src="vibor/" + fname + ".jpg"
document.pht2.width=wt;
document.pht2.height=ht;
document.pht2.alt=alt;
}
function newphoto3(fname,wt,ht,alt)
{
document.pht3.src="vibor/" + fname + ".jpg"
document.pht3.width=wt;
document.pht3.height=ht;
document.pht3.alt=alt;
}
