function appl(elem,newcl){
document.getElementById(elem).className = newcl;
}
function apripop(url,name,wi,he){
var s_lar=(screen.width-wi)/2;
var s_alt=((screen.height-he)/2)-25;
window.open(url,name,'width='+wi+',height='+he+',top='+s_alt+',left='+s_lar+',resizable=yes,scrollbars=no');
}
function apriwin(url,name,feat){
     window.open(url,name,feat);
}
function jump_foto(fsel){
  eval("window.location='"+fsel.options[fsel.selectedIndex].value+"'");
  fsel.selectedIndex=1;
}
function jump_album(asel){
  eval("window.location='"+asel.options[asel.selectedIndex].value+"'");
  //asel.selectedIndex=1;
}