function blah(url) {
	newwindow=window.open(url,'name','height=400,width=500');
	if (window.focus) {newwindow.focus()}
	return false;
}
function projects(url) {
  var popup = window.open(url,'console','resizable,width=720,height=500');
}