<!--
with(document)
{

write('<img name="STEP02" src="step02.jpg" width=');
write(screen.width/14);
write(' height=');
write(screen.width/14/4*3);
write(' border="1">')

}
document.close()

// -->

