function showclan(id) {
        window.open("showclan.php?x="+id, "Statistics", "height=650,width=600,toolbar=no,scrollbars=yes,screenX=50, screenY=50, top=50, left=50");
}
function clanupdate() {
        window.open("clanupdate.php", "ClanUpdate", "height=500,width=600,toolbar=no,scrollbars=yes,screenX=50, screenY=50, top=50, left=50");
}
function deletemember(clan,id) {
        window.open("memdel.php?c="+clan+"&d="+id, "Memdel", "height=1,width=1,toolbar=no,scrollbars=yes,screenX=50, screenY=50, top=50, left=50");
}
function deleteclan(clan,id) {
        window.open("clandel.php?c="+clan+"&d="+id, "Clandel", "height=1,width=1,toolbar=no,scrollbars=yes,screenX=50, screenY=50, top=50, left=50");
}
function deleteapp(id) {
        window.open("appdel.php?&d="+id, "Appdel", "height=1,width=1,toolbar=no,scrollbars=yes,screenX=50, screenY=50, top=50, left=50");
}
function viewfiles(clan,pp) {
        window.open("viewfiles.php?c="+clan+"&p="+pp, "ViewFiles", "height=500,width=760,toolbar=no,scrollbars=yes,screenX=50, screenY=50, top=50, left=50");
}
function confirmSubmit() {
  var agree=confirm("Are you sure you wish to continue?");
  if (agree)
          return true ;
  else
          return false ;
}
