"),document.write("Hold your mouse over a control to view its description."),document.write("
"),document.write(""),document.controls.step.value=step,document.controls.detail.value=detail,document.controls.maxr.value=maxr,document.controls.minr.value=minr,document.controls.lw.value=lw,document.controls.ic.value=ic,document.controls.oc.value=oc,document.controls.delay.value=delay}function updateValues(){step=parseInt(document.controls.step.value,10),detail=parseInt(document.controls.detail.value,10),maxr=parseInt(document.controls.maxr.value,10),minr=parseInt(document.controls.minr.value,10),lw=parseInt(document.controls.lw.value,10),ic=document.controls.ic.value,oc=document.controls.oc.value,delay=document.controls.delay.value,redraw()}function updateDescription(e){var t="";e==1?t="The angle between vertexes of the loop.(determines the overall shape)":e==2?t="The decrease in radius per vertex.(the lower the more detailed)":e==3?t="The radius of the first vertex.":e==4?t="The radius of the last vertex relative to the first vertex.(can be used to make holes inside the loop)":e==5?t="Controls how thick the lines are.":e==6?t="The color of the last vertex.(must be a hex value)":e==7?t="The color of the first vertex.(must be a hex value)":e==8?t="The delay of drawing each line.":e==9?t="Restart Drawing if delay > 0.":t="Hold your mouse over a control to view its description.",document.getElementById("description").innerHTML=t}