function where(imgname,xpix,ypix)
{
var image =
'<BR>'+
'<A href="stampgallery.htm">'+
'<img alt="Back to the Stamp Menu" width='+xpix+' height='+ypix+' src="http://www.mykines.dk/'+imgname+'.jpg">'+
'</A>'+
'</center>'+
'<BR>';
document.write(image);
}

