function km_menuItemOnClick(pgId) {
	switch (parseInt(pgId)) {
	
		case 9:
			km_popup(9,'index.php?pg=9&pr=4','scrollbars=0,resizable=0,status=0,toolbar=0,location=0,menubar=0,directories=0,width=400,height=300',400,300);
		break;
		
		default:
			var idx=pag_array.getIndex('id',pgId);
			var prId=pag_array[idx]['mnuParent'];
			window.location.href='index.php?pg='+pgId+'&pr='+prId;
	}
}
