$(document).ready(function() {$('.okno').nyroModal({ 
        resizable: true,
        autoSizable: true,
		width:'900',
		height:'600'
      
    });});
