function poptastic(url){

	newwindow=window.open(url,'name', "width=600,height=400,left=200,top=100, scrollbars=yes,status=1");
	if (window.focus) {newwindow.focus()}
}
