function watchvideo(vlink,vtitle,vthumb) {
	open("watch.php?title="+vtitle+"&link="+vlink+"&thumb="+vthumb,"watch", "toolbar=no,menubar=no,scrollbars=yes,width=650,height=850,resizable=yes");
}
