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