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

