<!-- Hide from JavaScript-Impaired Browsers
// Script by Riverdrift 2002
function makeit(form){
var txt = '';
if(document.thum.tbgc.value != "")          
txt+='<table align="center" bgcolor="'
+document.thum.tbgc.value+'"'
+' width="'+document.thum.tbw.value+'"';
if(document.thum.tbcp.value != "")          
txt+=' cellpadding="'+document.thum.tbcp.value+'"';
if(document.thum.tbcs.value != "")          
txt+=' cellspacing="'+document.thum.tbcs.value+'"';
if(document.thum.tbdr.value != "")          
txt+=' border="'+document.thum.tbdr.value+'"><tr>\n';
if(document.thum.nail1.value != "")          
txt+='<td align="center">\n<a' +' href="'+document.thum.nail1.value+
'">\n<img width="'+document.thum.width.value+
'" height="'+document.thum.heig.value+
'" alt="thumb" src="'+document.thum.img1.value+
'" border="0" />'+'</a>\n</td>\n'; 
if(document.thum.nail2.value != "")          
txt+='<td align="center">\n<a' +' href="'+document.thum.nail2.value+
'">\n<img width="'+document.thum.width.value+
'" height="'+document.thum.heig.value+
'" alt="thumb" src="'+document.thum.img2.value+
'" border="0" />'+'</a>\n</td>\n'; 
if(document.thum.nail3.value != "")          
txt+='<td align="center">\n<a' +' href="'+document.thum.nail3.value+
'">\n<img width="'+document.thum.width.value+
'" height="'+document.thum.heig.value+
'" alt="thumb" src="'+document.thum.img3.value+
'" border="0" />'+'</a>\n</td>\n'; 
if(document.thum.nail4.value != "")          
txt+='<td align="center">\n<a' +' href="'+document.thum.nail4.value+
'">\n<img width="'+document.thum.width.value+
'" height="'+document.thum.heig.value+
'" alt="thumb" src="'+document.thum.img4.value+
'" border="0" />'+'</a>\n</td>\n'; 
if(document.thum.nail5.value != "")          
txt+='<td align="center">\n<a' +' href="'+document.thum.nail5.value+
'">\n<img width="'+document.thum.width.value+
'" height="'+document.thum.heig.value+
'" alt="thumb" src="'+document.thum.img5.value+
'" border="0" />'+'</a>\n</td>\n'; 
if(document.thum.nail6.value != "")          
txt+='<td align="center">\n<a' +' href="'+document.thum.nail6.value+
'">\n<img width="'+document.thum.width.value+
'" height="'+document.thum.heig.value+
'" alt="thumb" src="'+document.thum.img6.value+
'" border="0" />'+'</a>\n</td>\n'; 
if(document.thum.nail7.value != "")          
txt+='</tr><tr>\n';
if(document.thum.nail7.value != "")          
txt+='<td align="center">\n<a' +' href="'+document.thum.nail7.value+
'">\n<img width="'+document.thum.width.value+
'" height="'+document.thum.heig.value+
'" alt="thumb" src="'+document.thum.img7.value+
'" border="0" />'+'</a>\n</td>\n'; 
if(document.thum.nail8.value != "")          
txt+='<td align="center">\n<a' +' href="'+document.thum.nail8.value+
'">\n<img width="'+document.thum.width.value+
'" height="'+document.thum.heig.value+
'" alt="thumb" src="'+document.thum.img8.value+
'" border="0" />'+'</a>\n</td>\n'; 
if(document.thum.nail9.value != "")          
txt+='<td align="center">\n<a' +' href="'+document.thum.nail9.value+
'">\n<img width="'+document.thum.width.value+
'" height="'+document.thum.heig.value+
'" alt="thumb" src="'+document.thum.img9.value+
'" border="0" />'+'</a>\n</td>\n'; 
if(document.thum.nail10.value != "")          
txt+='<td align="center">\n<a' +' href="'+document.thum.nail10.value+
'">\n<img width="'+document.thum.width.value+
'" height="'+document.thum.heig.value+
'" alt="thumb" src="'+document.thum.img10.value+
'" border="0" />'+'</a>\n</td>\n'; 
if(document.thum.nail11.value != "")          
txt+='<td align="center">\n<a' +' href="'+document.thum.nail11.value+
'">\n<img width="'+document.thum.width.value+
'" height="'+document.thum.heig.value+
'" alt="thumb" src="'+document.thum.img1.value+
'" border="0" />'+'</a>\n</td>\n'; 
if(document.thum.nail12.value != "")          
txt+='<td align="center">\n<a' +' href="'+document.thum.nail12.value+
'">\n<img width="'+document.thum.width.value+
'" height="'+document.thum.heig.value+
'" alt="thumb" src="'+document.thum.img12.value+
'" border="0" />'+'</a>\n</td>\n'; 
if(document.thum.tbgc.value != "")          
txt+='</tr></table>\r\n';
document.thum.box.value=txt;
}
function viewit() 
{ 
document.write (document.thum.box.value) 
} 
function copy()  {
document.thum.box.focus();
document.thum.box.select();
}
// End Hiding -->

