<!--
function openPopup(Destinasi,LockID){
	var w = 550;
	var h = 350;
	var popAttr = "width="+w+",height="+h+",resizable=1,scrollbars=1";
	var destURL = Destinasi+"?kod="+LockID;
	helpWindow  = window.open(destURL,"ListByCampus",popAttr);
	helpWindow.focus();
}
-->
