
//---------Function for Makert Commentary popup window------------//

function Newspopup(SrNo,secId,SubSecId,opt)
{    
	var strUrl="../NewsData.aspx?srno="+SrNo+"&secid="+secId+"&Subsecid="+SubSecId+"&opt="+opt;	
    var newWin=window.open(strUrl,'FavWindow','x=0,y=0,toolbar=no,titlebar=no,location=no,directories=no,status=no,scrollbars=no,resizable=0,copyhistory=no,width=515,height=420,screenX=0,screenY=0,left=260,top=70');	
    newWin.focus();		
}	

