function popUpVid(URL) 
{
	window.open(URL, 'video', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=426,height=334');
}

function popUpVidLg(URL) 
{
	window.open(URL, 'videoLg', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=614,height=494');
}

function popUpVidXLg(URL) 
{
	window.open(URL, 'videoXLg', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1060,height=814');
}
