function Video (URL) {
window.open(URL,"","height=360,width=400,left=10,top=10,scrollbars=1");
}

