//$(document).ready(function(){
    //var win;
    /*
    var button = Ext.get('show-stock');

    button.on('click', function(){
        // Show a dialog using config options:
       
		Ext.Msg.show({
		   title:'Levertijd?',
		   msg: '<img src="/img/afuture/stock/icn_stock_instock.gif" with="23" height="16">&nbsp; Afuture eigen voorraad </br> <img src="/img/afuture/stock/icn_stock_lowstock.gif" with="23" height="16">&nbsp; Voorraad leverancier',
		   buttons: Ext.Msg.OK,
		   animEl: 'elId'
		});
    });
    */
 
//});

   function ShowStock(){
   		$(document).ready(function(){
   			
   		
    		Ext.Msg.show({
			   title:'Levertijd?',
			   msg: '<img src="/img/afuture/stock/icn_stock_instock_info.gif" with="23" height="16">&nbsp; Op voorraad </br> <img src="/img/afuture/stock/icn_stock_7days2.gif" with="23" height="16">&nbsp; 1-5 werkdagen',
			   buttons: Ext.Msg.OK,
			   animEl: 'elId'
			});
			
    	});
    }