function popupVideo(url) 
{
	window.open(url,"height=500,width=400,status=yes,toolbar=no,menubar=no,location=no");
}
