img = "";
wid = 0;
hi = 0;


function ImageSwap(smallimage, largeimage, popwid, pophi) {
 if (document.images) document.images['primaryimage'].src=smallimage;
 img = largeimage;
 wid = popwid;
 hi = pophi;
}