Ext.onReady(function (){var win;if(!win){
win = new Ext.Window({
title:'Nuevas Sucursales',
autoScroll:false,
layout:'fit',
resizable: false,
width:320,height:462,
closeAction:'close',
plain:'false',
html:'<iframe src ="http://www.samex.cl/popup.html" width="100%" height="100%"></iframe>'
});}
win.show(this);
});
