function player(vid,w,h) {
    l=512-w/2;
    t=384-h/2;
    vid=window.open("player.htm?"+vid,vid.substring(0,vid.length-4), "toolbar=0,location=0,scrollbar=0,menubar=0,status=0,resizable=0,width="+w +",height="+h +",left="+l +",top="+t); 
}
