Does electron mass decrease when it changes its orbit? varmqAry1=['graphics/img0.gif','graphics/img1.gif','graphics/img2.gif','graphics/img3.gif','graphics/img4.gif','graphics/img5.gif','graphics/img6.gif','graphics/img7.gif','graphics/img8.gif','graphics/img9.gif','graphics/img10.gif','graphics/img11.gif','graphics/img12.gif','graphics/img13.gif','graphics/img14.gif']; varmqAry2=['graphics/img5.gif','graphics/img6.gif','graphics/img7.gif','graphics/img8.gif','graphics/img9.gif','graphics/img10.gif','graphics/img11.gif','graphics/img12.gif','graphics/img13.gif','graphics/img14.gif','graphics/img0.gif','graphics/img1.gif','graphics/img2.gif','graphics/img3.gif','graphics/img4.gif']; function start() { new mq('m1',mqAry1,60); new mq('m2',mqAry2,60);// repeat for as many fuields as required mqRotate(mqr); // must come last}window.onload = start; // Continuous Image Marquee// copyright 24th July 2008 by Stephen Chapman// http://javascript.about.com// permission to use this Javascript on your web page is granted// provided that all of the code below in this script (including these// comments) is used without any alteration, var mqr = []; functionmq(id,ary,wid){this.mqo=document.getElementById(id); var heit =this.mqo.style.height; this.mqo.onmouseout=function(){mqRotate(mqr);}; this.mqo.onmouseover=function(){clearTimeout(mqr[0].TO);}; this.mqo.ary=[]; var maxw = ary.length;for (vari=0;i
-1; j--) {maxa = mqr[j].ary.length; for (var i=0;i tag use to create a scrolling text from left to right, right to left, top to bottom, bottom to top. The only interaction this script offers is stopping the scroll when the mouse is moved over the marquee and resuming when the mouse moves off the image. Use this HTML marquee generator to create scrolling text or images for your website or blog. Although the marquee tag is outdated and not recommended, you would get a smoother image scroll with a JQuery Scroller. This is a non-standard tag, however, it is recognized by most major browsers. Retrieve the position (X,Y) of an HTML element relative to the browser window. If you want scrolling images I would point you in the direction of JQuery. The horizontal scroll is acheived using the direction attribute, which moves the image from right to left or left to right as required. There is a JavaScript plugin called crawler.js available on the dynamic drive forum for achieving this functionality. Note that the HTML