autoload("comunicate.js");

function picture (sciecha){
//	alert(sciecha);

	txt = "<table border=0 cellspacing=0 cellpadding=0><tr><td style='width:11px; height:10px;	background:url(gfx/ramka1/lg.gif) no-repeat; margin:0px;'></td><td style='width:11px; height:10px;	background:url(gfx/ramka1/gs.gif) repeat-x; margin:0px;'></td><td style='width:10px; height:10px;	background:url(gfx/ramka1/pg.gif) no-repeat; margin:0px;'></td></tr><tr><td style='width:11px; height:10px;	background:url(gfx/ramka1/ls.gif) repeat-y; margin:0px;'></td><td bgcolor=#ffffff><span bgcolor='white' style='padding: 5px; cursor: pointer;' onClick='comunicate.close()'><img src='" + sciecha + "' style=' padding: 5 px; margin: 5px;' /></span></td><td style='width:10px; height:10px;	background:url(gfx/ramka1/ps.gif) repeat-y; margin:0px;'></td></tr><tr><td style='width:11px; height:11px;	background:url(gfx/ramka1/ld.gif) no-repeat; margin:0px;'></td><td style='width:11px; height:11px;	background:url(gfx/ramka1/ds.gif) repeat-x; margin:0px;'></td><td style='width:10px; height:11px;	background:url(gfx/ramka1/pd.gif) no-repeat; margin:0px;'></td></tr></table>";
	
	comunicate.open(txt, true);

}

