function watchvideo(video,videourl) {
	document.getElementById(video).style.display='block';
	document.getElementById(video).innerHTML = "<div><object width='340' height='280'><param name='movie' value='"+videourl+"'></param><param name='wmode' value='transparent'></param><embed src='"+videourl+"' type='application/x-shockwave-flash' wmode='transparent' width='340' height='280'></embed></object></div>";
}