function ShareVideo(video) {
var width = 470;
var height = 400;
LeftPosition = (screen.width) ? (screen.width-width)/2 : 0;
TopPosition = (screen.height) ? (screen.height-height)/2 : 0;
OpenWin = 
this.open("http://www.visitortv.com/vcb/sharevideo.php?video_id="+video,"PopupWindow","toolbar=no,width="+width+",height="+height+",left="+LeftPosition+",top="+TopPosition+",directories=no,status=no,scrollbars=yes,resize=no,menubar=no")
}
