// JavaScript Document
z='1';

function swap_img(){	

	if(z==18){
	z=0;	
	}
	var all_link=new Array("","http://www.iproperty.com","http://www.iproperty.com.my","http://www.thinkproperty.com.my","http://www.GoHome.com.hk","http://www.House18.com","www.office18.com","http://www.iLuxuryasia.com","http://www.iProperty.com/expo","http://www.commercialasia.com","http://www.iproperty.com.sg","http://www.SG-House.com","http://www.thinkproperty.com.sg","http://www.invest.sg/","http://www.rumah123.com","http://www.Mobil123.com","http://www.rumahdanproperti.com","http://www.iproperty.com.ph","http://in.iproperty.com");	
	
	var all_img=new Array("","19.jpg","01.jpg","02.jpg","05.jpg","06.jpg","07.jpg","14.jpg","15.jpg","20.jpg","08.jpg","09.jpg","10.jpg","11.jpg","16.jpg","17.jpg","18.jpg","13.jpg","12.jpg");
	// Set the Image display (Rotator Image)
	var all_banner = new Array("","group.gif","iP.gif","tp-my.gif","gh.gif","house18.gif","office_18.gif","iLux.gif","expo.gif","ca.gif","ip-sg.gif","sghouse.gif","tp-sg.gif","infotools.gif","rumah123.gif","mobil123.gif","rumahandproperty.gif","ip-ph.gif","in.gif");
	// Set the Image display (Banner Image)
	// array is from 0 - 12, but we didnt use array 0, so we put some empty value
	
	z++;
	//x is the key to show which 
	
	//$('#the_images').fadeOut('fast');
	//document.getElementById('the_images').style.display="none";
	document.getElementById('the_images').innerHTML = "<a href='"+all_link[z]+"'><img src='images/"+all_img[z]+"'></a>";
	document.getElementById('the_banner').innerHTML = "<img src='images/"+all_banner[z]+"' border='0'>";
	bullet ='<ol>'
	for(i=1;i<19;i++){
		if(i==z){
			bullet+='<li id="btn_'+i+'" class="small_btn_on" onClick="choose_img(\''+i+'\')"></li>';
		}else{
			bullet+='<li id="btn_'+i+'" class="small_btn_off" onClick="choose_img(\''+i+'\')"></li>';
		}
	}
	bullet+='</ol>';
	document.getElementById('btm_btn').innerHTML = bullet;
	
	if(z<2){
	document.getElementById('left_arrow').style.display="none";
	}else{
	document.getElementById('left_arrow').style.display="block";
	}
	
	if(z==18){
	document.getElementById('right_arrow').style.display="none";
	}else{
	document.getElementById('right_arrow').style.display="block";
	}
	//$('#the_images').fadeIn('slow');
}


function last_img(){
	var all_link=new Array("","http://www.iproperty.com","http://www.iproperty.com.my","http://www.thinkproperty.com.my","http://www.GoHome.com.hk","http://www.House18.com","www.office18.com","http://www.iLuxuryasia.com","http://www.iProperty.com/expo","http://www.commercialasia.com","http://www.iproperty.com.sg","http://www.SG-House.com","http://www.thinkproperty.com.sg","http://www.invest.sg/","http://www.rumah123.com","http://www.Mobil123.com","http://www.rumahdanproperti.com","http://www.iproperty.com.ph","http://in.iproperty.com");	
	
	var all_banner = new Array("","group.gif","iP.gif","tp-my.gif","gh.gif","house18.gif","office_18.gif","iLux.gif","expo.gif","ca.gif","ip-sg.gif","sghouse.gif","tp-sg.gif","infotools.gif","rumah123.gif","mobil123.gif","rumahandproperty.gif","ip-ph.gif","in.gif");
	var all_img=new Array("","19.jpg","01.jpg","02.jpg","05.jpg","06.jpg","07.jpg","14.jpg","15.jpg","20.jpg","08.jpg","09.jpg","10.jpg","11.jpg","16.jpg","17.jpg","18.jpg","13.jpg","12.jpg");

	z--;
	//$('#the_images').fadeOut('fast');
	//document.getElementById('the_images').style.display="none";
	document.getElementById('the_images').innerHTML = "<a href='"+all_link[z]+"'><img src='images/"+all_img[z]+"'></a>";
	document.getElementById('the_banner').innerHTML = "<img src='images/"+all_banner[z]+"' border='0'>";
	bullet ='<ol>'
	for(i=1;i<19;i++){
		if(i==z){
			bullet+='<li id="btn_'+i+'" class="small_btn_on" onClick="choose_img(\''+i+'\')"></li>';
		}else{
			bullet+='<li id="btn_'+i+'" class="small_btn_off" onClick="choose_img(\''+i+'\')"></li>';
		}
	}
	bullet+='</ol>';
	document.getElementById('btm_btn').innerHTML = bullet;
	
	if(z<2){
	document.getElementById('left_arrow').style.display="none";
	}else{
	document.getElementById('left_arrow').style.display="block";
	}
	
	if(z==18){
	document.getElementById('right_arrow').style.display="none";
	}else{
	document.getElementById('right_arrow').style.display="block";
	}
	
	//$('#the_images').fadeIn('slow');
	if(z==18){
	z=0;
	}
	run_timer();
}

function next_img(){
	
		var all_link=new Array("","http://www.iproperty.com","http://www.iproperty.com.my","http://www.thinkproperty.com.my","http://www.GoHome.com.hk","http://www.House18.com","www.office18.com","http://www.iLuxuryasia.com","http://www.iProperty.com/expo","http://www.commercialasia.com","http://www.iproperty.com.sg","http://www.SG-House.com","http://www.thinkproperty.com.sg","http://www.invest.sg/","http://www.rumah123.com","http://www.Mobil123.com","http://www.rumahdanproperti.com","http://www.iproperty.com.ph","http://in.iproperty.com");		
		
	var all_banner = new Array("","group.gif","iP.gif","tp-my.gif","gh.gif","house18.gif","office_18.gif","iLux.gif","expo.gif","ca.gif","ip-sg.gif","sghouse.gif","tp-sg.gif","infotools.gif","rumah123.gif","mobil123.gif","rumahandproperty.gif","ip-ph.gif","in.gif");
	var all_img=new Array("","19.jpg","01.jpg","02.jpg","05.jpg","06.jpg","07.jpg","14.jpg","15.jpg","20.jpg","08.jpg","09.jpg","10.jpg","11.jpg","16.jpg","17.jpg","18.jpg","13.jpg","12.jpg");
	z++;
	//$('#the_images').fadeOut('fast');
	//document.getElementById('the_images').style.display="none";
	document.getElementById('the_images').innerHTML = "<a href='"+all_link[z]+"'><img src='images/"+all_img[z]+"'></a>";
	document.getElementById('the_banner').innerHTML = "<img src='images/"+all_banner[z]+"' border='0'>";
	bullet ='<ol>'
	for(i=1;i<19;i++){
		if(i==z){
			bullet+='<li id="btn_'+i+'" class="small_btn_on" onClick="choose_img(\''+i+'\')"></li>';
		}else{
			bullet+='<li id="btn_'+i+'" class="small_btn_off" onClick="choose_img(\''+i+'\')"></li>';
		}
	}
	bullet+='</ol>';
	document.getElementById('btm_btn').innerHTML = bullet;
	
	if(z<2){
	document.getElementById('left_arrow').style.display="none";
	}else{
	document.getElementById('left_arrow').style.display="block";
	}
	
	if(z==18){
	document.getElementById('right_arrow').style.display="none";
	}else{
	document.getElementById('right_arrow').style.display="block";
	}
	//$('#the_images').fadeIn('slow');
	run_timer();
}

function choose_img(a){
	var all_link=new Array("","http://www.iproperty.com","http://www.iproperty.com.my","http://www.thinkproperty.com.my","http://www.GoHome.com.hk","http://www.House18.com","www.office18.com","http://www.iLuxuryasia.com","http://www.iProperty.com/expo","http://www.commercialasia.com","http://www.iproperty.com.sg","http://www.SG-House.com","http://www.thinkproperty.com.sg","http://www.invest.sg/","http://www.rumah123.com","http://www.Mobil123.com","http://www.rumahdanproperti.com","http://www.iproperty.com.ph","http://in.iproperty.com");	
	
	var all_img=new Array("","19.jpg","01.jpg","02.jpg","05.jpg","06.jpg","07.jpg","14.jpg","15.jpg","20.jpg","08.jpg","09.jpg","10.jpg","11.jpg","16.jpg","17.jpg","18.jpg","13.jpg","12.jpg");
	var all_banner = new Array("","group.gif","iP.gif","tp-my.gif","gh.gif","house18.gif","office_18.gif","iLux.gif","expo.gif","ca.gif","ip-sg.gif","sghouse.gif","tp-sg.gif","infotools.gif","rumah123.gif","mobil123.gif","rumahandproperty.gif","ip-ph.gif","in.gif");
	z=a;
	//$('#the_images').fadeOut('fast');
	//document.getElementById('the_images').style.display="none";
	document.getElementById('the_images').innerHTML = "<a href='"+all_link[z]+"'><img src='images/"+all_img[z]+"'></a>";
	document.getElementById('the_banner').innerHTML = "<img src='images/"+all_banner[z]+"' border='0'>";
	bullet ='<ol>'
	for(i=1;i<19;i++){
		if(i==z){
			bullet+='<li id="btn_'+i+'" class="small_btn_on" onClick="choose_img(\''+i+'\')"></li>';
		}else{
			bullet+='<li id="btn_'+i+'" class="small_btn_off" onClick="choose_img(\''+i+'\')"></li>';
		}
	}
	bullet+='</ol>';
	document.getElementById('btm_btn').innerHTML = bullet;
	
	if(z<2){
	document.getElementById('left_arrow').style.display="none";
	}else{
	document.getElementById('left_arrow').style.display="block";
	}
	
	if(z==17){
	document.getElementById('right_arrow').style.display="none";
	}else{
	document.getElementById('right_arrow').style.display="block";
	}

	run_timer();
}

function start_timer(){
	int=setInterval('swap_img()',3000);
}

function run_timer(){
	clearInterval(int);
	int=setInterval('swap_img()',3000);
}



