// JavaScript Document //playWmv("134x49_torino.wmv",134,49); function playWmv(fPath,width,height) { var str; str = "" str += " " str += " " document.write(str); } playWmv("hjj.wmv",300,300)