var newwindow;
function poptastic(url)
{
	var player=window.open(url,'name','height=100,width=100','location=no');
	if (window.focus) { player.focus()}
	}
