ns4 = (document.layers)? true:false;
ie4 = (document.all) && !(document.getElementById)? true:false;
ie5 = (document.getElementById) && (document.all)? true:false;
ns6 = (document.getElementById) && !(document.all)? true:false;
var wp;var wk;
if (ns4) {wp='';wk='';}
if (ie4) {wp='all["';wk='"]';}
if (ie5) {wp='all["';wk='"]';}
if (ns6) {wp='getElementById(\'';wk='\')';}
function z(c) {
	eval('document.'+wp+c+wk+'.checked=true');
	return true;
}

function add() {
	eval('document.'+wp+'doczep'+wk+'.submit()');
	return true;
}

function adc(c,cc) {

	document.write("<form id=\"doczep\" class=\"w\" action=\"add.php?a=add\" method=\"post\"><fieldset><input type=\"hidden\" name=\"ww\" value=\"ww\" /><input type=\"hidden\" name=\"w_sub\" value=\"1\" />");
	
	for (i=1;i<=c.length;i++)
		document.write("<div class=\"w\"><input id=\"z" + i + "\" value=\"" + c[i-1] + "\" name=\"w\" value=\"\" type=\"radio\" /><label for=\"z" + i +"\"><img src=\"" + c[i-1] + "\" alt=\"" + c[i-1] + "\" onclick=\"z('z"+i+"')\" /></label></div>");
	
	document.write("</fieldset><fieldset id=\"b3f\"><label>nick:</label><input name=\"p_nick\" type=\"text\" id=\"lgn\" /><label>haslo:</label><input name=\"p_pwd\" class=\"n\" type=\"password\" id=\"pwd\" /><label>do:</label><input class=\"n\" name=\"w_to\" type=\"text\" id=\"to\" /><br /><label>text:</label><input type=\"text\" name=\"w_txt\" id=\"txt\" maxlength=\"160\"/><br /><a href=\"add.php\">+ WIĘCEJ WAGONÓW</a> ["+cc+"] <a class=\"doczep\" href=\"javascript:add();\">+ DOCZEP SIĘ</a></fieldset></form>");
}