function youtube_popup(ytID) {
	url = '../../youtube.php?id=' + ytID;
	window.open(url, 'ytwindow', 'status=0, toolbar=0, location=0, menubar=0, resize=0, height=410, width=465');
	return false;
}