// JavaScript Document
	function popUp(link)  {
		file = link;
		videoWindow = window.open(file,"Dolly Duels Help",			"status=no,scrollbars=yes,toolbar=no,location=no,menu=no,width=540,height=500");
		videoWindow.focus();
}
