<!--
// ***********************************************************************
// ***********************************************************************
// **                  OBISO INTERNET Tec. & Solutions                  **
// **                        coder : Ozan BESINCI                       **
// **  izin almaniz dogrultusunda kodlar ücretsiz olarak kullanilabilir **
// **             yardima ihtiyaciniz olursa info@obiso.com             **
// ***********************************************************************
// ***********************************************************************

//**************************************** FORM KUTUSU RENGI**************************************** 
function setColor(el, bg) {

{
  if (el.style) el.style.backgroundColor = bg;
}
}
//**************************************** ROLLOVER IMAGE **************************************** 
normal_resim_1 = new Image();
normal_resim_1.src = "images/anaSayfaMain/home_page_01.gif";
mouse_uzerinde_resim_1 = new Image();
mouse_uzerinde_resim_1.src = "images/anaSayfaMain/home_page_02.gif";

function swap(){
if (document.images){
for (var x=0;
x<swap.arguments.length;
x+=2) {
document[swap.arguments[x]].src = eval(swap.arguments[x+1] + ".src");
}
}
}
// -->