function onstartingthepage() {

    captionText = captionAS01ChinaText
    thisImg = 0
    imgCt = captionText.length
    imagepath= "../images/AS/01China/01China"
    document.imgForm.imgText.value = captionText[thisImg];
    AS01China();
    autoPlay();
<!--    moveBaqua(); -->

}

<!-- FSJY Moving Baqua -->
		var xSpeed=1;
		var xPos=300;
	
		function moveBaqua() {
			xPos+=xSpeed;
			baqua.style.left=xPos;
			if (xPos<930) setTimeout("moveBaqua()", 10)
			else {
   			  baqua.style.width=0;
			  baqua.style.height=0;
 			};
		}



		function newGSlide(direction) {
			if (document.images) {
				thisImg = thisImg + direction
				if (thisImg < 0) {
					thisImg = imgCt-1
				}
				if (thisImg == imgCt) {
					thisImg = 0
				}
                                
                                newthisImg = 10000 + thisImg;
                                aString = newthisImg.toString();

                                
				document.slideshow.src = imagepath + aString.substring(1,5) + ".jpg"
				document.imgForm.imgText.value = captionText[thisImg]
			}
		}
		
function previous(){
   auto = 0;
   newGSlide(-1);
}


function next(){
   auto = 0;
   newGSlide(1);
}


function autoPlay(){
   auto = 1;
   loopPlay();
}

function loopPlay() {
	if (auto) {
           newGSlide(1)
           setTimeout("loopPlay()", 2000)
           }
	else {
	};

}


function slide () {

    document.imgForm.imgText.value = captionText[thisImg];

}


function AS01China() {

                captionText = captionAS01ChinaText
		thisImg = 0
		imgCt = captionText.length
                imagepath = "../images/1AS/01China/01China"

                newGSlide(1)

}

function AS02taiwan() {

                captionText = captionAS02taiwanText
		thisImg = 0
		imgCt = captionText.length
                imagepath = "../images/1AS/02taiwan/02taiwan"

                newGSlide(1)

}

function AS03Japan() {

                captionText = captionAS03JapanText
		thisImg = 0
		imgCt = captionText.length
                imagepath = "../images/1AS/03Japan/03Japan"

                newGSlide(1)

}

function AS04Cambodia() {

                captionText = captionAS04CambodiaText
		thisImg = 0
		imgCt = captionText.length
                imagepath = "../images/1AS/04Cambodia/04Cambodia"

                newGSlide(1)

}

function AS05Korea() {

                captionText = captionAS05KoreaText
		thisImg = 0
		imgCt = captionText.length
                imagepath = "../images/1AS/05Korea/05Korea"

                newGSlide(1)

}


function AS06Vietnam() {

                captionText = captionAS06VietnamText
		thisImg = 0
		imgCt = captionText.length
                imagepath = "../images/1AS/06Vietnam/06Vietnam"

                newGSlide(1)

}

function EU01UK(){

                captionText = captionEU01UKText
		thisImg = 0
		imgCt = captionText.length
                imagepath = "../images/2EU/01UK/01UK"

                newGSlide(1)

}

function EU02Holland(){

                captionText = captionEU02HollandText
		thisImg = 0
		imgCt = captionText.length
                imagepath = "../images/2EU/02Holland/02Holland"

                newGSlide(1)

}

function EU03Germany(){

                captionText = captionEU03GermanyText
		thisImg = 0
		imgCt = captionText.length
                imagepath = "../images/2EU/03Germany/03Germany"

                newGSlide(1)

}

function EU04France(){

                captionText = captionEU04FranceText
		thisImg = 0
		imgCt = captionText.length
                imagepath = "../images/2EU/04France/04France"

                newGSlide(1)

}

function EU05Sweden(){

                captionText = captionEU05SwedenText
		thisImg = 0
		imgCt = captionText.length
                imagepath = "../images/2EU/05Sweden/05Sweden"

                newGSlide(1)

}

function AF01Egypt(){

                captionText = captionAF01EgyptText
		thisImg = 0
		imgCt = captionText.length
                imagepath = "../images/5AF/01Egypt/01Egypt"

                newGSlide(1)

}

function SP() {

                captionText = captionSPText
		thisImg = 0
		imgCt = captionText.length
                imagepath = "../images/7SP/Ex2007"

                newGSlide(1)

}

function SP2() {

                captionText = captionASText
		thisImg = 0
		imgCt = captionText.length
                imagepath = "../images/7SP/slideImg"

                newGSlide(1)

}			
