// JavaScript Document
function openVideo(urllink)
{
		var winl = (screen.width - 650) / 2;
		var wint = (screen.height - 490) / 2;
		var props = 'scrollBars=no,resizable=no,toolbar=no,menubar=no,location=no,directories=no,width=680,height=510,'+'left='+winl+',top='+wint;
		Videowindow = window.open("http://stewleonards.com/html/chefshort_popup.cfm?id=" + urllink, "Chef_Shorts", props);
}