for (b=1;b<=j;b++){
	document.write('<img name=num'+b+' border=0 onClick=changimg('+b+') style=cursor:hand;>');
} 