function ShowVideo(VideoName) 
{ 
  window.open(VideoName,'VideoPlayer','toolbar=no,location=no,status=no,menubar=no,width=352,height=288');
}
