// POPUP//

function showPopup(showpage) {
wx = 777;
wy = 670;
x = (screen.width - wx) /2;
y = (screen.height - wy) /2;
subWin = window.open(showpage,'','width='+wx+',height='+wy+',scrollbars=yes,left='+x+',top='+y);
}