function YouTubeWindow(VirDir,el)
{
	strpath = VirDir+"/include/YouTubeWindow.aspx?id="+el;
	h = 420;
	w = 680;
	l = parseInt((window.screen.availWidth - w) / 2);		
	window.open(strpath,"PersonalData","width=" + w +",height="+ h +",toolbar=no,menubar=no,left=" + l +", top = 150,titlebar=no, scrollbars=no");
	return false;
}
