/*	barrygravelle.com javascript functions */

/*	Pop-Up Video Viewer
		Call like this: <a href="javascript:popViewer('../path/file.html','viewer');">
		Or alter viewer window name for multiple popups. */

function popViewer(url,name) {
	window.open(url,name,config='width=558,height=282,toolbar=no,menubar=no,scrollbars=no,resizable=yes,location=no,directories=no,status=no');
}
