|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/mguerinweb/Offline_Archive/Flash Charts/ |
Upload File : |
<HTML>
<HEAD>
<TITLE>FlashCharts Wizard Free Version</TITLE>
</HEAD>
<STYLE TYPE=text/css>
body { background-color: #ffffff }
table { font-family: verdana, tahoma, arial; font-size:10; }
input { font-family: verdana, tahoma, arial; font-size:10; }
select { font-family: verdana, tahoma, arial; font-size:10; }
td {background-color:}
td.header {background-color:#dddddd;font-family: verdana, tahoma, arial; font-size:10; font-weight:600;
border:1px #cccccc solid;letter-spacing:1px;color:white
}
td.hd {font-family: verdana, tahoma, arial; font-size:9px; font-weight:200;
}
select.sdata {width:150px;}
select.cstyle {width:148px;}
select.ctype {width:78px;}
input.sdata {width:150px;}
div.loading {font-family:verdana,tahoma,arial;font-size:10pt;width:100%;height:100%;font-weight:600;display:}
</STYLE>
<SCRIPT LANGUAGE=JavaScript>
<!--
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
var currentChart=""
var currentCtype=""
function movieIsLoaded (theMovie) {
if (typeof(theMovie) != "undefined") {
if (theMovie.PercentLoaded()==100) return true;
}
return false;
}
function loadData(filename){
var flashchartObj = InternetExplorer ? flashchart : document.flashchart;
while (!movieIsLoaded(flashchartObj)) {} // wait for movie to load
flashchartObj.SetVariable("/:datafile",filename);
}
function getFormItem(itemname) {
for (var i=0; i< document.forms[0].length; i++) {
if (document.forms[0][i].name==itemname) {
if (document.forms[0][i].tagName=="select"){
return document.forms(document.forms[0][i].name).options[document.forms[0][i].selectedIndex].value
}else{
return document.forms[0][i].value;
}
break;
}
}
return "";
}
function display() {
objchartarea.style.display="";
objtextarea.style.display="none";
var varname;
var varvalue;
var vseries=0;
var vartype;
var vserieslength=0;
var vlengthcount=0;
var vreload;
var vdatafile;
var flashchartObj = InternetExplorer ? flashchart : document.flashchart;
fnCheckBox("vchart_verticalgridlabelorientation")
while (movieIsLoaded(flashchartObj)==false) {} // wait for movie to load
for (var i=0; i< document.forms[0].length; i++) {
vartype=document.forms[0][i].tagName
varname=document.forms[0][i].name;
if (vartype=="select"){
varvalue=document.forms(varname).options[document.forms[0][i].selectedIndex].value
}else{
varvalue=document.forms[0][i].value;
}
if (varname.substr(0,6)=="vchart" && varvalue!="") {
flashchartObj.SetVariable("/chartloader:"+varname,varvalue);
} else if (varname.substr(0,2)=="vs" && varvalue!="") {
if (varname.substr(varname.length-5,5)=="_name") {
vseries++;
vlengthcount=0;
} else if (varname.substr(0,3)!="vse") {
vlengthcount++;
if (vlengthcount>vserieslength) vserieslength=vlengthcount;
}
flashchartObj.SetVariable("/chartloader:"+varname,varvalue);
} else if (varname.substr(0,2)=="vl" && varvalue!="") {
flashchartObj.SetVariable("/chartloader:"+varname,varvalue);
} else if (varname.substr(0,2)=="vc" && varvalue!="") {
flashchartObj.SetVariable("/chartloader:"+varname,varvalue);
}
}
vserieslength=vserieslength/vseries
vreload=document.all("vreload").value
vdatafile=document.all("vdatafile").value
flashchartObj.SetVariable("/chartloader:vreload",vreload);
flashchartObj.SetVariable("/chartloader:vdatafile",vdatafile);
flashchartObj.SetVariable("/chartloader:vseries",vseries);
flashchartObj.SetVariable("/chartloader:vseries_length",vserieslength);
loadData("loaddata");
}
function templateTXT(){
objchartarea.style.display="none";
objtextarea.style.display="";
var varname;
var varvalue;
var vartype;
var vseries=0;
var vserieslength=0;
var vlengthcount=0;
var vreload;
var vdatafile;
var textholder=document.all.textbox;
var endchar='&';
textholder.value='&';
for (var i=0; i< document.forms[0].length; i++) {
varname=document.forms[0][i].name;
vartype=document.forms[0][i].tagName
if (vartype=="select"){
varvalue=document.forms(varname).options[document.forms[0][i].selectedIndex].value
}else{
varvalue=document.forms[0][i].value;
}
if (varname.substr(0,6)=="vchart" && varvalue!="") {
textholder.value+=varname+"="+varvalue+endchar;
} else if (varname.substr(0,2)=="vs" && varvalue!="") {
if (varname.substr(varname.length-5,5)=="_name") {
vseries++;
vlengthcount=0;
} else if (varname.substr(0,3)!="vse") {
vlengthcount++;
if (vlengthcount>vserieslength) vserieslength=vlengthcount;
}
textholder.value+=varname+"="+varvalue+endchar;
} else if (varname.substr(0,2)=="vl" && varvalue!="") {
textholder.value+=varname+"="+varvalue+endchar;
} else if (varname.substr(0,2)=="vc" && varvalue!="") {
textholder.value+=varname+"="+varvalue+endchar;
}
}
vreload=document.all("vreload").value
vdatafile=document.all("vdatafile").value
textholder.value+="vreload="+vreload+endchar;
textholder.value+="vdatafile="+vdatafile+endchar;
textholder.value+="vseries="+vseries+endchar;
textholder.value+="vseries_length="+vserieslength/vseries;
}
function templateASP(){
objchartarea.style.display="none";
objtextarea.style.display="";
var textholder=document.all.textbox;
var qoutation='"';
var endchar='\n';
var varvalue1;
var varvalue2;
var varvalue3;
var varvalue4;
textholder.value="<!-- #include file="+qoutation+"flashchart_20.asp"+qoutation+" -->"+endchar+endchar+"<%"+endchar;
textholder.value+="vchart_initialize"+endchar;
varvalue1=getFormItem("vchart_title")
varvalue2=getFormItem("vchart_titlecolor")
if (varvalue1!="") {
textholder.value+="vchart_set_title "+qoutation+varvalue1+qoutation+","+qoutation+varvalue2+qoutation+endchar;
}
varvalue1=getFormItem("vchart_subtitle")
varvalue2=getFormItem("vchart_subtitlecolor")
if (varvalue1!="") {
textholder.value+="vchart_set_subtitle "+qoutation+varvalue1+qoutation+","+qoutation+varvalue2+qoutation+endchar;
}
varvalue1=getFormItem("vchart_comment")
varvalue2=getFormItem("vchart_commentcolor")
if (varvalue1!="") {
textholder.value+="vchart_set_comment "+qoutation+varvalue1+qoutation+","+qoutation+varvalue2+qoutation+endchar;
}
varvalue1=getFormItem("vchart_background")
varvalue2=getFormItem("vchart_backgroundcolor")
if (varvalue1!="") {
textholder.value+="vchart_set_bgcolor "+qoutation+varvalue2+qoutation+","+qoutation+varvalue1+qoutation+endchar;
}
varvalue1=getFormItem("vchart_backgroundswf")
if (varvalue1!="") {
textholder.value+="vchart_set_bgswf "+qoutation+varvalue1+qoutation+endchar;
}
varvalue1=getFormItem("vchart_frame")
varvalue2=getFormItem("vchart_framecolor")
if (varvalue1!="") {
textholder.value+="vchart_set_frame "+qoutation+varvalue2+qoutation+","+qoutation+varvalue1+qoutation+endchar;
}
varvalue1=getFormItem("vchart_frameborder")
varvalue2=getFormItem("vchart_framebordercolor")
if (varvalue1!="") {
textholder.value+="vchart_set_frameborder "+qoutation+varvalue2+qoutation+","+qoutation+varvalue1+qoutation+endchar;
}
varvalue1=getFormItem("vchart_tooltip")
varvalue2=getFormItem("vchart_tooltipcolor")
varvalue3=getFormItem("vchart_tooltiptextcolor")
varvalue4=getFormItem("vchart_tooltipbordercolor")
if (varvalue1!="") {
textholder.value+="vchart_set_tooltip "+qoutation+varvalue2+qoutation+","+qoutation+varvalue1+qoutation+","+qoutation+varvalue3+qoutation+","+qoutation+varvalue4+qoutation+endchar;
}
varvalue1=getFormItem("vchart_horizontaltitle")
varvalue2=getFormItem("vchart_horizontaltitlecolor")
if (varvalue1!="") {
textholder.value+="vchart_set_horizontaltitle "+qoutation+varvalue2+qoutation+","+qoutation+varvalue1+qoutation+endchar;
}
varvalue1=getFormItem("vchart_verticaltitle")
varvalue2=getFormItem("vchart_verticaltitlecolor")
if (varvalue1!="") {
textholder.value+="vchart_set_verticaltitle "+qoutation+varvalue2+qoutation+","+qoutation+varvalue1+qoutation+endchar;
}
varvalue1=getFormItem("vchart_verticalgrid")
varvalue2=getFormItem("vchart_verticalgridcolor")
if (varvalue1!="") {
textholder.value+="vchart_set_verticalgrid "+varvalue1+","+qoutation+varvalue2+qoutation+endchar;
}
varvalue1=getFormItem("vchart_horizontalgrid")
varvalue2=getFormItem("vchart_horizontalgridcolor")
if (varvalue1!="") {
textholder.value+="vchart_set_horizontalgrid "+varvalue1+","+qoutation+varvalue2+qoutation+endchar;
}
varvalue1=getFormItem("vchart_verticalgridlabelcolor")
if (varvalue1!="") {
textholder.value+="vchart_set_verticalgridlabel "+qoutation+varvalue1+qoutation+endchar;
}
varvalue1=getFormItem("vchart_horizontalgridlabelcolor")
if (varvalue1!="") {
textholder.value+="vchart_set_horizontalgridlabel "+qoutation+varvalue1+qoutation+endchar;
}
varvalue1=getFormItem("vchart_horizontalgridlabelorientation")
if (varvalue1!="") {
textholder.value+="vchart_set_horizontalgridlabelorientation "+qoutation+varvalue1+qoutation+endchar;
}
varvalue1=getFormItem("vchart_verticalgridlabelorientation")
if (varvalue1!="") {
textholder.value+="vchart_set_verticalgridlabelorientation "+qoutation+varvalue1+qoutation+endchar;
}
varvalue1=getFormItem("vchart_legendcolor")
varvalue2=getFormItem("vchart_legendbordercolor")
if (varvalue1!="") {
textholder.value+="vchart_set_legend "+qoutation+varvalue1+qoutation+","+qoutation+varvalue2+qoutation+endchar;
}
varvalue1=getFormItem("vchart_middleline")
varvalue2=getFormItem("vchart_middlelinecolor")
if (varvalue1!="") {
textholder.value+="vchart_set_middleline "+varvalue1+","+qoutation+varvalue2+qoutation+endchar;
}
varvalue1=getFormItem("vreload")
varvalue2=getFormItem("vdatafile")
if (varvalue1!="") {
textholder.value+="vchart_set_reload "+varvalue1+","+qoutation+varvalue2+qoutation+endchar;
}
varvalue1=getFormItem("vchart_max")
if (varvalue1!="") {
textholder.value+="vchart_set_maxvalue "+varvalue1+endchar;
}
varvalue1=getFormItem("vchart_min")
if (varvalue1!="") {
textholder.value+="vchart_set_minvalue "+varvalue1+endchar;
}
for (i=1; i<6; i++) {
vsname=document.all("vseries" + i + "_name").value;
vstype=document.all("vseries" + i + "_type").value;
vscolor=document.all("vseries" + i + "_color").value;
vsstyle=document.all("vseries" + i + "_style").value;
vsspacing=document.all("vseries" + i + "_spacing").value;
if (vsname!="" && vstype!="") {
textholder.value+='vchart_add_series "' + vsname + '","' + vstype + '","' + vscolor + '","' + vsstyle + '",' + vsspacing + endchar;
}
for (j=1; j<16; j++){
vdata=document.all("vs" + i + "_" + j).value;
if (vdata!="") {
textholder.value+="vchart_add_series_data " + i + "," + vdata + endchar;
}
}
}
for (j=1; j<16; j++){
vlabel=document.all("vl_" + j).value;
vcolor=document.all("vc_" + j).options[document.all("vc_" + j).selectedIndex].value;
if (vlabel!="") {
textholder.value+='vchart_add_label "' + vlabel + '","' + vcolor + '"' + endchar;
}
}
textholder.value+="vchart_show"+endchar;
textholder.value+="%>";
}
function fnCheckBox(b){
if (document.all(b).checked==true) {
document.all(b).value="labelvertical"
}else{
document.all(b).value=""
}
}
function SColor(scolor){
var cselect;
var stext;
var aColor=new Array("00","22","44","66","88","AA","BB","CC","DD","EE","FF")
cselect="<option value=></option>"
for(var i=0; i<aColor.length; i++){
for(var j=0; j<aColor.length; j++) {
for(var k=0; k<aColor.length; k++) {
szColor=aColor[i]+aColor[j]+aColor[k]
if (szColor==scolor){
stext=" selected "
}else{
stext=""
}
cselect+="<option value='" + szColor + "' style='background:" + szColor + "' " + stext + ">" + szColor + "</option>"
}
}
}
document.write(cselect)
}
function LoadOptions(srcE){
var sdisplay;
var svalue;
var sname;
var i;
var starget;
sname=srcE.name
starget=sname.substr(0,9)+"style"
srcvalue=srcE.options[srcE.selectedIndex].value
srcname=srcvalue.substr(0,srcvalue.length-1)
document.all(starget).innerHTML=""
var slength=document.all(srcname+"select").length
if (currentChart!=srcname){
for (i=0;i<slength;i++){
sdisplay=document.all(srcname + "select").options[i].text
svalue=document.all(srcname + "select").options[i].value
document.all(starget).options[i]=new Option(sdisplay,svalue);
}
}
currentChart=srcname+""+sname
}
function LoadNextOptions(srcE){
var i,j;
var vseriesstyle;
var vseries,vno;
var vsrclength,vslength;
var sdisplay,stdisplay;
var svalue,stvalue;
var srcvalue=srcE.options[srcE.selectedIndex].value
var sOptions=srcvalue.substr(0,(srcvalue.length-1))
var sname=sOptions+"options"
var sselect=sOptions+"select"
if (sOptions=="pie"){
vno=3
}else{
if (sOptions=="stock"){
vno=4
}else{
vno=6
}
}
if (currentCtype!=sOptions){
for (i=2;i<vno;i++){
vseries="vseries"+i+"_type"
vseriesstyle="vseries"+i+"_style"
document.all(vseries).innerHTML=""
document.all(vseriesstyle).innerHTML=""
vsrclength=document.all(sname).length
vslength=document.all(sselect).length
for (j=0;j<vsrclength;j++){
sdisplay=document.all(sname).options[j].text
svalue=document.all(sname).options[j].value
document.all(vseries).options[j]=new Option(sdisplay,svalue);
}
for (j=0;j<vslength;j++){
stdisplay=document.all(sselect).options[j].text
stvalue=document.all(sselect).options[j].text
document.all(vseriesstyle).options[j]=new Option(stdisplay,stvalue);
}
}
for (i=vno;i<6;i++){
vseries="vseries"+i+"_type"
vseriesstyle="vseries"+i+"_style"
document.all(vseries).innerHTML=""
document.all(vseriesstyle).innerHTML=""
}
}
currentCtype=sOptions
}
//-->
</SCRIPT>
<BODY bgcolor="#ffffff" onload="document.all('loading').style.display='none'">
<center>
<div id=loading style="display:" class=loading>
<br><br><br><br><br><br><br><br><br>
<Table>
<tr>
<td align=center>
<img src="logo_fcharts.gif" width="120" height="37"> v2.0
<tr>
<td align=center>Loading FlashCharts Wizard (Free Version)
<br>Please wait...
</table>
</div>
</center>
<div style="display:none;">
<select name=pieselect>
<option value="solid">solid</option>
<option value="donutgradient">donut</option>
</select>
<select name=barselect>
<option value="solid">solid</option>
<option value="gradient">gradient</option>
<option value="diagonalgradient">diagonalgradient</option>
<option value="crossdiagonalgradient">crossdiagonalgradient</option>
<option value="crossgradient">crossgradient</option>
</select>
<select name=stockselect>
<option value="solid">solid</option>
</select>
<select name=lineselect>
<option value="solid">solid</option>
<option value="point1">Point 1</option>
<option value="point2">Point 2</option>
</select>
<select name=baroptions>
<option value="bar1">Bar 1 </option>
<option value="bar2">Bar 2 </option>
<option value="line1">Line 1 </option>
<option value="line2">Line 2</option>
<option value="line3">Line 3</option>
</select>
<select name=lineoptions>
<option value="line1">Line 1 </option>
<option value="line2">Line 2</option>
<option value="line3">Line 3</option>
<option value="bar1">Bar 1 </option>
<option value="bar2">Bar 2 </option>
</select>
<select name=pieoptions>
<option value="pie1">Pie 1</option>
<option value="pie2">Pie 2</option>
</select>
<select name=stockoptions>
<option value="pie1">stock</option>
</select>
</div>
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<table cellspacing=0 bgcolor=#cdcdcd >
<tr>
<td align=left valign=middle>
<div id=objchartarea style="display:; width: 495;border:1px solid #ededed;padding:0px">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
ID=flashchart WIDTH=495 HEIGHT=360>
<PARAM NAME=movie VALUE="flashcharts20_demo.swf">
<PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="flashcharts20_demo.swf" quality=high bgcolor=#FFFFFF WIDTH=495 HEIGHT=360 swLiveConnect=true NAME=flashchart TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</div>
<div id=objtextarea style="display:none; width: 495px;height:360px;border:1px silver solid;background:#EEEEEE">
<textarea name="textbox" style="width: 495px;height:360px;">
</textarea>
</div>
</td>
<form>
<td valign=middle>
<div style="overflow:auto;height:360px;width:100%;border:1px white outset;">
<table style="padding:0em" width=100% bgcolor=#efefef>
<tr>
<td class=header colspan=4>
CHART TEXT
</td>
</tr>
<tr>
<td>Title:</td>
<td colspan=2><INPUT name="vchart_title" value="Chart Title" size=25></td>
<td>
<select name="vchart_titlecolor">
<script>
SColor("000000")
</script>
</select>
</td>
</tr>
<tr>
<td>Sub Title:</td>
<td colspan=2><INPUT name="vchart_subtitle" value="Chart Sub Title" size=25></td>
<td>
<select name="vchart_subtitlecolor">
<script>
SColor("000000")
</script>
</select>
</td>
</tr>
<tr>
<td>Comment:</td>
<td colspan=2><INPUT name="vchart_comment" value="Chart Comment" size=25></td>
<td>
<select name="vchart_commentcolor">
<script>
SColor("000000")
</script>
</select>
</td>
</tr>
<tr>
<td class=header colspan=4>
CHART STYLE
</td>
</tr>
<tr>
<td nowrap>Background Style:</td>
<td colspan=2>
<select name="vchart_background">
<option value="">none</option>
<option value="solid" selected>solid</option>
<option value="gradient">gradient</option>
<option value="diagonalgradient">diagonalgradient</option>
<option value="crossdiagonalgradient">crossdiagonalgradient</option>
<option value="crossgradient">crossgradient</option>
</select>
</td>
<td>
<select name="vchart_backgroundcolor">
<script>
SColor("CCDDFF")
</script>
</select>
</tr>
</tr>
<tr>
<td>Frame Style:</td>
<td colspan=2>
<select name="vchart_frame">
<option value="">none</option>
<option value="solid" selected>solid</option>
<option value="gradient">gradient</option>
<option value="diagonalgradient">diagonalgradient</option>
<option value="crossdiagonalgradient">crossdiagonalgradient</option>
<option value="crossgradient">crossgradient</option>
</select>
</td>
<td>
<select name="vchart_framecolor">
<script>
SColor("AABBFF")
</script>
</select>
</td>
</tr>
<tr>
<td>Frame Border:</td>
<td colspan=2><INPUT name="vchart_frameborder" value="1" size=5> (width)</td>
<td>
<select name="vchart_framebordercolor">
<script>
SColor("BBAAEE")
</script>
</select>
</td>
</tr>
<tr>
<td class=header colspan=4>
TOOL TIP
</td>
</tr>
<tr>
<td>Tool Tip Style:</td>
<td colspan=2>
<select name="vchart_tooltip" class=cstyle>
<option value="solid">solid</option>
<option value="gradient">gradient</option>
<option value="diagonalgradient">diagonalgradient</option>
<option value="crossdiagonalgradient">crossdiagonalgradient</option>
<option value="crossgradient">crossgradient</option>
</select>
</td>
<td>
<select name="vchart_tooltipcolor" >
<script>
SColor("FFFF00")
</script>
</select>
</td>
</tr>
<tr>
<td>Tool Tip Text:</td>
<td>
<select name="vchart_tooltiptextcolor">
<script>
SColor("000000")
</script>
</select>
</td>
<td align=right>Border Color:</td>
<td>
<select name="vchart_tooltipbordercolor">
<script>
SColor("FFFFBB")
</script>
</select>
</td>
</tr>
<tr>
<td class=header colspan=4>
CHART GRID
</td>
</tr>
<tr>
<td>Max. Value:</td>
<td><INPUT name="vchart_max" value="" size=12></td>
<td align="right">Min. Value:</td>
<td><INPUT name="vchart_min" value="" size=12></td>
</tr>
<tr>
<td>Vertical Text:</td>
<td>
<INPUT name="vchart_verticaltitle" value="Price" size=12>
</td>
<td align=right>Text Color:</td>
<td>
<select name="vchart_verticaltitlecolor">
<script>
SColor("000000")
</script>
</select>
</td>
</tr>
<tr>
<td>Horizontal Text:</td>
<td>
<INPUT name="vchart_horizontaltitle" value="Month" size=12>
</td>
<td align=right>Text Color:</td>
<td>
<select name="vchart_horizontaltitlecolor">
<script>
SColor("000000")
</script>
</select>
</td>
</tr>
<tr>
<td>Vertical Grid:</td>
<td>
<select name="vchart_verticalgridcolor">
<script>
SColor("FFFFEE")
</script>
</select>
</td>
<td align=right>Intervals:</td>
<td>
<INPUT name="vchart_verticalgrid" value="1" size=5>
</td>
</tr>
<tr>
<td>Horizontal Grid:</td>
<td>
<select name="vchart_horizontalgridcolor">
<script>
SColor("FFFFEE")
</script>
</select>
</td>
<td align=right>Intervals:</td>
<td>
<INPUT name="vchart_horizontalgrid" value="10" size=5></td>
</tr>
<tr>
<td>Vertical Label:</td>
<td colspan=3>
<select name="vchart_verticalgridlabelcolor">
<script>
SColor("000000")
</script>
</select>
</td>
<tr>
<td>Horizontal Label:</td>
<td>
<select name="vchart_horizontalgridlabelcolor">
<script>
SColor("000000")
</script>
</select>
</td>
<td colspan=2>
Vertical Orientation <INPUT name="vchart_verticalgridlabelorientation" value="labelvertical" type=checkbox checked >
</td>
</tr>
<tr>
<td>Middle Line:</td>
<td colspan=2><INPUT name="vchart_middleline" value="1" size=5> (width)</td>
<td>
<select name="vchart_middlelinecolor">
<script>
SColor("000000")
</script>
</select>
</td>
</tr>
<tr>
<td class=header colspan=4>
CHART LEGEND
</td>
</tr>
<tr>
<td>Legend Text Color:</td>
<td>
<select name="vchart_legendcolor">
<script>
SColor("000000")
</script>
</select>
</td>
<td>Border Color:</td>
<td>
<select name="vchart_legendbordercolor">
<script>
SColor("000000")
</script>
</select>
</td>
</tr>
<tr>
<td><br></td>
<td><br></td>
<td><br></td>
<td><br></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div style="overflow:none;height:150px;border:1px silver solid;">
<table border=0 style="padding:0em;width:100%" cellspacing=1px bgcolor=#efefef>
<tr>
<td class=header colspan=6>
CHART SERIES
</td>
</tr>
<tr>
<td class=hd>Series
<td class=hd>Series Name</td>
<td class=hd>Chart Type</td>
<td class=hd>Color</td>
<td class=hd>Style</td>
<td class=hd>Spacing</td>
</tr>
<tr>
<td> Chart 1
<td><input name="vseries1_name" value="Series A" size=12></td>
<td>
<select name="vseries1_type" onchange="LoadOptions(this);LoadNextOptions(this)" class=ctype>
<option value="bar1">Bar 1</option>
<option value="bar2">Bar 2</option>
<option value="line1">Line 1</option>
<option value="line2">Line 2</option>
<option value="line3">Line 3</option>
<option value="stock1">Stock</option>
<option value="pie1">Pie 1</option>
<option value="pie2">Pie 2</option>
</select>
</td>
<td>
<select name="vseries1_color">
<script>
SColor("000088")
</script>
</select>
</td>
<td>
<select name="vseries1_style" class=cstyle>
<option value="solid">solid</option>
<option value="gradient" selected>gradient</option>
<option value="diagonalgradient">diagonalgradient</option>
<option value="crossdiagonalgradient">crossdiagonalgradient</option>
<option value="crossgradient">crossgradient</option>
</select>
</td>
<td><input name="vseries1_spacing" value="1" size=4></td>
</tr>
<tr>
<td> Chart 2
<td><input name="vseries2_name" value="" size=12></td>
<td>
<select name="vseries2_type" onchange="LoadOptions(this)" class=ctype>
<option value="bar1">Bar 1</option>
<option value="bar2">Bar 2</option>
</select>
</td>
<td>
<select name="vseries2_color">
<script>
SColor("")
</script>
</select>
</td>
<td>
<select name="vseries2_style" class=cstyle>
<option value="solid">solid</option>
<option value="gradient" selected>gradient</option>
<option value="diagonalgradient">diagonalgradient</option>
<option value="crossdiagonalgradient">crossdiagonalgradient</option>
<option value="crossgradient">crossgradient</option>
</select>
</td>
<td><input name="vseries2_spacing" value="1" size=4></td>
</tr>
<tr>
<td> Chart 3
<td><input name="vseries3_name" value="" size=12></td>
<td>
<select name="vseries3_type" onchange="LoadOptions(this)" class=ctype>
<option value="bar1">Bar 1</option>
<option value="bar2">Bar 2</option>
</select>
</td>
<td>
<select name="vseries3_color">
<script>
SColor("")
</script>
</select>
</td>
<td>
<select name="vseries3_style" class=cstyle>
<option value="solid">solid</option>
<option value="gradient" selected>gradient</option>
<option value="diagonalgradient">diagonalgradient</option>
<option value="crossdiagonalgradient">crossdiagonalgradient</option>
<option value="crossgradient">crossgradient</option>
</select>
</td>
<td><input name="vseries3_spacing" value="1" size=4></td>
</tr>
<tr>
<td> Chart 4
<td><input name="vseries4_name" value="" size=12></td>
<td>
<select name="vseries4_type" onchange="LoadOptions(this)" class=ctype>
<option value="bar1">Bar 1</option>
<option value="bar2">Bar 2</option>
</select>
</td>
<td>
<select name="vseries4_color">
<script>
SColor("")
</script>
</select>
</td>
<td>
<select name="vseries4_style" class=cstyle>
<option value="solid">solid</option>
<option value="gradient" selected>gradient</option>
<option value="diagonalgradient">diagonalgradient</option>
<option value="crossdiagonalgradient">crossdiagonalgradient</option>
<option value="crossgradient">crossgradient</option>
</select>
</td>
<td><input name="vseries4_spacing" value="1" size=4></td>
</tr>
<tr>
<td> Chart 5
<td><input name="vseries5_name" value="" size=12></td>
<td>
<select name="vseries5_type" onchange="LoadOptions(this)" class=ctype>
<option value="bar1">Bar 1</option>
<option value="bar2">Bar 2</option>
</select>
</td>
<td>
<select name="vseries5_color">
<script>
SColor("")
</script>
</select>
</td>
<td>
<select name="vseries5_style" class=cstyle>
<option value="solid">solid</option>
<option value="gradient" selected>gradient</option>
<option value="diagonalgradient">diagonalgradient</option>
<option value="crossdiagonalgradient">crossdiagonalgradient</option>
<option value="crossgradient">crossgradient</option>
</select>
</td>
<td><input name="vseries5_spacing" value="1" size=4></td>
</tr>
</table>
</div>
</td>
<td>
<div style="overflow:auto;height:150px;border:1px silver solid;">
<table border=0 style="padding:0em;width:100%" cellspacing=1px bgcolor=#efefef>
<tr>
<td class=header colspan=7>
CHART DATA
</td>
</tr>
<tr>
<td class=hd>Label Name</td>
<td class=hd>Chart 1</td>
<td class=hd>Chart 2</td>
<td class=hd>Chart 3</td>
<td class=hd>Chart 4</td>
<td class=hd>Chart 5</td>
<td class=hd>Pie Segment</td>
</tr>
<tr>
<td><input name="vl_1" value="January" size=15></td>
<td><input name="vs1_1" value="34" size=4></td>
<td><input name="vs2_1" value="" size=4></td>
<td><input name="vs3_1" value="" size=4></td>
<td><input name="vs4_1" value="" size=4></td>
<td><input name="vs5_1" value="" size=4></td>
<td>
<select name="vc_1">
<script>
SColor("")
</script>
</select>
</td>
</tr>
<tr>
<td><input name="vl_2" value="February" size=15></td>
<td><input name="vs1_2" value="41" size=4></td>
<td><input name="vs2_2" value="" size=4></td>
<td><input name="vs3_2" value="" size=4></td>
<td><input name="vs4_2" value="" size=4></td>
<td><input name="vs5_2" value="" size=4></td>
<td>
<select name="vc_2">
<script>
SColor("")
</script>
</select>
</td>
</tr>
<tr>
<td><input name="vl_3" value="March" size=15></td>
<td><input name="vs1_3" value="33" size=4></td>
<td><input name="vs2_3" value="" size=4></td>
<td><input name="vs3_3" value="" size=4></td>
<td><input name="vs4_3" value="" size=4></td>
<td><input name="vs5_3" value="" size=4></td>
<td>
<select name="vc_3">
<script>
SColor("")
</script>
</select>
</td>
</tr>
<tr>
<td><input name="vl_4" value="April" size=15></td>
<td><input name="vs1_4" value="51" size=4></td>
<td><input name="vs2_4" value="" size=4></td>
<td><input name="vs3_4" value="" size=4></td>
<td><input name="vs4_4" value="" size=4></td>
<td><input name="vs5_4" value="" size=4></td>
<td>
<select name="vc_4">
<script>
SColor("")
</script>
</select>
</td>
</tr>
<tr>
<td><input name="vl_5" value="May" size=15></td>
<td><input name="vs1_5" value="38" size=4></td>
<td><input name="vs2_5" value="" size=4></td>
<td><input name="vs3_5" value="" size=4></td>
<td><input name="vs4_5" value="" size=4></td>
<td><input name="vs5_5" value="" size=4></td>
<td>
<select name="vc_5">
<script>
SColor("")
</script>
</select>
</td>
</tr>
<tr>
<td><input name="vl_6" value="June" size=15></td>
<td><input name="vs1_6" value="39" size=4></td>
<td><input name="vs2_6" value="" size=4></td>
<td><input name="vs3_6" value="" size=4></td>
<td><input name="vs4_6" value="" size=4></td>
<td><input name="vs5_6" value="" size=4></td>
<td>
<select name="vc_6">
<script>
SColor("")
</script>
</select>
</td>
</tr>
<tr>
<td><input name="vl_7" value="July" size=15></td>
<td><input name="vs1_7" value="61" size=4></td>
<td><input name="vs2_7" value="" size=4></td>
<td><input name="vs3_7" value="" size=4></td>
<td><input name="vs4_7" value="" size=4></td>
<td><input name="vs5_7" value="" size=4></td>
<td>
<select name="vc_7">
<script>
SColor("")
</script>
</select>
</td>
</tr>
<tr>
<td><input name="vl_8" value="August" size=15></td>
<td><input name="vs1_8" value="66" size=4></td>
<td><input name="vs2_8" value="" size=4></td>
<td><input name="vs3_8" value="" size=4></td>
<td><input name="vs4_8" value="" size=4></td>
<td><input name="vs5_8" value="" size=4></td>
<td>
<select name="vc_8">
<script>
SColor("")
</script>
</select>
</td>
</tr>
<tr>
<td><input name="vl_9" value="September" size=15></td>
<td><input name="vs1_9" value="41" size=4></td>
<td><input name="vs2_9" value="" size=4></td>
<td><input name="vs3_9" value="" size=4></td>
<td><input name="vs4_9" value="" size=4></td>
<td><input name="vs5_9" value="" size=4></td>
<td>
<select name="vc_9">
<script>
SColor("")
</script>
</select>
</td>
</tr>
<tr>
<td><input name="vl_10" value="October" size=15></td>
<td><input name="vs1_10" value="27" size=4></td>
<td><input name="vs2_10" value="" size=4></td>
<td><input name="vs3_10" value="" size=4></td>
<td><input name="vs4_10" value="" size=4></td>
<td><input name="vs5_10" value="" size=4></td>
<td>
<select name="vc_10">
<script>
SColor("")
</script>
</select>
</td>
</tr>
<tr>
<td><input name="vl_11" value="November" size=15></td>
<td><input name="vs1_11" value="23" size=4></td>
<td><input name="vs2_11" value="" size=4></td>
<td><input name="vs3_11" value="" size=4></td>
<td><input name="vs4_11" value="" size=4></td>
<td><input name="vs5_11" value="" size=4></td>
<td>
<select name="vc_11">
<script>
SColor("")
</script>
</select>
</td>
</tr>
<tr>
<td><input name="vl_12" value="December" size=15></td>
<td><input name="vs1_12" value="25" size=4></td>
<td><input name="vs2_12" value="" size=4></td>
<td><input name="vs3_12" value="" size=4></td>
<td><input name="vs4_12" value="" size=4></td>
<td><input name="vs5_12" value="" size=4></td>
<td>
<select name="vc_12">
<script>
SColor("")
</script>
</select>
</td>
</tr>
<tr>
<td><input name="vl_13" value="" size=15></td>
<td><input name="vs1_13" value="" size=4></td>
<td><input name="vs2_13" value="" size=4></td>
<td><input name="vs3_13" value="" size=4></td>
<td><input name="vs4_13" value="" size=4></td>
<td><input name="vs5_13" value="" size=4></td>
<td>
<select name="vc_13">
<script>
SColor("")
</script>
</select>
</td>
</tr>
<tr>
<td><input name="vl_14" value="" size=15></td>
<td><input name="vs1_14" value="" size=4></td>
<td><input name="vs2_14" value="" size=4></td>
<td><input name="vs3_14" value="" size=4></td>
<td><input name="vs4_14" value="" size=4></td>
<td><input name="vs5_14" value="" size=4></td>
<td>
<select name="vc_14">
<script>
SColor("")
</script>
</select>
</td>
</tr>
<tr>
<td><input name="vl_15" value="" size=15></td>
<td><input name="vs1_15" value="" size=4></td>
<td><input name="vs2_15" value="" size=4></td>
<td><input name="vs3_15" value="" size=4></td>
<td><input name="vs4_15" value="" size=4></td>
<td><input name="vs5_15" value="" size=4></td>
<td>
<select name="vc_15">
<script>
SColor("")
</script>
</select>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td colspan=2>
<table border=0 style="padding:0em;width:100%;border:1px white outset;" cellspacing=1px bgcolor=#efefef>
<tr>
<td>Reload Time:</td>
<td><INPUT name="vreload" value="" size=10> (seconds)</td>
<td>Filename/URL:</td>
<td><INPUT name="vdatafile" value="" size=40></td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<INPUT value="View Chart" type="button" onclick="display()" id=button1 name=button1>
<INPUT value="Generate Txt" type="button" onclick="templateTXT()" id=button2 name=button2>
<INPUT value="Generate ASP" type="button" onclick="templateASP()" id=button3 name=button3>
</form>
</BODY>
</HTML>