<!--
with(document)
{

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

}
document.close()

// -->

