
function openwindow2()
{
window.open("AddStoreLoccation.aspx", "mywindow","location=0,status=0,scrollbars=no,width=650, height=550,left=250, top=120");
}
function openwindow3(SID)
{
window.open("StoreMap.aspx?ID="+SID+"", "mywindow","location=0,status=0,scrollbars=no,width=580, height=300,left=250, top=120");
}
function openwindow4(SID)
{
window.open("EditStoreMap.aspx", "mywindow","location=0,status=0,scrollbars=no,width=650, height=525,left=250, top=120");
}


