<!--
with(document)
{

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

}
document.close()

// -->

