var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=450,width=760,resizable=yes,scrollbars=yes,left=100,top=200');
	if (window.focus) {newwindow.focus()}
}
