function imagewrite (imgname,imgwidth,imgheight,imgalt) {
	document.write('<img height="'+imgheight+'" border="0" width="'+imgwidth+'" src="/images/'+imgname+'" alt="'+imgalt+'">');
}


