<!--
with(document)
{

write('<img name="STEPX" src="step01.jpg" width=');
write(screen.width/2.5);
write(' height=');
write(screen.width/2.5/4*3);
write(' border="1">')

}
document.close()

// -->

