\n');
thumbPage.document.writeln('
\n');
//making the control buttons
thumbPage.document.writeln('\n
')
thumbPage.document.writeln('');
thumbPage.document.writeln(' > ');
thumbPage.document.writeln('');
thumbPage.document.writeln('');
thumbPage.document.writeln(' || ');
thumbPage.document.writeln('');
thumbPage.document.writeln(' ');
thumbPage.document.writeln('');
thumbPage.document.writeln(' << ');
thumbPage.document.writeln(' ');
thumbPage.document.writeln(' >> ');
thumbPage.document.writeln('');
thumbPage.document.writeln('\n
\n
');
//making the image
thumbPage.document.write('
\n');
thumbPage.document.writeln('\n\n');
thumbPage.document.close();
}//end generator function
function bigPic(tSRC){
var iView=open(tSRC,'PICTURE','height=500');
iView.focus();
}
function clearIT(){
confirm("Do you really want to reset the form?")
this.location.href=this.location;
}
//-->