function openInfo(){
pop=window.open('information.html','newswin','fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no,width=570,height=480');
pop.window.focus();
pop.moveTo(0, 0);
};