var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=400,width=500,left=200,top=200,resizable=no,scrollbars=no,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}