

function showHide(inID) {
     if (document.getElementById(inID).style.display == 'none') {
          document.getElementById(inID).style.display = 'block';
     } else {
          document.getElementById(inID).style.display = 'none';
     }
}


popup="";
function oknop(arg,x,y)
{
if (popup.closed == false) {popup.close()} else {}
popup=window.open(arg,'szczegoly','toolbar=0,location=0,direction=0,status=0,resize=0,menubar=0,scrollbars=1,width='+x+',height='+y);
}












function chiphome(numer,idk){	
	
	
	
	
$("chiptest").innerHTML = "<div class='dvchip' align='center'><img src='system/ajax/img/loadc.gif' width='100' height='9' border='0' style='padding-top:50px;'></div>";
	

new Ajax.Updater('chiptest', 'ajax.php?mod=adopcja&action=chips&produkt=' + numer +'&idk='+ idk , {asynchronous:true, evalScripts:true});	


		
}

function nchip(numer,idk){	
	

	
$("chiptest").innerHTML = "<div class='dvchip' align='center'><img src='system/ajax/img/loadc.gif' width='100' height='9' border='0' style='padding-top:50px;'></div>";
	new Ajax.Updater('chiptest', 'ajax.php?mod=adopcja&action=nchip&produkt=' + numer +'&idk='+ idk , {asynchronous:true, evalScripts:true});	

}





function ankieta(numer,idk){

$("ankieta_cnt").innerHTML = "<div class='dvchip' align='center'><img src='system/ajax/img/loadc.gif' width='100' height='9' border='0' style='padding-top:50px;'></div>";
new Ajax.Updater('ankieta_cnt', 'ajax.php?mod=ankieta&action=glos&produkt=' + numer , {asynchronous:true, evalScripts:true});
}


function show_medium(numer,idk){
    


	var url = 'ajax.php?mod=adopcja&action=foto&id=' + numer +'&idk='+ idk;
	new Ajax.Request(url, {
	  method: 'get',
	  onSuccess: function(transport) {
		   $('medimage').innerHTML = transport.responseText;
		}
	});






}
