/*
 * Ext JS Library 2.0.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

Ext.onReady(function(){
    var p = new Ext.Panel({
        title: 'User Information',
        collapsible:true,
        renderTo: 'container',
        width:400,
		html: '<iframe id="preview-panel" height="400" width="450"src="http://www.hameloon.com/Design/shcore2/APPsrv/shrapcard3/Rc_Access.php"></iframe>'
    });
});
