function doVideo(url) {
window.open(url,"windowname",
    "width=300,height=248,left=200,top=200,status=yes,toolbar=no,menubar=no,location=no");
}
