var splash_url="http://www.cinergroup.com.tr/i/uploads/";var splash_array = new Array("56183295347ba98f55ab17.jpg","73508198149e5fce2e5685.jpg","7920563934a93d631eae2b.jpg","30254970149e5e9afc3fd6.jpg","15758981434a93d63e6fdbf.jpg","199288379749e5fd0129b4f.jpg","13443824684b669f38806b7.jpg");var splash_link_array = new Array("/companies.php?CID=3","companies.php?CID=32","/companies.php?CID=10","companies.php?CID=29","/companies.php?CID=7","/companies.php?CID=30","/companies.php?CID=25");var totalsplashsize=7;preload_images('http://www.cinergroup.com.tr/i/uploads/56183295347ba98f55ab17.jpg','http://www.cinergroup.com.tr/i/uploads/73508198149e5fce2e5685.jpg','http://www.cinergroup.com.tr/i/uploads/7920563934a93d631eae2b.jpg','http://www.cinergroup.com.tr/i/uploads/30254970149e5e9afc3fd6.jpg','http://www.cinergroup.com.tr/i/uploads/15758981434a93d63e6fdbf.jpg','http://www.cinergroup.com.tr/i/uploads/199288379749e5fd0129b4f.jpg','http://www.cinergroup.com.tr/i/uploads/13443824684b669f38806b7.jpg'); function startSplash() {
	timeouter=setTimeout("startSplash()",10000);
	var dyna_link='';
	var image='';
	if(current_splash_image>(totalsplashsize-1)) {
		 current_splash_image=0;
		 dyna_link=splash_link_array[current_splash_image];
		 image=splash_url+splash_array[current_splash_image];
		 current_splash_image++;
	}
	else {
		dyna_link=splash_link_array[current_splash_image];
		image=splash_url+splash_array[current_splash_image];
		current_splash_image++;
	}
	dgid("splashScreen").src=image;
	dgid("MyArea").href=dyna_link;

}
var a=(totalsplashsize-1);

function splash_go(mode) 
{
	var image="";
	var dyna_link="";
	if(mode == -1) { //geri 
		if(current_splash_image >=1) {
			current_splash_image=a--;
			dyna_link=splash_link_array[current_splash_image];
			image=splash_url+splash_array[current_splash_image];
		}
		else {
			 current_splash_image=1;
			 dyna_link=splash_link_array[current_splash_image];
			 image=splash_url+splash_array[current_splash_image];
			 current_splash_image++;
			 a=(totalsplashsize-1);
		}
	}
	else { //ileri
		if(current_splash_image>(totalsplashsize-1)) {
			 current_splash_image=0;
			 dyna_link=splash_link_array[current_splash_image];
			 image=splash_url+splash_array[current_splash_image];
			 current_splash_image++;
		}
		else {
			dyna_link=splash_link_array[current_splash_image];
			image=splash_url+splash_array[current_splash_image];
			current_splash_image++;
		}
	}
	dgid("splashScreen").setAttribute("src",image);
	dgid("MyArea").href=dyna_link;
}

