/*
 * Ext JS Library 2.0.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

Ext.onReady(function(){
        
		Ext.get('mb1').on('click', function(e){
        /*Ext.MessageBox.confirm('View Logs', 'Are you sure you want to see logs?', showResult); */
		showlogs('Welcome To Hameloon Rapidcard Activation Form');
		Ext.get('preview-panel').dom.src = 'http://www.hameloon.com/Design/shcore2/APPsrv/shrapcard3/Rc_Access.php';
		    });
	
	
	

   
   
    function showResult(btn){
        Ext.example.msg('User Information', 'You clicked the {0} button', btn);
    };

    function showResultText(btn, text){
        Ext.example.msg('Button Click', 'You clicked the {0} button and entered the text "{1}".', btn, text);
    };
	
	 function showlogs(text){
        Ext.example.msg('Button Click', ' "{0}".', text);
    };
	
	
	
});
