function openPic(Pic) {
        var extraWindow = window.open('','Roofmont','width=800,height=600,status=0');
        if (navigator.appName != "Microsoft Internet Explorer") {
                if (extraWindow.opener == null) {
                        // NetScape 2.0
                        extraWindow.opener = this.window;
                }
        }
        extraWindow.document.write("<html><head></head><body topmargin=0 leftmargin=0><a href='javascript:this.window.close();'  ><img src='../i/"+Pic+"' border=0></a></body>");
}
