var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','top=50,left=50,height=700,width=1024,resizable=1,menubar=0,toolbar=0,resizable=1');
	if (window.focus) {newwindow.focus()}
}