// Copyright (C)2000 WebYou.com. All right reserved.
// Fri Mar 17 2000  Doytchin Spiridonov
// No part of this code may be reproduced, stored in
// a retrieval system, or transmitted without the
// prior written permission of the copyright holder.

document.write('<FRAMESET ');
if (vert) document.write('COLS=*');
else document.write('ROWS=*');
for (ti=0; ti < strips; ++ti) if (ti==(strips-1)) document.write(','+all_size); else document.write(','+htmlall_size);
document.write(' BORDER=0 FRAMEBORDER=0 FRAMESPACING=0><FRAME SRC="v' + setnumber + '.html" NAME=pic SCROLLING=auto MARGINWIDTH=5 MARGINHEIGHT=5 NORESIZE>');
for (ti = 1; ti <= strips; ++ti) document.write('<FRAME SRC=\"p' + setnumber + '.html\" NAME=fr' + ti + ' SCROLLING=no MARGINWIDTH=0 MARGINHEIGHT=0 NORESIZE>');
document.write('</FRAMESET>');
