// JavaScript Document
function getirIFrame2(aID){
  if (document.getElementById(aID)){  
    return document.getElementById(aID);
  } else {
    return document.frames[aID].document;
   }
 }
function getirIFrame(aID){
  if (document.getElementById(aID).contentDocument){  
    return document.getElementById(aID).contentDocument;
  } else {
    return document.frames[aID].document;
   }
 }
 function ekenboy(aID){
    document.getElementById(aID).style.width = window.screen.availWidth+"px";
    document.getElementById(aID).style.height = window.screen.availHeight+"px";
}
function degis(aa1,aa2){
if (aa1 != ""){document.getElementById('iorta').src = aa1}
if (aa2 != ""){document.getElementById('iorta').height = aa2}

}
function aramaa(){
var aranan = document.getElementById('aranan').value
window.location = "index2.htm?ara=" + aranan;

}
