function getAllCommendTopics()
{
     var url="http://www.popumed.com/phpBB2/commend_topics.php";
     //var url="http://www.popumed.com/phpBB2/hello.php";
    //pars='id='+id+'&quantity='+$F(quantity);
    var myAjax=new Ajax.Request(url,{method:'get',asynchronous:false,onLoading:showWaitMsg,onComplete:displayForumTopics}
     );     
}

function displayForumTopics(originalRequest)
{
    //history.go(0);
    $('allCommendTopics').innerHTML=originalRequest.responseText;
}

function adsHint(ads_id){
     var url="http://www.popumed.com/module/adv/adshint.php";
     var postBody="adsId="+ads_id;
     var myAjax=new Ajax.Request(url,{method:'post',asynchronous:false,postBody:postBody});
     //window.location="http://www.panasonic.com.cn/products/sphygmomanometer/";
}



