var theImages = new Array()
//theImages[0] = 'HomeAltaMate.jpg'
//theImages[1] = 'HomeHealthPlus.jpg'
//theImages[2] = 'HomeConceiving.jpg'
//theImages[3] = 'HomeConceptPlus.jpg'
//theImages[4] = 'HomeAltaPreg.jpg'
//theImages[5] = 'HomeAdvantage.jpg'
//theImages[6] = 'HomeCheesemaker.jpg'

theImages[0] = 'Homepicture1.jpg'
theImages[1] = 'Homepicture2.jpg'
theImages[2] = 'Homepicture3.jpg'
theImages[3] = 'Homepicture4.jpg'

//theImages[0] = 'MissionBanner.jpg'

var j = 0
var howMany = theImages.length;
var preBuffer = new Array()
for (i = 0; i < howMany; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = "./_images/flash/"+theImages[i]
}
var whichImage = Math.round(Math.random()*(howMany-1));
var timeDelay = 10;
timeDelay *= 800;
//var PicCurrentNum = 0;
var PicCurrentNum = whichImage;

function startPix() {
	setInterval("slideshow()", timeDelay);
}
function slideshow() {
	PicCurrentNum++;
	if (PicCurrentNum == howMany) {
		PicCurrentNum = 0;
	}
	if (document.all){
		document.images.homepicture.style.filter="blendTrans(duration=2)";
		document.images.homepicture.filters.blendTrans.Apply();
	}
	document["homepicture"].src = "./_images/flash/"+theImages[PicCurrentNum];
	if (document.all) document.images.homepicture.filters.blendTrans.Play();
}

function showImage(){
// var Caption = new Array();
// Caption[1]  = "Text";
// if (document.getElementById) document.getElementById("CaptionBox").innerHTML= Caption[jss];
	document["homepicture"].src = "./_images/flash/"+theImages[whichImage];
	startPix();
}

//tab switch
//how to use : setTimeout('Show_BlkBlackTab(1,0)',200);
//extract from http://www.sina.com.cn
//2007-3-10 13:37:36
function ShowTab(Tabid,Tabnum)
{
	for(var i=0;i<3;i++)
	{
		//alert("new_box_blk"+Tabid+i);
		document.getElementById("new_box_blk"+Tabid+i).style.display ="none";
	}
	
	for(var i=0;i<3;i++)
	{
		document.getElementById("newsTab_"+Tabid+i).className ="news_title_tab";
	}
	
	document.getElementById("newsTab_"+Tabid+Tabnum).className ="news_title_current";
	document.getElementById("new_box_blk"+Tabid+Tabnum).style.display ="block";
	//alert("newsTab_"+Tabid+Tabnum);
}	

//On loading ,Start the image Show
//window.onload=showImage;
var currentpos,timer; 

function initialize() 

{ 

timer=setInterval("scrollwindow()",90);

} 

function sc(){

clearInterval(timer); 

}

function scrollwindow() 

{ 

currentpos=document.body.scrollTop; 

window.scroll(0,++currentpos); 

if (currentpos != document.body.scrollTop) 

sc();

} 

document.onmousedown=sc

document.ondblclick=initialize

function open_window(url,name,size)
{ 
 var windowname=window.open(url,name,"left=0,top=0,status=no,scrollbars=no,resizable=no,"+size); 
}
function openwindow(url,name,size)
{ 
 var windowname=window.open(url,name,"left=0,top=0,status=yes,scrollbars=yes,resizable=yes,"+size); 
}
var kmjmmDiscoMusicplay;