function openMyTeenTV(url)
{
	newwindow=window.open(url,"MyTeenTv","height=680,width=780,scrollbars=yes,toolbar=yes,resizable=yes");
	if (window.focus) {newwindow.focus()}
}

