function watchvideo(vlink,vtitle) {
	open("watch.php?title="+vtitle+"&link="+vlink,"watch", "toolbar=yes,menubar=yes,width=800,height=600,resizable=yes");
}