Shadowbox.init(
{
		counterType:'default',
		//player:'html',
		overlayOpacity:0.4,
		language: "pl",
		handleOversize:'drag'
});

function getByAjax(co,wi,he)
{ var tresc=$.ajax({ type: "GET", url: co, async: true, beforeSend: function(xhr){xhr.setRequestHeader('XMLHttpRequest',1);}}).responseText;
  window.onload = function()
  {
	  Shadowbox.open({content:'tresc',height:he,width:wi});
  }
}

