function Video(videoid) {
var url="videoload.php";
url=url+"?id="+videoid;
new Ajax.Updater( 'video', url, { method: 'post' } );
}