
function rzCC(s){
   // thanks http://www.ruzee.com/blog/2006/07/\
   // retrieving-css-styles-via-javascript/
   for(var exp=/-([a-z])/; 
       exp.test(s); 
       s=s.replace(exp,RegExp.$1.toUpperCase()));
   return s;
 }

 function _setStyle(element, declaration) {
   if (declaration.charAt(declaration.length-1)==';')
     declaration = declaration.slice(0, -1);
   var k, v;
   var splitted = declaration.split(';');
   for (var i=0, len=splitted.length; i<len; i++) {
      k = rzCC(splitted[i].split(':')[0]);
      v = splitted[i].split(':')[1];
      eval("element.style."+k+"='"+v+"'");

   }
 }


newWindow = function(url,options,tytul)
{
	var settings = jQuery.extend({
     idDiv: "divt", position: "absolute", zIndex: 1000, vertical: "top", horizontal: "right", verticalValue: "100px", horizontalValue: "150px", background: "#EBEBEB", border: "1px solid #104184", padding: "7px", width: "100px", height: "255px", idIFrame: "iFrame", iFrameSrc: "", scrolling: "no", frameborder: "no", tytul: ""
    }, options);

	var zIndexNew =1000;
	if($("div.klasaStyliOkienek").length==1)
	{
      zIndexNew=parseInt($("div.klasaStyliOkienek")[0].style.zIndex)+1;
	}
	else if($("div.klasaStyliOkienek").length>1)
	{
		for(i=0;i<$("div.klasaStyliOkienek").length;i++)
		{
			if($("div.klasaStyliOkienek")[i].style.zIndex>zIndexNew)
			zIndexNew=parseInt($("div.klasaStyliOkienek")[i].style.zIndex);
		}
		zIndexNew+=1;
	}

	if(($("#"+settings.idDiv)[0])){
		$("#"+settings.idDiv)[0].parentNode.removeChild($("#"+settings.idDiv)[0]);
	}
	
	if(!($("#"+settings.idDiv)[0]))
	{
		//if(tytul)
		//	$("#kontener").html($("#kontener").html()+"<div class='klasaStyliOkienek' id='"+settings.idDiv+"' style='background:"+settings.background+"; border:"+settings.border+"; padding: "+settings.padding+"; position: "+settings.position+"; z-index: "+zIndexNew+"; "+settings.vertical+":"+settings.verticalValue+"; "+settings.horizontal+":"+settings.horizontalValue+"; width:"+settings.width+"; display:none; cursor: move;'><div align='left' style='width:100%; display: inline; color: #104184; font: 12px/12px Arial, Verdana; font-weight: bold;'><span style='float:right;'><img src='gfx/x.gif' onclick='$(\"#"+settings.idDiv+"\").hide(\"slow\")' style='margin-bottom:4px; cursor: pointer;'></span><span id='"+settings.idDiv+"Tytul'>"+tytul+"</span></div><iframe id='"+settings.idDiv+settings.idIFrame+"' name='"+settings.idDiv+settings.idIFrame+"' src='"+url+"' scrolling='"+settings.scrolling+"' frameborder='"+settings.frameborder+"' style='width: 100%; height: "+settings.height+";'></iframe></div>");
		//else
		//	$("#kontener").html($("#kontener").html()+"<div class='klasaStyliOkienek' id='"+settings.idDiv+"' style='background:"+settings.background+"; border:"+settings.border+"; padding: "+settings.padding+"; position: "+settings.position+"; z-index: "+zIndexNew+"; "+settings.vertical+":"+settings.verticalValue+"; "+settings.horizontal+":"+settings.horizontalValue+"; width:"+settings.width+"; display:none; cursor: move;'><div align='left' style='width:100%; display: inline; color: #104184; font: 12px/12px Arial, Verdana; font-weight: bold;'><span style='float:right;'><img src='gfx/x.gif' onclick='$(\"#"+settings.idDiv+"\").hide(\"slow\")' style='margin-bottom:4px; cursor: pointer;'></span><span id='"+settings.idDiv+"Tytul'></span></div><iframe id='"+settings.idDiv+settings.idIFrame+"' name='"+settings.idDiv+settings.idIFrame+"' src='"+url+"' scrolling='"+settings.scrolling+"' frameborder='"+settings.frameborder+"' style='width: 100%; height: "+settings.height+";'></iframe></div>");
	
	var divO = document.createElement("div");
	//alert(tytul);
	if(tytul)
	{	
		divO.innerHTML="<div align='left' style='width:100%; display: inline; color: #104184; font: 12px/12px Arial, Verdana; font-weight: bold;'><span style='float:right;'><img src='theme/gfx/minima.gif' alt='minimalizuj' onclick='if(this.alt==\"minimalizuj\"){alt=\"maksymalizuj\";this.src=\"theme/gfx/maksyma.gif\";$(\"#"+settings.idDiv+"\")[0].style.height=\"100px\";$(\"#"+settings.idDiv+settings.idIFrame+"\")[0].style.height=\"80px\";}else{alt=\"minimalizuj\";this.src=\"theme/gfx/minima.gif\";$(\"#"+settings.idDiv+"\")[0].style.height=\""+settings.height+"\";$(\"#"+settings.idDiv+"\")[0].style.height=$(\"#"+settings.idDiv+"\")[0].offsetHeight+3;$(\"#"+settings.idDiv+settings.idIFrame+"\")[0].style.height=\""+settings.height+"\";}' style='margin-bottom:4px;margin-right:4px; cursor: pointer;'><a href='javascript:top.zamknijOkno(\""+settings.idDiv+"\");'><img src='theme/gfx/x.gif' style='margin-bottom:4px; cursor: pointer; border:0;'></a></span><span id='"+settings.idDiv+"Tytul'>"+tytul+"</span></div><iframe id='"+settings.idDiv+settings.idIFrame+"' name='"+settings.idDiv+settings.idIFrame+"' src=\""+url+"\" scrolling='"+settings.scrolling+"' frameborder='"+settings.frameborder+"' style='width: 100%; height: "+settings.height+";'></iframe>";
	}
	else
	{	
		divO.innerHTML="<div align='left' style='width:100%; display: inline; color: #104184; font: 12px/12px Arial, Verdana; font-weight: bold;'><span style='float:right;'><img src='theme/gfx/minima.gif' alt='minimalizuj' onclick='if(this.alt==\"minimalizuj\"){alt=\"maksymalizuj\";this.src=\"theme/gfx/maksyma.gif\";$(\"#"+settings.idDiv+"\")[0].style.height=\"100px\";$(\"#"+settings.idDiv+settings.idIFrame+"\")[0].style.height=\"80px\";}else{alt=\"minimalizuj\";this.src=\"theme/gfx/minima.gif\";$(\"#"+settings.idDiv+"\")[0].style.height=\""+settings.height+"\";$(\"#"+settings.idDiv+"\")[0].style.height=$(\"#"+settings.idDiv+"\")[0].offsetHeight+3;$(\"#"+settings.idDiv+settings.idIFrame+"\")[0].style.height=\""+settings.height+"\";}' style='margin-bottom:4px;margin-right:4px; cursor: pointer;'><a href='javascript:top.zamknijOkno(\""+settings.idDiv+"\");'><img src='theme/gfx/x.gif' style='margin-bottom:4px; cursor: pointer; border:0;'></a></span><span id='"+settings.idDiv+"Tytul'></span></div><iframe id='"+settings.idDiv+settings.idIFrame+"' name='"+settings.idDiv+settings.idIFrame+"' src=\""+url+"\" scrolling='"+settings.scrolling+"' frameborder='"+settings.frameborder+"' style='width: 100%; height: "+settings.height+";'></iframe>";
	}
	if (navigator.appName=="Microsoft Internet Explorer") 
		divO.setAttribute("className","klasaStyliOkienek");
	else
		divO.setAttribute("class","klasaStyliOkienek");
	divO.setAttribute("id",settings.idDiv);
	_setStyle(divO,"background:"+settings.background+"; border:"+settings.border+"; padding:"+settings.padding+"; position:"+settings.position+"; z-index:"+zIndexNew+"; "+settings.vertical+":"+settings.verticalValue+"; "+settings.horizontal+":"+settings.horizontalValue+"; width:"+settings.width+"; display:none; cursor:move;");

	$("#kontener")[0].appendChild(divO);
	
		$("#"+settings.idDiv).show();

	}
	else
	{	
		if(tytul)
			$("#"+settings.idDiv+"Tytul").html(tytul);
		else
			$("#"+settings.idDiv+"Tytul").html("");
			
		$("#"+settings.idDiv+settings.idIFrame)[0].src=url;
		$("#"+settings.idDiv).show();
		$("#"+settings.idDiv)[0].style.zIndex=zIndexNew;
	}

	$("div.klasaStyliOkienek").draggable({
	}); 
	
	return false;
}

