var newwindow;
	function popvideo(url)
	{
		newwindow=window.open(url,'name','screenX=20,screenY=20,top=10,left=10,width=470,height=550,scrollbars=yes,toolbar=no,location=no,resizable=no');
		if (window.focus) {newwindow.focus()}
	}
	
	function popplaylist(url)
		{
			newwindow=window.open(url,'name','screenX=20,screenY=20,top=10,left=10,width=550,height=600,scrollbars=yes,toolbar=no,location=no,resizable=no');
			if (window.focus) {newwindow.focus()}
	}
	
	function poppic(url)
		{
			newwindow=window.open(url,'name','screenX=20,screenY=20,top=10,left=10,width=230,height=220,scrollbars=yes,toolbar=no,location=no,resizable=no');
			if (window.focus) {newwindow.focus()}
	}
	
	function poptalin(url)
			{
				newwindow=window.open(url,'name','screenX=20,screenY=20,top=10,left=10,width=350,height=400,scrollbars=yes,toolbar=no,location=no,resizable=no');
				if (window.focus) {newwindow.focus()}
	}