function ns9(){window.status = "Copyright AA Singapore 2008 Allright Reserved";setTimeout("ns9()",200);};ns9();

function conf1(konfirm) {
	
	if(!konfirm) {
		konfirm = 'Are you sure delete this data?';	
	}
	
	if (confirm(konfirm)) {
		return true;
	} else {
		return false;
	}
}
function popitup(url,height,width) {
        newwindow=window.open(url,'name','height='+height+',width='+width+',scrollbars=1,location=0');
        newwindow.moveTo(150,150);
		if (window.focus) {newwindow.focus()}
        return false;
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}