function ShowVid(vfile) {
var d=new Date();
var nocache=d.getTime();
var myText = showModalDialog("showvideo.php?vfile=videos/" + vfile + "&nocache=" + nocache,'',"resizable: yes; help: no; status: no; scroll: yes; ");
}
