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

