// JavaScript Document
function ShowNewsDetail(url)

 {

 //alert('Called');

 //alert(url); 
 window.open(url,'ClientWindow','left=20,top=20,width=800,height=600,toolbar=0,resizable=0,scrollbars=1')

 }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    