// JavaScript Document
function myFunctyon3()
        {
        window.open('map.html','wen','width=500, height=500,scrollbars=yes, toolbar=0,left=250, top=250');
        }
