<!--
// by Jacek Stomal 2005

 function frenchd(){document.buttonf.src="images/frenchd.gif";
}
 function frenchu(){document.buttonf.src="images/frenchu.gif";
}

 function englishd(){document.buttone.src="images/englishd.gif";
}
 function englishu(){document.buttone.src="images/englishu.gif";
}


function rotateIs(){

var d = new Date()
var strTime


strTime=""+(d.getSeconds())

var i = strTime.substr((strTime.length-1),1)
var j = parseInt(i) + 1

j=j/2
j=Math.round(j)

 if (j ==5)
 {j=0}


var arrImages= new Array(5)
arrImages[0]="change/children.jpg"
arrImages[1]="change/poom.jpg"
arrImages[2]="change/adults.jpg"
arrImages[3]="change/blackbelts.jpg"
arrImages[4]="change/competitors.jpg"








document.tkd.src=arrImages[j]



}


function showVideo(tkdname,filename) {
 


		parent.videoshow.document.write("<font face='Verdana' size='2'>"+tkdname+"</font><br>");
		parent.videoshow.document.write("<OBJECT   ID='WinMedia' classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' ");
		parent.videoshow.document.write("CODEBASE= 'http://activex.microsoft.com/activex/ ");
		parent.videoshow.document.write("controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' ");
		parent.videoshow.document.write("width=330 height=270 standby='Loading Microsoft ");
		parent.videoshow.document.write("Windows Media Player components...' type='application/x-oleobject'>  ");
		parent.videoshow.document.write("<PARAM NAME='FileName'  VALUE='"+filename+"'> ");
		parent.videoshow.document.write("<PARAM NAME='AutoStart' Value='true'> ");
		parent.videoshow.document.write("<PARAM NAME='ShowControls' Value='true'> ");
		parent.videoshow.document.write("<Embed type='application/x-mplayer2' ");
		parent.videoshow.document.write("    pluginspage='http://www.microsoft.com/Windows/MediaPlayer/' ");
		parent.videoshow.document.write("    src='"+filename+"' ");
		parent.videoshow.document.write("    Name=MediaPlayer ");
		parent.videoshow.document.write("    AutoStart=1 Width=330 Height=270 ShowControls=1 >"); 
		parent.videoshow.document.write("  </embed>  </object>");

                             parent.videoshow.document.close();
		 
 
}




function showVideo2(tkdname,filename) {
 


		parent.videoshow.document.write("<font face='Verdana' size='2'>"+tkdname+"</font><br>");
		parent.videoshow.document.write("<OBJECT   ID='WinMedia' classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' ");
		parent.videoshow.document.write("CODEBASE= 'http://activex.microsoft.com/activex/ ");
		parent.videoshow.document.write("controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' ");
		parent.videoshow.document.write("width=330 height=270 standby='Loading Microsoft ");
		parent.videoshow.document.write("Windows Media Player components...' type='application/x-oleobject'>  ");
		parent.videoshow.document.write("<PARAM NAME='FileName'  VALUE='"+filename+"'> ");
		parent.videoshow.document.write("<PARAM NAME='AutoStart' Value='true'> ");
		parent.videoshow.document.write("<PARAM NAME='ShowControls' Value='true'> ");
		parent.videoshow.document.write("<Embed type='application/x-mplayer2' ");
		parent.videoshow.document.write("    pluginspage='http://www.microsoft.com/Windows/MediaPlayer/' ");
		parent.videoshow.document.write("    src='"+filename+"' ");
		parent.videoshow.document.write("    Name=MediaPlayer ");
		parent.videoshow.document.write("    AutoStart=1 Width=330 Height=270 ShowControls=1 >"); 
		parent.videoshow.document.write("  </embed>  </object>");

                             parent.videoshow.document.close();
		 
 
}

  

//-->