function pic_load(pic_name,file){
//window2=open("properties/lei24.html","pic_window","resizable=no,scrollbars=no,width=840,height=660, top=1, left=1");
//window2.document.write("<HTML><BODY><table align=\"center\" border=\"1\" bordercolor=\"#cccccc\" cellpadding=\"5\" height=\"100%\" width=\"100%\"><tbody><tr><td>cgh<\/td><\/tr></tbody></table><\/BODY><\/HTML>");
//sc="lei24_pliki\/lei2450_5.jpg";
//alert("To jest okno dialogowe");

document.images[pic_name].src=file; 
//window.location.reload();
}
function mark_pic(pic_name){
  document.images[pic_name].border=3;
  document.images[pic_name].style.borderColor='yellow';
//  document.images[pic_name].width=document.images[pic_name].width-4;
//  document.images[pic_name].height=document.images[pic_name].height-4;
}
function unmark_pic(pic_name){
  document.images[pic_name].style.borderColor='white';
//  document.images[pic_name].border=0;
//  document.images[pic_name].width=document.images[pic_name].width+4;
//  document.images[pic_name].height=document.images[pic_name].height+4;
}
//var sc="lei24_pliki\/lei2450_1.jpg";
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function pic_view(p_name){
p_name=escape(p_name);
//window.location = "properties/"+p_name+".html?"+p_name,"pic_window";
window2=open("properties/"+p_name+".html?"+p_name,"pic_window","resizable=no, scrollbars=no, width=820, height=670, top=1, left=1");
//window2.document.write("<HTML><BODY><table align=\"center\" border=\"1\" bordercolor=\"#cccccc\" cellpadding=\"5\" height=\"100%\" //width=\"100%\"><tbody><tr><td>cgh<\/td><\/tr></tbody></table><\/BODY><\/HTML>");
}
