<!--

function showpopup(xvalue) {
   var aw = (screen.availWidth - 700) / 2;
   var ah = (screen.availHeight - 600) / 2;
   window.open(xvalue,'winpop','left='+aw+',screenX='+aw +',top='+ah+',screenY='+ah+',width=700,innerWidth=700,height=600,innerHeight=600,toolbar=0,menubar=0,scrollbars=1,resizable=0,location=0,status=0');
   //return false;
}

//-->
