
<!--

function popup1(x) {
var url = x;
mypopup = window.open(x,"Contents","height=500,width=300,left=200,top=40,screenX=400,screenY=40,scrollbars");
mypopup.focus();
}

// -->

