Dear Krone,<br><br>I have no idea from your post what 'SG1' is but this would be the javascript syntax equiv to your VBScript:<br><br><script language=javascript><br><!--<br>//Sets initial variables and letter starting positions<br><br>function window_onload(){<br><br>SG1.Scale(0.50, 0.50, 0.50);<br>SG1.Rotate(0, 0, 0);<br><br>RotateAll();<br>} // window_onload()<br><br>function RotateAll(){<br> SG1.Rotate(0,0,-10);<br> FILK = window.setTimeout("RotateAll", 10);<br>} // RotateAll()<br>--><br></script><br><br><body onload="window_onload()"><br>....<br><br></body><br><br>Hope this helps<br>-pete