
function LoadPopup(doc) {
        fer = window.open(doc, "pop", 'status=no,toolbar=0,scrollbars=yes,menubar=0,titlebar=0,resizable=0,width=350,height=300');
        fer.moveTo(screen.width/2-175, screen.height/2-150);
        fer.focus();
		}

