/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function loadwindow(fname){
    var textstring
    textstring = "./playvideo.php?file="+fname
    window.open(textstring,"","width=500,height=500,status=0")
}
