function videopopup(url) {
	newwindow=window.open(url,'videos','height=520,width=600');
	if (window.focus) {newwindow.focus()}
	return false;
}