// JavaScript Document
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
var checkobj

function agreesubmit(el){
checkobj=el
if (document.all||document.getElementById){
for (i=0;i<checkobj.form.length;i++){  //Submit buttonuna izin ver...
var tempobj=checkobj.form.elements[i]
if(tempobj.type.toLowerCase()=="submit")
tempobj.disabled=!checkobj.checked
}
}
}

function defaultagree(el){
if (!document.all&&!document.getElementById){
if (window.checkobj&&checkobj.checked)
return true
else{
alert("Lütfen onay kutusunu tıklayın")
return false
}
}
}
<!--
/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Marco Antonio Gil :: marcogil@thyssenkruppelevadores.com.br */

var vgilTab_initTab = 1;
var vgilTab_tabid = new Array();
function gilTab() {
  var vgilTab_args = arguments.length;
  if(vgilTab_args < 1) return false;
  if((vgilTab_args / 2).toString().indexOf('.') > -1) return false;
  var vgilTab_i;
  document.write('<table class="gilTab" cellspacing="0" cellpadding="0" width="100%">');
  document.write('   <tr>');
  for(vgilTab_i=-2;(vgilTab_i+2)<vgilTab_args;vgilTab_i+=2) {
    vgilTab_tabid[vgilTab_tabid.length] = arguments[(vgilTab_i+2)];
    document.write('      <td width="20%" align="center" ' + (((((vgilTab_i+2)/2)+1)==vgilTab_initTab) ? 'class="gilTab_tabon"' : 'class="gilTab_taboff"') + ' onmouseover="fgilTab_mouseover(' + (((vgilTab_i+2)/2)+1) + ')" onmouseout="fgilTab_mouseout(' + (((vgilTab_i+2)/2)+1) + ')" onclick="fgilTab_click(' + (((vgilTab_i+2)/2)+1) + ')" id="gilTab_tab' + (((vgilTab_i+2)/2)+1) + '">' + arguments[(vgilTab_i+2+1)]+"");
  }
  document.write('   <tr>');
  document.write('      <td  align="left" valign="top" class="gilTab_content" colspan="' + ((vgilTab_args / 2)+1) + '">');
  document.write('         <div id="gilTab_content">');
  document.write('            tab\'s contentsss');
  document.write('         </div>');
  document.write('</table>');
  for(vgilTab_i=-2;(vgilTab_i+2)<vgilTab_args;vgilTab_i+=2) {
    if((((vgilTab_i+2)/2)+1)==vgilTab_initTab) {
      try {
        document.getElementById('gilTab_content').innerHTML=document.getElementById(arguments[(vgilTab_i+2)]).innerHTML;
        break;
      }
      catch(vgilTab_err) { }
    }
  }
}

function fgilTab_click(vgilTab_tabnumber) {
  if(vgilTab_tabnumber==vgilTab_initTab) return false;
  var vgilTab_on;
  var vgilTab_off;
  try {
    if(document.getElementById(vgilTab_tabid[vgilTab_tabnumber-1])) {
      fgilTab_mouseout(vgilTab_tabnumber);
      vgilTab_on = document.getElementById('gilTab_tab'+vgilTab_tabnumber);
      vgilTab_off = document.getElementById('gilTab_tab'+vgilTab_initTab);
      vgilTab_on.className = 'gilTab_tabon';
      vgilTab_off.className = 'gilTab_taboff';
      document.getElementById(vgilTab_tabid[vgilTab_initTab-1]).innerHTML=document.getElementById('gilTab_content').innerHTML;
      document.getElementById('gilTab_content').innerHTML=document.getElementById(vgilTab_tabid[vgilTab_tabnumber-1]).innerHTML;
      vgilTab_initTab = vgilTab_tabnumber;
    }
  }
  catch(vgilTab_err) { }
}

function fgilTab_mouseover(vgilTab_tabnumber) {
  if(vgilTab_tabnumber==vgilTab_initTab) return false;
  var vgilTab_mouseover;
  try {
    vgilTab_mouseover = document.getElementById('gilTab_tab'+vgilTab_tabnumber);
    vgilTab_mouseover.style.cursor='hand';
    vgilTab_mouseover.className='gilTab_tabmouseover';
  }
  catch(vgilTab_err) { }
}

function fgilTab_mouseout(vgilTab_tabnumber) {
  if(vgilTab_tabnumber==vgilTab_initTab) return false;
  var vgilTab_mouseout;
  try {
    vgilTab_mouseout = document.getElementById('gilTab_tab'+vgilTab_tabnumber);
    vgilTab_mouseout.style.cursor='auto';
    vgilTab_mouseout.className='gilTab_taboff';
  }
  catch(vgilTab_err) { }
}
-->

