function show_rate_on( id , rate){
for( i = 1; i <= rate; i++) {
document.getElementById('main_'+i+'_rate_'+id+'').style.display ='none';
document.getElementById('other_'+i+'_rate_'+id+'').style.display ='';
}
}
function show_rate_off( id , rate ){
for( i = 1; i <= 5; i++) {
document.getElementById('other_'+i+'_rate_'+id+'').style.display ='none';
document.getElementById('main_'+i+'_rate_'+id+'').style.display ='';
}
}
function rate_send( id , rate ){
main_ajax_do('post', 'http://maskmr.neveshteh.com/rate_save.php' , 'p1='+id+'&p2='+rate+'&part=mohsen' ,'rate_'+id+'' , 'rate_'+id+'' , 'text' , '','no' ,'1');
}
function my_comment( id , w ){
window.open('http://neveshteh.com/weblog/comment.php?w='+w+'&id='+id+'&url=http://maskmr.neveshteh.com','iranplus_comments','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=560px,height=500px') ;
}
function my_search( w ){
my_div_mover(20 , 0 , 0 , 1 ,'', '' , '' , '', '','');
write_in_id('my_div_to_move_title','جستجو در مطالب وبلاگ');
write_in_id('my_div_to_move_note','')
}
function my_contact( w ){
my_div_mover(20 , 0 , 0 , 1 ,'', '' , '' , '', '','');
write_in_id('my_div_to_move_title','ارسال پیام شخصی به مدیریت وبلاگ');
write_in_id('my_div_to_move_note','')
}
function iranplus_load_page( mypage , myparametr ){
main_ajax_do('post', 'http://maskmr.neveshteh.com/ajax_load_'+mypage+'.php' , myparametr ,'iranplus_ajax_load_place' , 'iranplus_ajax_load_place' , 'text' , '','no' ,'1');
}