var newwindow;
function poptastic(url){
	newwindow=window.open(url,'name','height=580,width=740,scrollbars=yes, toolbar=yes, location=yes,');
	if (window.focus) {newwindow.focus()}
}
