function poptastic(url)
{
	newwindow = window.open(url,'newwindow','width=700,height=400,resizable=yes,menubar=no,toolbar=no,scrollbars=yes');
	newwindow.focus();
}