function openwindow()
{
window.open("privacy-pop.html", "mywindow","location=0,status=0,scrollbars=yes,width=680, height=520,left=250, top=120");
}

function openwindow2()
{
window.open("disclaimer-pop.html", "mywindow","location=0,status=0,scrollbars=yes,width=680, height=400,left=250, top=120");
}

function openwindow3(ID,SID)
{
window.open("ProfilePopup.aspx?CBDTID="+ID+"&IsChairman="+SID+"", "mywindow","location=0,status=0,scrollbars=yes,width=680, height=400,left=250, top=120");
}

function openwindow4(ID)
{
window.open("ProfileDetails.aspx?CivilCode="+ID+"", "mywindow","location=0,status=0,scrollbars=no,width=320, height=200,left=250, top=120");
}


