function openVid(link,title,width,height){
	window.open('http://www.vitality4life.com/videos/pop-video.php?img='+link+'&title='+title, 'Popup', 'scrollbars=no,width='+width+',height='+height+',toolbar=no,menubar=no,resizable=0');
	return false;
}