Short Lecture from Nokia Siemens Network
function popup(url)
{
var width = 600;
var height = 500;
var left = (screen.width – width)/2;
var top = (screen.height – height)/2;
var params = ‘width=’+width+’, height=’+height;
params += ‘, top=’+top+’, left=’+left;
params += ‘, directories=no’;
params += ‘, location=no’;
params += ‘, menubar=no’;
params += ‘, resizable=no’;
params += ‘, scrollbars=no’;
params += ‘, status=no’;
params += ‘, toolbar=no’;
newwin=window.open(url,’windowname5′, params);
if (window.focus) {newwin.focus()}
return false;
}
Thursday November 27, 2008, The School of Electrical Engineering and Informatics held a short lecture about “Mobile Backhaul Technologies and Challenge” at The SEEI Multimedia Room, Labtek VIII, 2nd floor. The Guest speaker was Donny Gunadi from Nokia Siemens Network. The lecture was moderated by Dr. Adit Kurniawan.