var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=550,width=650,scrollbars=yes,resizable=no,left=150');
	if (window.focus) {newwindow.focus()}
}
