function View(msg_id,msg_nm,ok,nook){
w=window.open('http://www.myserials.com/getnm.php?ok='+ok+'&nook='+nook+'&id='+msg_id+'&name='+msg_nm,'AI','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=550,height=600');
w.focus();
}

function Rate(msg_id,msg_nm){
document.location.href='http://www.myserials.com/rate.php?id='+msg_id+'&status='+msg_nm;

}

