var basedir="/";
var scr=basedir+'_scripts/img.html';


function jm1(img,h,w)
{
//alert(scr+'?'+escape(img));
wnnn=window.open(scr+'?'+escape(img),'win','resizable,width=400,height=200,screenX=0,screenY=0,top=0,left=0');
wnnn.focus();
}


function showImage(img){
  foto1= new Image();
  foto1.src=(img);
  Controlla(img);
}
function Controlla(img){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img);
  }
  else{
    funzione="Controlla('"+img+"')";
    intervallo=setTimeout(funzione,20);
  }
}
function viewFoto(img){

  altez=foto1.height+40;
  if (altez>800)
  {
   altez=800;
   largh=foto1.width+60;
  stringa="width="+largh+",height="+altez+",scrollbars=1,resizable=0";
  } else 
{
 largh=foto1.width+40;
  stringa="width="+largh+",height="+altez+",scrollbars=0, resizable=0";
}
 

  title=document.title; 

  finestra=window.open('about:blank',"",stringa);
  finestra.document.write("<html><head><title>"+title+"</title></head><body bgcolor=#ffffff TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0 BOTTOMMARGIN=0><table border=0 cellpadding=20 cellspacing=0><tr><td><img src="+img+" border=1 alt=''></td></tr></table></body></html>");
}
function rgns(k,u)
{
if(k==1)
{
document.getElementById('mos').disabled=false;
document.getElementById('subm').disabled=true;
document.getElementById('mos').style.display='block';
document.getElementById('subm').style.display='none';

document.getElementById('mforma').action = u + 'moscow/';
};
if(k==2)
{
document.getElementById('mos').disabled=true;
document.getElementById('subm').disabled=false;
document.getElementById('mos').style.display='none';
document.getElementById('subm').style.display='block';


document.getElementById('mforma').action = u + 'region/';
}
}
function rgnd(k,u)
{
if(k==1)
{
document.getElementById('mos').disabled=false;
document.getElementById('subm').disabled=true;
document.getElementById('mforma').action = u + 'moscow/';
};
if(k==2)
{
document.getElementById('mos').disabled=true;
document.getElementById('subm').disabled=false;
document.getElementById('mforma').action = u + 'region/';
}
};
