var img_number=3;var img_height=560;var img_width=293;var timer=400000;var oncolor="#F6B6D2";var outcolor="#CCCCCC";var processedimg=1;var slideshow=true;var image1=new Image(img_height,img_width);var image2=new Image(img_height,img_width);var image3=new Image(img_height,img_width);image1.src="http://img.missbimbo.com/news/welcomeStpat.jpg";image2.src="http://img.missbimbo.com/news/superBimbos.jpg";image3.src="http://img.missbimbo.com/news/welcomeValentines2.jpg";var news=new Image(53,28);news.src="news/news.gif";function InitDemoSys(){document.images.news.src=news.src;SlideShow()}function SlideShow(){if(slideshow){document.images.dsimage.src=eval("image"+processedimg+".src");ColorTab();if(processedimg<img_number){processedimg++}else{processedimg=1}}setTimeout("SlideShow()",timer)}function ColorTab(){var b;for(var a=1;a<(img_number+1);a++){b=document.getElementById("tabD"+a);if(b){b.style.background=outcolor}}b=document.getElementById("tabD"+processedimg);if(b){b.style.background=oncolor}}function ShowImage(img){processedimg=img;document.images.dsimage.src=eval("image"+processedimg+".src");ColorTab()};