// JavaScript Document

var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=400,width=435,left=5,
  top=5,resizable=yes,scrollbars=no,toolbar=no,status=no');
}
