function SiteConfig(){this.windowFeatures = new HashMap();this.getWindowFeatures= getWindowFeatures;this.windowFeatures.put("normal",new WindowFeatures("center=1,width=800,height=800,titlebar=1,help=1,menubar=1,scrollbars=1,status=1,resizable=1"));this.windowFeatures.put("superviewer",new WindowFeatures("posX=350,posY=300,width=740,height=651,menubar=0,scrollbars=0,status=0,resizable=1"));this.windowFeatures.put("editor",new WindowFeatures("posX=120,posY=120,width=790,height=660,menubar=0,scrollbars=0,status=0,resizable=1"));this.windowFeatures.put("minieditor",new WindowFeatures("width=400,height=200,menubar=0,scrollbars=0,status=0,resizable=0"));this.windowFeatures.put("imeditor",new WindowFeatures("posX=100,posY=100,width=740,height=586,menubar=0,scrollbars=0,status=0,resizable=0"));this.windowFeatures.put("sceditor",new WindowFeatures("posX=100,posY=100,width=429,height=600,menubar=0,scrollbars=0,status=1,resizable=1"));this.windowFeatures.put("tapa",new WindowFeatures("posX=350,posY=130,width=570,height=752,menubar=0,scrollbars=0,status=0,resizable=1"));this.windowFeatures.put("pop900",new WindowFeatures("posX=350,posY=130,width=900,height=560,menubar=0,scrollbars=0,status=0,resizable=0"));this.windowFeatures.put("sponsor",new WindowFeatures("posX=350,posY=130,width=628,height=471,menubar=0,scrollbars=0,status=0,resizable=0"));this.windowFeatures.put("sponsor2",new WindowFeatures("posX=350,posY=130,width=514,height=752,menubar=0,scrollbars=0,status=0,resizable=1"));this.windowFeatures.put("abordo",new WindowFeatures("posX=350,posY=130,width=800,height=574,menubar=0,scrollbars=0,status=0,resizable=0"));function getWindowFeatures(winName){if(this.windowFeatures.containsKey(winName)){return this.windowFeatures.get(winName);}else{alert("WindowFeatures :: El set: '" + winName + "', no existe.");}}}
