function popup(url) {
        featuresWindow = window.open(url,"popUpWin","toolbar=no,scrollbars=yes,location=no,width=370,height=380");
        }