var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=638,width=600,left=300,top=100');
	if (window.focus) {newwindow.focus()}
}

