//var dodosflashtitle1=' .: Welcome To APAN 29th Sydney Meeting:.'; // put frame 1 text
var dodosflashtitle1=' A P A N 30th Hanoi Meeting'; //put frame 2 text	
var dodosflashtitle2=' A P A N 30th Hanoi Meeting'; //put frame 2 text
var dodosflashtitle3=' A P A N 30th Hanoi Meeting'; //put frame 2 text
//var dodosflashtitle3=' Asia-Pacific Advanced Network 29th Sydney Meeting'; // put frame 3 text
var dodosduration = 1200; // duration high = slower animation
     
     
step=0
function dodosflashtitle()
         {
           step++
           if (step==4) {step=1}
           if (step==1) {document.title=dodosflashtitle1}
           if (step==2) {document.title=dodosflashtitle2}
	   if (step==3) {document.title=dodosflashtitle3}
           setTimeout("dodosflashtitle()", dodosduration);
         }
dodosflashtitle()

