<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: problems with size of modal windows</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/problems-with-size-of-modal-windows</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/problems-with-size-of-modal-windows/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>pelirr on problems with size of modal windows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problems-with-size-of-modal-windows#p23526</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problems-with-size-of-modal-windows#p23526</guid>
        	        	<description><![CDATA[<p>Hello, I have a problem with modal windows. My "add window" and "edit window" have diferentes sizes, because "add window" have less fields than "edit window". And I want "add window" shows a size of height = 500, and "edit window" a size of height = 900.</p>
<p>If I use first "edit window", and after "add window", due to "edit window" is bigger, add window opens with height = 900, no 500. And if&#160; I use first "add window", and after that "edit window", when "edit window" opens its size is only of height = 500. How could I do that each modal window have its correct size?</p>
<p>Heres is my code:</p>
</p>
<p align="left">jQuery("#listadoGrid").jqGrid({</p>
<p align="left">url:&#39;/AODB2/realTime/arrivalFlight/NewArrivalFlight.action?accion=listar&#38;selectedPage=&#39;+paginaSeleccionada,</p>
<p align="left">datatype: "json",</p>
<p align="left">colNames:[ "&#60;s:text/&#62;",</p>
<p align="left">"&#60;s:text/&#62;","&#60;s:text/&#62;",</p>
<p align="left">"&#60;s:text/&#62;","&#60;s:text/&#62;",</p>
<p align="left">"&#60;s:text/&#62;","&#60;s:text/&#62;",</p>
<p align="left">"&#60;s:text/&#62;","&#60;s:text/&#62;",</p>
<p align="left">"&#60;s:text/&#62;","&#60;s:text/&#62;",</p>
<p align="left">"&#60;s:text/&#62;",</p>
<p align="left">"&#60;s:text/&#62;","&#60;s:text/&#62;",</p>
<p align="left">"&#60;s:text/&#62;","&#60;s:text/&#62;",</p>
<p align="left">"&#60;s:text/&#62;", "&#60;s:text/&#62;",</p>
<p align="left">"&#60;s:text/&#62;","&#60;s:text/&#62;",</p>
<p align="left">"&#60;s:text/&#62;","&#60;s:text/&#62;",</p>
<p align="left">"&#60;s:text/&#62;","&#60;s:text/&#62;",</p>
<p align="left">"&#60;s:text/&#62;","&#60;s:text/&#62;",</p>
<p align="left">"&#60;s:text/&#62;","&#60;s:text/&#62;"</p>
<p align="left">],</p>
<p align="left">colModel:[</p>
<p align="left">{name:&#39;idArrivalFlight&#39;,index:&#39;idArrivalFlight&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>},</p>
<p align="left">{name:&#39;iataCompanyCode&#39;,index:&#39;iataCompanyCode&#39;, width:138, align:&#39;center&#39;, sortable: <strong>false</strong>, editoptions:{readonly:<strong>true</strong>}, editable:<strong>true</strong>, editrules:{required:<strong>true</strong>},formoptions:{elmprefix:"(*)"}}, //editable:true sirve para que salga en las ventanas emergentes edit y add</p>
<p align="left">{name:&#39;flightNumber&#39;,index:&#39;flightNumber&#39;, width:138, align:&#39;center&#39;, sortable:<strong>false</strong>, editoptions:{readonly:<strong>true</strong>}, editable:<strong>true</strong>, editoptions:{size:40},editrules:{required:<strong>true</strong>},formoptions:{ elmprefix:"(*)"}}, //editrules para validaciones</p>
<p align="left">{name:&#39;tailNumber&#39;,index:&#39;tailNumber&#39;, width:138, align:&#39;center&#39;, editable:<strong>true</strong>, sortable:<strong>false</strong>,search:<strong>false</strong>},</p>
<p align="left">{name:&#39;joined&#39;,index:&#39;joined&#39;, width:138, align:&#39;center&#39;,editable:<strong>true</strong>, sortable:<strong>false</strong>,editrules:{required:<strong>true</strong>},formoptions:{ elmprefix:"(*)"},</p>
<p align="left">edittype: &#39;select&#39;, editoptions: { //transforma un campo normal en otro de tipo select</p>
<p align="left">value: objJoined, //lista para el select</p>
<p align="left">dataInit: <strong>function</strong> (elem) {</p>
<p align="left"><strong>var</strong> v = $(elem).val(); //valor que se muestra por defecto</p>
<p align="left">}</p>
<p align="left">}</p>
<p align="left">},</p>
<p align="left">{name:&#39;runwayCode&#39;,index:&#39;runwayCode&#39;, width:138, align:&#39;center&#39;, editable:<strong>true</strong>, sortable:<strong>false</strong>,search:<strong>false</strong>,</p>
<p align="left">edittype: &#39;select&#39;, editoptions: { //transforma un campo normal en otro de tipo select</p>
<p align="left">value: objRunway, //lista para el select</p>
<p align="left">dataInit: <strong>function</strong> (elem) {</p>
<p align="left"><strong>var</strong> v = $(elem).val(); //valor que se muestra por defecto</p>
<p align="left">}</p>
<p align="left">}</p>
<p align="left">},</p>
<p align="left">{name:&#39;statusCode&#39;,index:&#39;statusCode&#39;, width:138, align:&#39;center&#39;, editable:<strong>true</strong>, editoptions:{readonly:<strong>true</strong>}, sortable:<strong>false</strong>,search:<strong>false</strong>},</p>
<p align="left">{name:&#39;situationName&#39;,index:&#39;situationName&#39;, width:138, align:&#39;center&#39;, editable:<strong>true</strong>, editoptions:{readonly:<strong>true</strong>}, sortable:<strong>false</strong>},</p>
<p align="left">{name:&#39;flightTypeCode&#39;,index:&#39;flightTypeCode&#39;, width:138, align:&#39;center&#39;, editable:<strong>true</strong>, sortable:<strong>false</strong>,editrules:{required:<strong>true</strong>},formoptions:{elmprefix:"(*)"},search:<strong>false</strong>,</p>
<p align="left">edittype: &#39;select&#39;, editoptions: { //transforma un campo normal en otro de tipo select</p>
<p align="left">value: objFlightType, //lista para el select</p>
<p align="left">dataInit: <strong>function</strong> (elem) {</p>
<p align="left"><strong>var</strong> v = $(elem).val(); //valor que se muestra por defecto</p>
<p align="left">}</p>
<p align="left">}</p>
<p align="left">},</p>
<p align="left">{name:&#39;airportArrivalCode&#39;,index:&#39;airportArrivalCode&#39;, width:138, align:&#39;center&#39;, editable:<strong>true</strong>, editrules:{required:<strong>true</strong>},formoptions:{elmprefix:"(*)"}, sortable:<strong>false</strong>},</p>
<p align="left">{name:&#39;scheduledTime&#39;,index:&#39;scheduledTime&#39;, width:138, align:&#39;center&#39;, editable:<strong>true</strong>, editoptions:{readonly:<strong>true</strong>}, editrules:{required:<strong>true</strong>},formoptions:{elmprefix:"(*)"},sortable:<strong>false</strong>},</p>
<p align="left">{name:&#39;estimatedTime&#39;,index:&#39;estimatedTime&#39;, width:138, align:&#39;center&#39;, editable:<strong>true</strong>, editoptions:{readonly:<strong>true</strong>}, editrules:{required:<strong>true</strong>},formoptions:{elmprefix:"(*)"},sortable:<strong>false</strong>,search:<strong>false</strong>},</p>
<p align="left">&#160;</p>
<p align="left">{name:&#39;cancelCause&#39;,index:&#39;cancelCause&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, editoptions:{readonly:<strong>true</strong>}, sortable:<strong>false</strong>},</p>
<p align="left">{name:&#39;observation&#39;,index:&#39;observation&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, sortable:<strong>false</strong>,</p>
<p align="left">edittype: &#39;select&#39;, editoptions: {</p>
<p align="left">value: objObservation,</p>
<p align="left">dataInit: <strong>function</strong> (elem) {</p>
<p align="left"><strong>var</strong> v = $(elem).val();</p>
<p align="left">}</p>
<p align="left">}</p>
<p align="left">},</p>
<p align="left">{name:&#39;divertAirport&#39;,index:&#39;divertAirport&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, editoptions:{readonly:<strong>true</strong>}, sortable:<strong>false</strong>},</p>
<p align="left">{name:&#39;scheduled&#39;,index:&#39;scheduled&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, editrules:{required:<strong>true</strong>},formoptions:{elmprefix:"(*)"}, sortable:<strong>false</strong>},</p>
<p align="left">{name:&#39;stopOver&#39;,index:&#39;stopOver&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, sortable:<strong>false</strong>},</p>
<p align="left">{name:&#39;serviceCode&#39;,index:&#39;serviceCode&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, sortable:<strong>false</strong>,</p>
<p align="left">edittype: &#39;select&#39;, editoptions: {</p>
<p align="left">value: objServiceType,</p>
<p align="left">dataInit: <strong>function</strong> (elem) {</p>
<p align="left"><strong>var</strong> v = $(elem).val();</p>
<p align="left">}</p>
<p align="left">}</p>
<p align="left">},</p>
<p align="left">{name:&#39;taxType&#39;,index:&#39;taxType&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, sortable:<strong>false</strong>,</p>
<p align="left">edittype: &#39;select&#39;, editoptions: {</p>
<p align="left">value: objTaxType,</p>
<p align="left">dataInit: <strong>function</strong> (elem) {</p>
<p align="left"><strong>var</strong> v = $(elem).val();</p>
<p align="left">}</p>
<p align="left">}</p>
<p align="left">},</p>
<p align="left">{name:&#39;ruleType&#39;,index:&#39;ruleType&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, sortable:<strong>false</strong>,editrules:{required:<strong>true</strong>},formoptions:{elmprefix:"(*)"},</p>
<p align="left">edittype: &#39;select&#39;, editoptions: {</p>
<p align="left">value: objRuleType,</p>
<p align="left">dataInit: <strong>function</strong> (elem) {</p>
<p align="left"><strong>var</strong> v = $(elem).val();</p>
<p align="left">}</p>
<p align="left">}</p>
<p align="left">},</p>
<p align="left">{name:&#39;classCode&#39;,index:&#39;classCode&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, sortable:<strong>false</strong>,</p>
<p align="left">edittype: &#39;select&#39;, editoptions: {</p>
<p align="left">value: objFlightClass,</p>
<p align="left">dataInit: <strong>function</strong> (elem) {</p>
<p align="left"><strong>var</strong> v = $(elem).val();</p>
<p align="left">}</p>
<p align="left">}</p>
<p align="left">},</p>
<p align="left">{name:&#39;landingCode&#39;,index:&#39;landingCode&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, sortable:<strong>false</strong>,</p>
<p align="left">edittype: &#39;select&#39;, editoptions: {</p>
<p align="left">value: objLandingType,</p>
<p align="left">dataInit: <strong>function</strong> (elem) {</p>
<p align="left"><strong>var</strong> v = $(elem).val();</p>
<p align="left">}</p>
<p align="left">}</p>
<p align="left">},</p>
<p align="left">{name:&#39;airlineParent&#39;,index:&#39;airlineParent&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, editoptions:{readonly:<strong>true</strong>}, sortable:<strong>false</strong>},</p>
<p align="left">{name:&#39;flightParent&#39;,index:&#39;flightParent&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, editoptions:{readonly:<strong>true</strong>}, sortable:<strong>false</strong>},</p>
<p align="left">{name:&#39;scheduledParent&#39;,index:&#39;scheduledParent&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, editoptions:{readonly:<strong>true</strong>}, sortable:<strong>false</strong>},</p>
<p align="left">{name:&#39;airlineAsoc&#39;,index:&#39;airlineAsoc&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, editoptions:{readonly:<strong>true</strong>}, sortable:<strong>false</strong>},</p>
<p align="left">{name:&#39;flightAsoc&#39;,index:&#39;flightAsoc&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, editoptions:{readonly:<strong>true</strong>}, sortable:<strong>false</strong>},</p>
<p align="left">{name:&#39;scheduledAsoc&#39;,index:&#39;scheduledAsoc&#39;, width:1, align:&#39;center&#39;, hidden:<strong>true</strong>, editable:<strong>true</strong>, editoptions:{readonly:<strong>true</strong>}, sortable:<strong>false</strong>}</p>
<p align="left">],</p>
<p align="left">rowNum:20,</p>
<p align="left">pager: &#39;#pageGrid&#39;,</p>
<p align="left">sortname: &#39;Nombre&#39;,</p>
<p align="left">viewrecords: <strong>true</strong>,</p>
<p align="left">sortorder: "desc",</p>
<p align="left">jsonReader: {</p>
<p align="left">root: "rows",</p>
<p align="left">repeatitems : <strong>false</strong>,</p>
<p align="left">page: "page",</p>
<p align="left">total: "total",</p>
<p align="left">records: "records",</p>
<p align="left">id: "0" //del objeto json, actua como id el primer elemento de rows</p>
<p align="left">},</p>
<p align="left">editurl: &#39;/AODB2/realTime/arrivalFlight/ArrivalFlightUpdate.action&#39;,</p>
<p align="left">toolbar: [<strong>true</strong>,"top"],</p>
<p align="left">caption: "&#60;s:text/&#62; ",</p>
<p align="left">height: &#39;100%&#39;,</p>
<p align="left">loadError : <strong>function</strong>(xhr,st,err) {</p>
<p align="left">alert("Type: "+st+"; Response: "+ xhr.status + " "+xhr.statusText);</p>
<p align="left">&#160;</p>
<p align="left">//jQuery("#rsperror").html("Type: "+st+"; Response: "+ xhr.status + " "+xhr.statusText);</p>
<p align="left">},</p>
<p align="left">pgButtons:<strong>true</strong>,</p>
<p align="left">onPaging: <strong>function</strong>(pgButton){ //para controlar el numero de pagina en el servidor al paginar</p>
<p align="left"><strong>if</strong> (pgButton == "next")</p>
<p align="left">{</p>
<p align="left">paginaSeleccionada = paginaSeleccionada*1 + 1;</p>
<p align="left">}</p>
<p align="left"><strong>if</strong> (pgButton == "prev")</p>
<p align="left">{</p>
<p align="left">paginaSeleccionada = paginaSeleccionada*1 - 1 ;</p>
<p align="left">}</p>
<p align="left"><strong>if</strong> (pgButton == "first")</p>
<p align="left">{</p>
<p align="left">paginaSeleccionada = 1;</p>
<p align="left">}</p>
<p align="left"><strong>if</strong> (pgButton == "last")</p>
<p align="left">{</p>
<p align="left"><strong>var</strong> lastPage = jQuery(&#39;#listadoGrid&#39;).jqGrid(&#39;getGridParam&#39;,&#39;lastpage&#39;);</p>
<p align="left">paginaSeleccionada = lastPage;</p>
<p align="left">}</p>
<p align="left">jQuery(&#39;#listadoGrid&#39;).setGridParam({&#39;url&#39;: &#39;/AODB2/realTime/arrivalFlight/NewArrivalFlight.action?accion=listar&#38;numItemsPerPage=&#39;+numItemsPerPage+&#39;&#38;selectedPage=&#39;+paginaSeleccionada });</p>
<p align="left">}</p>
<p align="left">});</p>
<p align="left">&#160;</p>
<p align="left">jQuery("#listadoGrid").jqGrid(&#39;navGrid&#39;,&#39;#pageGrid&#39;,</p>
<p align="left">{</p>
<p align="left">view: <strong>true</strong></p>
<p align="left">}, //options</p>
<p align="left">{</p>
<p align="left">editCaption: "&#60;s:text/&#62;",</p>
<p align="left">msg:{</p>
<p align="left">required:"&#60;s:text/&#62;"</p>
<p align="left">},</p>
<p align="left">modal: <strong>true</strong>,</p>
<p align="left">top: 1,</p>
<p align="left">left: 400,</p>
<p align="left">height:900,</p>
<p align="left">width:500,</p>
<p align="left">bottominfo:"&#60;s:text/&#62;",</p>
<p align="left">processData: "&#60;s:text/&#62;",</p>
<p align="left">beforeShowForm: <strong>function</strong>(formid){</p>
<p align="left">jQuery(&#39;#tr_cancelCause&#39;,formid).show();</p>
<p align="left">jQuery(&#39;#tr_observation&#39;,formid).show();</p>
<p align="left">jQuery(&#39;#tr_divertAirport&#39;,formid).show();</p>
<p align="left">jQuery(&#39;#tr_scheduled&#39;,formid).show();</p>
<p align="left">jQuery(&#39;#tr_stopOver&#39;,formid).show();</p>
<p align="left">jQuery(&#39;#tr_serviceCode&#39;,formid).show();</p>
<p align="left">jQuery(&#39;#tr_taxType&#39;,formid).show();</p>
<p align="left">jQuery(&#39;#tr_ruleType&#39;,formid).show();</p>
<p align="left">jQuery(&#39;#tr_classCode&#39;,formid).show();</p>
<p align="left">jQuery(&#39;#tr_landingCode&#39;,formid).show();</p>
<p align="left">jQuery(&#39;#tr_airlineParent&#39;,formid).show();</p>
<p align="left">jQuery(&#39;#tr_flightParent&#39;,formid).show();</p>
<p align="left">jQuery(&#39;#tr_scheduledParent&#39;,formid).show();</p>
<p align="left">jQuery(&#39;#tr_airlineAsoc&#39;,formid).show();</p>
<p align="left">jQuery(&#39;#tr_flightAsoc&#39;,formid).show();</p>
<p align="left">jQuery(&#39;#tr_scheduledAsoc&#39;,formid).show(); //estos campos se muestra aqui, ventana edit, y se oculta en la ventana add</p>
<p align="left">},</p>
<p align="left">closeAfterEdit: <strong>true</strong>,</p>
<p align="left">reloadAfterSubmit:<strong>true</strong>,</p>
<p align="left">afterComplete:processAddEditDelete</p>
<p align="left">}, // edit options</p>
<p align="left">{</p>
<p align="left">addCaption: "&#60;s:text/&#62;",</p>
<p align="left">msg:{</p>
<p align="left">required:"&#60;s:text/&#62;"</p>
<p align="left">},</p>
<p align="left">modal: <strong>true</strong>,</p>
<p align="left">top: 300,</p>
<p align="left">left: 400,</p>
<p align="left">height:500,</p>
<p align="left">width:500,</p>
<p align="left">bottominfo:"&#60;s:text/&#62;",</p>
<p align="left">processData: "&#60;s:text/&#62;",</p>
<p align="left">beforeShowForm: <strong>function</strong>(formid){</p>
<p align="left">jQuery(&#39;#tr_cancelCause&#39;,formid).hide();</p>
<p align="left">jQuery(&#39;#tr_observation&#39;,formid).hide();</p>
<p align="left">jQuery(&#39;#tr_divertAirport&#39;,formid).hide();</p>
<p align="left">jQuery(&#39;#tr_scheduled&#39;,formid).hide();</p>
<p align="left">jQuery(&#39;#tr_stopOver&#39;,formid).hide();</p>
<p align="left">jQuery(&#39;#tr_serviceCode&#39;,formid).hide();</p>
<p align="left">jQuery(&#39;#tr_TaxType&#39;,formid).hide();</p>
<p align="left">jQuery(&#39;#tr_RuleType&#39;,formid).hide();</p>
<p align="left">jQuery(&#39;#tr_classCode&#39;,formid).hide();</p>
<p align="left">jQuery(&#39;#tr_landingCode&#39;,formid).hide();</p>
<p align="left">jQuery(&#39;#tr_airlineParent&#39;,formid).hide();</p>
<p align="left">jQuery(&#39;#tr_flightParent&#39;,formid).hide();</p>
<p align="left">jQuery(&#39;#tr_scheduledParent&#39;,formid).hide();</p>
<p align="left">jQuery(&#39;#tr_airlineAsoc&#39;,formid).hide();</p>
<p align="left">jQuery(&#39;#tr_flightAsoc&#39;,formid).hide();</p>
<p align="left">jQuery(&#39;#tr_scheduledAsoc&#39;,formid).hide(); //este campo se muestra aqui, ventana edit, y se oculta en la ventana add</p>
<p align="left">},</p>
<p align="left">reloadAfterSubmit:<strong>true</strong>,</p>
<p align="left">afterComplete:processAddEditDelete,</p>
<p align="left">closeAfterAdd: <strong>true</strong>,</p>
<p align="left">closeOnEscape:<strong>true</strong></p>
<p align="left">}, // add options</p>
<p align="left">{</p>
<p align="left">top: 300,</p>
<p align="left">left: 400,</p>
<p align="left">height:150,</p>
<p align="left">width:500,</p>
<p align="left">caption: "&#60;s:text/&#62;",</p>
<p align="left">modal: <strong>true</strong>,</p>
<p align="left">reloadAfterSubmit:<strong>true</strong>,</p>
<p align="left">afterComplete:processAddEditDelete,</p>
<p align="left">onclickSubmit : <strong>function</strong>(eparams) {</p>
<p align="left"><strong>var</strong> idSel = jQuery("#listadoGrid").jqGrid(&#39;getGridParam&#39;,&#39;selrow&#39;); //idseleccionado</p>
<p align="left"><strong>var</strong> retarr = {metodo:"borrar", idArrivalFlight:idSel};</p>
<p align="left"><strong>return</strong> retarr; //es lo que se envia al servidor en lugar getPostData()</p>
<p align="left">}</p>
<p align="left">}, // del options</p>
<p align="left">{</p>
<p align="left">caption: "&#60;s:text/&#62;",</p>
<p align="left">modal: <strong>true</strong>,</p>
<p align="left">top: 300,</p>
<p align="left">left: 400,</p>
<p align="left">height:400,</p>
<p align="left">width:500,</p>
<p align="left">multipleSearch:<strong>true</strong>,</p>
<p align="left">closeAfterSearch: <strong>true</strong>,</p>
<p align="left">closeOnEscape:<strong>true</strong>,</p>
<p align="left">sopt: [&#39;eq&#39;,&#39;le&#39;,&#39;ge&#39;], //opciones de busqueda, nombre corto</p>
<p align="left">groupOps: [ { op: "AND", text: "todo" }]</p>
<p align="left">}, // search options</p>
<p align="left">{</p>
<p align="left">top: 300,</p>
<p align="left">left: 300,</p>
<p align="left">height:320,</p>
<p align="left">width:500,</p>
<p align="left">caption: "&#60;s:text/&#62;"</p>
<p align="left">} //view options</p>
<p>);</p>
</p>
<p>Thanks very much</p>
]]></description>
        	        	<pubDate>Wed, 08 Jun 2011 12:00:06 +0300</pubDate>
        </item>
</channel>
</rss>