// JavaScript Document
function showVideo() 
{
  window.open('allvideo.htm','','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=340,height=410');
}

function showWin(target) 
{
  window.open(target,'','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
}