var splash_url="http://www.cinergroup.com.tr/i/uploads/";var splash_array = new Array("179254726647bd627326ac9.jpg","60736455249e5fce282111.jpg","10730350224a93d63146f71.jpg","24105499149e5e9af472c5.jpg","13582045944a93d63e125e0.jpg","55504819949e5fd00c025a.jpg","19673187074b669f374701d.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/179254726647bd627326ac9.jpg','http://www.cinergroup.com.tr/i/uploads/60736455249e5fce282111.jpg','http://www.cinergroup.com.tr/i/uploads/10730350224a93d63146f71.jpg','http://www.cinergroup.com.tr/i/uploads/24105499149e5e9af472c5.jpg','http://www.cinergroup.com.tr/i/uploads/13582045944a93d63e125e0.jpg','http://www.cinergroup.com.tr/i/uploads/55504819949e5fd00c025a.jpg','http://www.cinergroup.com.tr/i/uploads/19673187074b669f374701d.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;
}

