var tmpca = '';

function Lst(id,ida){
   if(id.style.borderStyle!='ridge'){
      tmpca = document.all[ida].style.color;
      id.style.borderStyle="ridge";
      id.style.backgroundColor="#ff9100";
      document.all[ida].style.color = "#000000";
   }else{
      id.style.borderStyle="";
      id.style.backgroundColor="";
      document.all[ida].style.color = tmpca;
   }
}

function PopWin(){
   PosX = screen.width - 380;
   win_atr = "directories=0,height=150,width=400,location=no,menubar=no,resizable=no,status=no,toolbar=no,titlebar=No,top=10,left="+PosX;
   MyWin = window.open("","Record",win_atr);
   MyWin.document.open();
   MyWin.document.write("<script src=scr.js></script><body bgcolor=#000000><center><a href=javascript:Pop('iimages/GHE_letter.jpg') title='Ссылка' style='color:#F18B12'><b>Рекомендательное письмо от Гранд Отеля ЕВРОПА<br>Посмотри здесь</b></a><br><br><a href=javascript:Pop('iimages/diplom130l.jpg') title='Ссылка' style='color:#F18B12'><b>Event Management SPB  Соавтор мирового рекорда в области кулинарии.<br>Посмотри здесь</b></center></a>");
   MyWin.document.close();
}

function Pop(item,x,y,name){
   if(name=='') name='_blank';
   res = item.indexOf(".htm");
   if(res<0){
      res = item.indexOf(".php");
   }
   if(res>=0){
      if(x=='') x=350;
      if(y=='') y=500;
      win_atr = "directories=0,height="+y+",width="+x+",top=40,left=150,location=no,menubar=no,resizable=yes,status=no,toolbar=no,titlebar=No,scrollbars=Yes";
   }else{
      if(x=='') x=300;
      if(y=='') y=300;
      win_atr = "directories=0,height="+y+",width="+x+",top=20,left=100,location=no,menubar=no,resizable=yes,status=no,toolbar=no,titlebar=No";
   }
   if(res >= 0){
      MyWin = window.open(item, name, win_atr);
   }else{
      MyWin = window.open("", name, win_atr);
      MyWin.document.open();
      MyWin.document.write("<body onClick=javascript:window.close() style='text-Align:justify' onLoad=sh();>");
      MyWin.document.write("<center><img border=0 src="+item+"></center>");
      MyWin.document.write("<script>function sh(){X=document.images[0].width+30;Y=document.images[0].height+60;if(X>screen.width || Y>screen.height) document.body.scroll='yes';if(X>screen.width) X=screen.width;if(Y>screen.height) Y=screen.height;window.resizeTo(X,Y);}</script>");
      MyWin.document.close();
   }
}
