function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function registerAjaxInfo() {
   ajaxEngine.registerRequest( 'getReg', 'modules/ajax/reg.php' );
   ajaxEngine.registerAjaxElement( 'registrasi' );
   ajaxEngine.registerRequest( 'getSearch', 'modules/ajax/search.php' );
   ajaxEngine.registerAjaxElement( 'Layer2' );
   ajaxEngine.registerRequest( 'getNews', 'modules/ajax/news.php' );
}

function getReg(fname,name,email,password,password2,address,sekolah,survey) {
   //alert(cid);
   ajaxEngine.sendRequest( 'getReg',"fname=" + fname,"name=" + name);
}

//banner promo over the page
function FuncShowHide(id){
document.getElementById('banner_promo').style.display = id;
}

function clear_textbox()
{
if (document.text_form.keyword.value == "---- keyword ----")
document.text_form.keyword.value = "";
} 
