<!-- Hide from JavaScript-Impaired Browsers
//Riverdrift 2003
function Sample()     {
document.fram.b1k.value += 'http://www.riverdrift.com/bk/1/wd1.jpg';
document.fram.b1c.value += 'blue';
document.fram.b1g.value += 'red';
document.fram.b1w.value += '290';
document.fram.b1ga.value += '90';
document.fram.b1b.value += '8';
document.fram.b1kw.value += '280';
document.fram.b1kb.value += '18';
document.fram.b2kw.value += '265';
document.fram.b2kb.value += '20';
document.fram.b2k.value += 'http://www.riverdrift.com/bk/1/flag1.jpg';
document.fram.b2c.value += 'white';
document.fram.b2g.value += 'black';
document.fram.b2w.value += '240';
document.fram.b2ga.value += '90';
document.fram.b2b.value += '8';
document.fram.img.value +=
'http://www.riverdrift.com/im/cr/wolf.jpg';
document.fram.imgw.value += '224';
document.fram.imgh.value += '306';
document.fram.imgb.value += '0';
document.fram.imgt.value += 'wolf.gif';
document.fram.Text.value += 'Riverdrift';
}
function makeit(form){
var txt = '\n';
if(document.fram.b1c.value)          
txt+='<table bgcolor="'+document.fram.b1c.value+'"';
if(document.fram.b1g.value)          
txt+=' gradcolor="'+document.fram.b1g.value+'"';
if(document.fram.b1ga.value)          
txt+=' gradangle="'+document.fram.b1ga.value+'"';
if(document.fram.b1w.value)          
txt+=' width="'+document.fram.b1w.value+'"';
if(document.fram.b1b.value)          
txt+=' border="'+document.fram.b1b.value+'"';
if(document.fram.b1iv.checked)
txt+=' invertborder';
if(document.fram.b1c.value)          
txt+=' align="center"><tr><td align="center">\n';
if(document.fram.b1k.value)          
txt+='<table background="'+document.fram.b1k.value+'"';
if(document.fram.b1kw.value)          
txt+=' width="'+document.fram.b1kw.value+'"';
if(document.fram.b1kb.value)          
txt+=' border="'+document.fram.b1kb.value+'"';
if(document.fram.b1kiv.checked)
txt+=' invertborder';
if(document.fram.b1k.value)          
txt+=' align="center"><tr><td align="center">\n';
if(document.fram.b2k.value)          
txt+='<table background="'+document.fram.b2k.value+'"';
if(document.fram.b2kw.value)          
txt+=' width="'+document.fram.b2kw.value+'"';
if(document.fram.b2kb.value)          
txt+=' border="'+document.fram.b2kb.value+'"';
if(document.fram.b2kiv.checked)
txt+=' invertborder';
if(document.fram.b2k.value)          
txt+=' align="center"><tr><td align="center">\n';
if(document.fram.b2c.value)          
txt+='<table bgcolor="'+document.fram.b2c.value+'"';
if(document.fram.b2g.value)          
txt+=' gradcolor="'+document.fram.b2g.value+'"';
if(document.fram.b2ga.value)          
txt+=' gradangle="'+document.fram.b2ga.value+'"';
if(document.fram.b2w.value)          
txt+=' width="'+document.fram.b2w.value+'"';
if(document.fram.b2b.value)          
txt+=' border="'+document.fram.b2b.value+'"';
if(document.fram.b2iv.checked)
txt+=' invertborder';
if(document.fram.b2c.value)          
txt+=' align="center"><tr><td align="center">\n';
if(document.fram.img.value)          
txt+='<img src="'+document.fram.img.value+'"';
if(document.fram.imgw.value)          
txt+=' width="'+document.fram.imgw.value+'"';
if(document.fram.imgh.value)          
txt+=' height="'+document.fram.imgh.value+'"';
if(document.fram.imgb.value)          
txt+=' border="'+document.fram.imgb.value+'"';
if(document.fram.imgt.value)          
txt+=' alt="'+document.fram.imgt.value+'"';
if(document.fram.img.value)          
txt+=' />\n';
if(document.fram.Text.value)          
txt+=''+document.fram.Text.value+'\n';
if(document.fram.b1c.value)          
txt+='</td></tr></table>\n';
if(document.fram.b1k.value)          
txt+='</td></tr></table>\n';
if(document.fram.b2c.value)          
txt+='</td></tr></table>\n';
if(document.fram.b2k.value)          
txt+='</td></tr></table>\n';
txt = txt + '\r\n'
document.fram.box.value=txt;
}
function viewit() 
{ 
document.write (document.fram.box.value) 
} 
function copy()  {
document.fram.box.focus();
document.fram.box.select();
}
// End Hiding -->
