<!-- Hide from JavaScript-Impaired Browsers
// Nancy Quale-Riverdrift 2004
function sample(){
if(confirm('This will clear some of the forms on the page and generate the sample text.\nDo you wish to continue?')){
document.Do1.Cs12.value ='http://nquale.com/riverdrift/'
+'rosebg.jpg';
document.Do1.Cs7.value ='#000000';
document.Do1.Cs6.value ='#ffffff';
document.Do1.Cs8.value ='-180';
document.Do1.Cs9.value ='-122';
document.Do1.Cs10.value ='565';
document.Do1.Cs11.value ='385';
document.Do1.Cs18.value ='Text Here';
document.Do1.Cs13.value ='7';
document.Do1.Cs14.value ='green';
document.Do1.Cs1.value ='150';
document.Do1.Cs2.value ='50';
document.Do1.Cs15.value
='http://nquale.com/'
+'riverdrift/bug.gif';
document.Do1.Cs4.value ='260';
document.Do1.Cs5.value ='512';
document.Do1.Cs16.value ='28';
document.Do1.Cs17.value ='100';
document.Do1.Cs23.value 
='http://nquale.com/'
+'riverdrift/butterfly.gif';
document.Do1.Cs19.value ='155';
document.Do1.Cs20.value ='400';
document.Do1.Cs21.value ='75';
document.Do1.Cs22.value ='75';
}
}
function zinst(){
if(confirm('This will clear the textarea and replace your codes with the instructions.\nDo you wish to continue?')){
var txt ='After reading these instructions please'
+' read the extra "Notes" below.\n\nYou will first'
+' need to size your'
+' background image to 565w x 410h or at least'
+' close. Our tv screens are only 560w x 385h but we'
+' need a little extra height and width due to the'
+' "go down bug"and other factors, I`ll explain that'
+' in the Notes below.\n\nIt also a good idea to'
+' optimize it for faster loading.\n\nBy using css'
+' positioning you can align your images and text'
+' anywhere you like.\n\nClick sample and preview for'
+' a example.\n\nTo get started with this tool place'
+' the background url in the background text box.'
+' You\`ll need to use one of these 3 coord sets:\n\n'
+' top:-160 left:-122 for a public or private 1 line'
+' newsgroup\n\ntop:-180 left:-122 for a public or'
+' private 2 line newsgroup\n\ntop:-176 left:-132 for'
+' emails if you`re at the 2.6.1 upgrade or below'
+' upgrade\n\nYou also need to use 385 within the'
+' code for the height even though your graphic'
+' height is 410\n\nAlso you\`ll notice that within'
+' the generated code that a width of 560 has been' 
+' added to the image positions,those are' 
+' needed for the 2.9 upgrade to see the background'
+' correctly.The actual image widths are located' 
+' within the div id\`s\n\nNext add your' 
+' graphic url.Your coords must be a positive number' 
+' as in this example:\ntop:120 left:150\n\n'
+' Another peculiarities with 2.9 is that if you add'
+' a graphic to the sig you need to place the graphic' 
+' atleast 200 pixels from the left side for the'  
+' background to show up correctly even with using'
+' the 560 position width.If placing your graphic' 
+' left:200 doesn`t work with your design then just' 
+' place a clear 1x1 gif in a 2nd image division and' 
+' assign it a position of top:0;left:200;\n\nEven if'
+' you plan on using a plain background without a'
+' graphic you must still place a clear gif in the'
+' graphic division in order for the background to'
+' cover the full screen.The clear gif can be sized' 
+' 1x1 and you need to assign it a left coord of' 
+' atleast 200 and the top coord can be any'
+' number \n\nYou can back click to change your'
+' coords until you get your placement right.\n\n' 
+' Next add your text and use point sizes 1-7 for' 
+' your text size and again your coords must be'    
+' positive numbers.\n\n'
+' After filling in all of the info that\`s needed,' 
+' click Settings to set which mode you want.\n\n'
+' Click Preview to view your sig. After previewing' 
+' click your Back Key and you\`ll see your sig code' 
+' generated at the bottom of the tool.\n\n'
+' To post your sig in a news group just cc&p the'
+' codes to your sig box.\n\nThere is a clear spacer'
+' gif included in the generated code. Your welcome'
+' to use it or transload it.\n\nNOTES:\nThe code'
+' must be placed raw within your sigbox for people'
+' at 2.7 and higher to be able to view your sig'
+' correctly in newsgroup posts.Do not embed your'
+' sig.\n\nOnly people at the 2.6.1 and lower'
+' upgrades along with 2.8.2  &  2.9 can see full screen sigs'
+' in their emails.2.8.2 & 2.9 must embed their sigs to see' 
+' them correctly.\n\nThe scrolltarget within the' 
+' code keeps your sig from scrolling but msntv' 
+' disabled the scrolltarget for those of you at 2.7' 
+' so your sigs will scroll but please leave the' 
+' scrolltarget within your code so those at all of' 
+' the other upgrades can view your sig' 
+' correctly.\n\nLastly the "Go down bug" happens' 
+' during the month on dates that have 2 numbers in' 
+' them (10-31) and during the hours of 10-12:59 am' 
+' and pm.During those times and dates there is an' 
+' extra line added to our timestamp within our posts' 
+' which pushes our full screen background downwards' 
+' 20 pixels or more which hopefully will be covered' 
+' by sizing your background to 410h instead of' 
+' 385h\n';
document.Do1.box.value=txt;
}
}
function Makeit(form){
var txt ='<html>\n<style>\n';
if(document.Do1.Cs1.value != "")
txt+='#text1{position:absolute;top:'
+document.Do1.Cs1.value+';';
if(document.Do1.Cs2.value != "")
txt+='left:'+document.Do1.Cs2.value+';';
if(document.Do1.Cs1.value != "")
txt+='}\n';
if(document.Do1.Cs35.value != "")
txt+='#text2{position:absolute;top:'
+document.Do1.Cs35.value+';';
if(document.Do1.Cs36.value != "")
txt+='left:'+document.Do1.Cs36.value+';';
if(document.Do1.Cs35.value != "")
txt+='}\n';
if(document.Do1.Cs4.value != "")
txt+='#image1{position:absolute;top:'
+document.Do1.Cs4.value+';';
if(document.Do1.Cs5.value != "")
txt+='left:'+document.Do1.Cs5.value+';';
if(document.Do1.Cs4.value != "")
txt+='width:560;}\n';
if(document.Do1.Cs19.value != "")
txt+='#image2{position:absolute;top:'
+document.Do1.Cs19.value+';';
if(document.Do1.Cs20.value != "")
txt+='left:'+document.Do1.Cs20.value+';';
if(document.Do1.Cs19.value != "")
txt+='width:560;}\n';
if(document.Do1.Cs6.value != "")
txt+='</style>\n';
if(document.Do1.Cs6.value != "")
txt+='<body bgcolor="'+document.Do1.Cs6.value+'"';
if(document.Do1.Cs7.value != "")
txt+=' text="'+document.Do1.Cs7.value+'">\n';
if(document.Do1.Cs6.value != "")
txt+='<embed src="http://nquale.com/riverdrift/'
+'clear.gif" width="1" height="1" scrolltarget />\n';
if(document.Do1.Cs8.value != "")
txt+='<div style="position:absolute;top:'
+document.Do1.Cs8.value+';';
if(document.Do1.Cs9.value != "")
txt+='left:'+document.Do1.Cs9.value+';';
if(document.Do1.Cs10.value != "")
txt+='width:'+document.Do1.Cs10.value+';';
if(document.Do1.Cs11.value != "")
txt+='height:'+document.Do1.Cs11.value+';';
if(document.Do1.Cs6.value != "")
txt+='background-color:'+document.Do1.Cs6.value+';';
if(document.Do1.Cs12.value != "")
txt+='background-image:url('
+document.Do1.Cs12.value+'"';
if(document.Do1.Cs6.value != "")
txt+='>\n';
if(document.Do1.Cs18.value != "")
txt+='<div id="text1">\n';
if(document.Do1.Cs18.value != "")
txt+='<font';
if(document.Do1.Cs13.value != "")
txt+=' size="'+document.Do1.Cs13.value+'"';
if(document.Do1.Cs14.value != "")
txt+=' color="'+document.Do1.Cs14.value+'"';
if(document.Do1.Cs18.value != "")
txt+='>\n';
if(document.Do1.Cs18.value != "")
txt+=''+document.Do1.Cs18.value+'\n</font>\n</div>\n';
if(document.Do1.Cs15.value != "")
txt+='<div id="image1">\n'
+'<img src="'+document.Do1.Cs15.value+'"';
if(document.Do1.Cs16.value != "")
txt+=' width="'+document.Do1.Cs16.value+'"';
if(document.Do1.Cs17.value != "")
txt+=' height="'+document.Do1.Cs17.value+'"';
if(document.Do1.Cs15.value != "")
txt+=' />\n</div>\n';
if(document.Do1.Cs23.value != "")
txt+='<div id="image2">\n'
+'<img src="'+document.Do1.Cs23.value+'"';
if(document.Do1.Cs21.value != "")
txt+=' width="'+document.Do1.Cs21.value+'"';
if(document.Do1.Cs22.value != "")
txt+=' height="'+document.Do1.Cs22.value+'"';
if(document.Do1.Cs23.value != "")
txt+=' />\n</div>\n';
if(document.Do1.Cs6.value != "")
txt+='</div>\n<a href="1" nohighlight>\n'
+'<audioscope width="1" height="1" />\n</a>\n';
if(document.Do1.Cs24.value != "")
txt+='<bgsound src="'+document.Do1.Cs24.value+'"'
+' loop="-1" />\n';
txt+='</body></html>\n';
document.Do1.box.value=txt;
}
function copy()  {
document.Do1.box.focus();
document.Do1.box.select();
}
function Clr(){
if(confirm('This will clear all the forms on the page.\nDo you wish to continue?')){
{
document.Do1.Cs1.value="";
document.Do1.Cs2.value="";
document.Do1.Cs4.value="";
document.Do1.Cs5.value="";
document.Do1.Cs6.value="";
document.Do1.Cs7.value="";
document.Do1.Cs8.value="";
document.Do1.Cs9.value="";
document.Do1.Cs10.value="";
document.Do1.Cs11.value="";
document.Do1.Cs12.value="";
document.Do1.Cs13.value="";
document.Do1.Cs14.value="";
document.Do1.Cs15.value="";
document.Do1.Cs16.value="";
document.Do1.Cs17.value="";
document.Do1.Cs18.value="";
document.Do1.Cs19.value="";
document.Do1.Cs20.value="";
document.Do1.Cs21.value="";
document.Do1.Cs22.value="";
document.Do1.Cs23.value="";
document.Do1.Cs35.value="";
document.Do1.Cs36.value="";
document.Do1.Cs38.value="";
document.Do1.Cs39.value="";
document.Do1.Cs40.value="";
document.Do1.Cs24.value="";
document.Do1.box.value="";
}
}
}
function viewit() {
x=0;
topp=0;
y=document.Do1.box.value;
yy=y.split("'");
fixt=yy.join(escape("'"));
var fsiz = document.Do1.fsz.value;
var hgt = document.Do1.a.value;
if(document.Do1.make[0].checked){x=0};
if(document.Do1.make[1].checked){
lt = 13;
x=1;
if(document.Do1.fontsz[0].checked){topp=166}
if(document.Do1.fontsz[1].checked){topp=174}
if(document.Do1.fontsz[2].checked){topp=182}
}
if(document.Do1.make[2].checked){
lt = 5;
x=1;
if(document.Do1.fontsz[0].checked){topp=153}
if(document.Do1.fontsz[1].checked){topp=159}
if(document.Do1.fontsz[2].checked){topp=166}
}
if(document.Do1.make[3].checked){
lt = 5;
x=1;
if(document.Do1.fontsz[0].checked){topp=153}
if(document.Do1.fontsz[1].checked){topp=159}
if(document.Do1.fontsz[2].checked){topp=185}
}
if (navigator.appName.substring(0,5) == "WebTV") {location.href='#' } if ( x == 0 )
{
document.open();
document.write(y);
document.close();
}
else {
with(document){
open();
write('<html><head><title>Results</title>');
write('<scr'+'ipt>');
write('st2=\''+(fixt)+'\'');
write('xt=escape\(st2\)');
write('function swap(){');
write('document.bgColor=parent.content.document.bgColor;document.fgColor=parent.content.document.fgColor');
write('}');
write('<\/scr'+'ipt>');
write('</head>');
write('<body fontsize='+fsiz+' onload="doit(); setTimeout(\'swap()\',1000)">');
write('<div style="position: absolute; top:'+topp+'; left: '+lt+'; width: 410; height:'+hgt+';">');
write('<iframe type=text/html name="content"src="javascript:unescape(parent.xt)"width="410"></iframe>');
write('</div>')
write('<sidebar height="385" width="109">');
write('<table bgcolor="#262e3d" cellspacing="0" cellpadding=0 width="109">');
write('<tr>');
write('<td width="104" height="385" valign="top">'); write('<table cellspacing="0" cellpadding="0">'); write('<tr>');
write('<td height="7" colspan="3">');
write('<spacer type="vertical" size="7">');
write('<tr>');
write('<td width="7">');
write('<spacer type="horizontal" size="7">');
write('<td width="87" "href=wtv-tricks:/home">');
write('<img src="file:/ROMCache/MSNLogo.gif" width="87" height="67">');
write('<td width="10">');
write('<spacer type="horizontal" size="10">');
write('</table>');
write('</table>');
write('</sidebar>');
write('<table border="0" cellpadding="0" cellspacing="0">');
write('<tr>');
write('<td height="8" colspan="2">');
write('<tr>');
write('<td width="13" height="8">');
write('<tr>');
write('<td width="13">');
write('<spacer type="horizontal" size="13">');
write('<td width="438" valign="top">');
write('<table cellspacing="0" cellpadding="0" width="438" border="0">');
write('<tr>');
write('<td height="9">');
write('<td width="128" valign="middle">');
write('</table>');
write('<tr>');
write('<td colspan="2">');
write('<table cellspacing="0" cellpadding="0" bgcolor="#4a525a">');
write('<tr>');
write('<td width="451" absheight="25">');
write('<table cellspacing=0 cellpadding=0>');
write('<tr>');
write('<td width="13" absheight="25">');
write('<spacer type=horizontal size="13"></td>');
write('<th width="370">');
write('<a href="http://riverdrift.com/">');
write('<font size="2" color="cornsilk">Powered Imagination</font></a>');
write('</th>');
write('<td width="21" height="16"> ');
write('</td>');
write('<td width="34">');
write('<spacer type="vertical" size="1">');
write('<br> ');
write('</td>');
write('<td width="13">');
write('<spacer type=horizontal size="13">');
write('</td>');
write('</tr>');
write('</table>');
write('</td>');
write('</tr>');
write('</table>');
write('<table border="0" cellpadding="0" cellspacing="0">');
write('<tr>');
write('<td width="451" valign="top">');
write('<spacer type="vertical" height="7"><br />');
write('Group:');
write('<br />');
write('Date:');
write('<br />');
write('From:');
write('</td>');
write('</tr>');
write('</table>');
write('</table>');
write('</body>')
close();
}
}
}
// End Hiding -->
