function video(id) {
	d = new Date();
	str = d.getHours()+d.getMinutes()+d.getSeconds()+d.getMilliseconds();
	window.open("/Def/Video/Video.asp?id="+id,"f"+str,"width=254 height=290 menubar=no resizable=no");
}