// JavaScript Document
function openWindow(){
                        window.open("http://www.voilanewyork.com","mailing","scrolling=auto,resizable=1,toolbar=yes,menubar=no,location=no,height=200,width=370");
                      }
                      
                      function openWindow1(){
                        window.open('intersection1.html','intersection1','scrolling=auto,resizable=1,toolbar=no,menubar=no,location=no,height=330,width=600');
                      }
                      
                      function openWindow2(){
                        window.open('intersection2.html','intersection2','scrolling=auto,resizable=1,toolbar=no,menubar=no,location=no,height=330,width=600');
                      }
