//Specify the marquee's width (in pixels) var marqueewidth=726 //Specify the marquee's height (in pixels, pertains only to NS) var marqueeheight=20 //Specify the marquee's scroll speed (larger is faster) var speed=5 //Specify the marquee contents var marqueecontents='mvTELNET.com is hosted on our in-house webserver based in Shillington in the UK. Our dynamic Active Server Pages are developed using Java, Visual Basic and SQL which means we do not need to outsource services to third party Internet Service Providers so we can host a real time, ad and banner free service. At mvTELNET we believe knowledge without huge development costs gives the user more power to produce cheaper and more efficient software solutions. As highly skilled professionals we are dedicated to producing a vast array of MultiValue Database software, ranging from initial design and implementation through to the downloadable solution. Thankyou for visiting and Enjoy your stay!' if (document.all) document.write(''+marqueecontents+'') function regenerate(){ window.location.reload() } function regenerate2(){ if (document.layers){ setTimeout("window.onresize=regenerate",450) intializemarquee() } } function intializemarquee(){ document.cmarquee01.document.cmarquee02.document.write(''+marqueecontents+'') document.cmarquee01.document.cmarquee02.document.close() thelength=document.cmarquee01.document.cmarquee02.document.width scrollit() } function scrollit(){ if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){ document.cmarquee01.document.cmarquee02.left-=speed setTimeout("scrollit()",100) } else{ document.cmarquee01.document.cmarquee02.left=marqueewidth scrollit() } }