﻿// JavaScript Document
 function erweiterte_download_suche_highlight_on( id )
 {
  var td_1 = 'content_kasten_erweiterte_download_suche_1_' + id;
  <!---var td_2 = 'content_kasten_erweiterte_download_suche_2_' + id;--->
  var td_3 = 'content_kasten_erweiterte_download_suche_3_' + id;
  var td_4 = 'content_kasten_erweiterte_download_suche_4_' + id;

  if ( ( id % 2 ) == 0 )
  {
   document.getElementById(td_1).className = 'content_kasten_download_suche_inhalt_datei_1_even_on';
   <!---document.getElementById(td_2).className = 'content_kasten_download_suche_inhalt_datei_2_even_on';--->
   document.getElementById(td_3).className = 'content_kasten_download_suche_inhalt_datei_2_even_on';
   document.getElementById(td_4).className = 'content_kasten_download_suche_inhalt_datei_2_even_on';
  }
  else
  {
   document.getElementById(td_1).className = 'content_kasten_download_suche_inhalt_datei_1_odd_on';
   <!---document.getElementById(td_2).className = 'content_kasten_download_suche_inhalt_datei_2_odd_on';--->
   document.getElementById(td_3).className = 'content_kasten_download_suche_inhalt_datei_2_odd_on';
   document.getElementById(td_4).className = 'content_kasten_download_suche_inhalt_datei_2_odd_on';
  }
 }

 function erweiterte_download_suche_highlight_off( id )
 {
  var td_1 = 'content_kasten_erweiterte_download_suche_1_' + id;
  <!---var td_2 = 'content_kasten_erweiterte_download_suche_2_' + id;--->
  var td_3 = 'content_kasten_erweiterte_download_suche_3_' + id;
  var td_4 = 'content_kasten_erweiterte_download_suche_4_' + id;

  if ( ( id % 2 ) == 0 )
  {
   document.getElementById(td_1).className = 'content_kasten_download_suche_inhalt_datei_1_even_off';
   <!---document.getElementById(td_2).className = 'content_kasten_download_suche_inhalt_datei_2_even_off';--->
   document.getElementById(td_3).className = 'content_kasten_download_suche_inhalt_datei_2_even_off';
   document.getElementById(td_4).className = 'content_kasten_download_suche_inhalt_datei_2_even_off';
  }
  else
  {
   document.getElementById(td_1).className = 'content_kasten_download_suche_inhalt_datei_1_odd_off';
   <!---document.getElementById(td_2).className = 'content_kasten_download_suche_inhalt_datei_2_odd_off';--->
   document.getElementById(td_3).className = 'content_kasten_download_suche_inhalt_datei_2_odd_off';
   document.getElementById(td_4).className = 'content_kasten_download_suche_inhalt_datei_2_odd_off';
  }
 }
 
 <!--- Erstellt : aa_20070802 --->
function usernews_highlight_on( id )
 {
  var td_0 = 'content_kasten_usernews_0_' + id;
  var td_1 = 'content_kasten_usernews_1_' + id;
  var td_2 = 'content_kasten_usernews_2_' + id;
  var td_3 = 'content_kasten_usernews_3_' + id;
  var td_4 = 'content_kasten_usernews_4_' + id;

  if ( ( id % 2 ) == 0 )
  {
   document.getElementById(td_0).className = 'content_kasten_download_suche_inhalt_datei_1_even_on';
   document.getElementById(td_1).className = 'content_kasten_download_suche_inhalt_datei_1_even_on';
   document.getElementById(td_2).className = 'content_kasten_download_suche_inhalt_datei_2_even_on';
   document.getElementById(td_3).className = 'content_kasten_download_suche_inhalt_datei_2_even_on';
   document.getElementById(td_4).className = 'content_kasten_download_suche_inhalt_datei_2_even_on';
  }
  else
  {
   document.getElementById(td_0).className = 'content_kasten_download_suche_inhalt_datei_1_odd_on';
   document.getElementById(td_1).className = 'content_kasten_download_suche_inhalt_datei_1_odd_on';
   document.getElementById(td_2).className = 'content_kasten_download_suche_inhalt_datei_2_odd_on';
   document.getElementById(td_3).className = 'content_kasten_download_suche_inhalt_datei_2_odd_on';
   document.getElementById(td_4).className = 'content_kasten_download_suche_inhalt_datei_2_odd_on';
  }
 }

 function usernews_highlight_off( id )
 {
  var td_0 = 'content_kasten_usernews_0_' + id;
  var td_1 = 'content_kasten_usernews_1_' + id;
  var td_2 = 'content_kasten_usernews_2_' + id;
  var td_3 = 'content_kasten_usernews_3_' + id;
  var td_4 = 'content_kasten_usernews_4_' + id;

  if ( ( id % 2 ) == 0 )
  {
   document.getElementById(td_0).className = 'content_kasten_download_suche_inhalt_datei_1_even_off';
   document.getElementById(td_1).className = 'content_kasten_download_suche_inhalt_datei_1_even_off';
   document.getElementById(td_2).className = 'content_kasten_download_suche_inhalt_datei_2_even_off';
   document.getElementById(td_3).className = 'content_kasten_download_suche_inhalt_datei_2_even_off';
   document.getElementById(td_4).className = 'content_kasten_download_suche_inhalt_datei_2_even_off';
  }
  else
  {
   document.getElementById(td_0).className = 'content_kasten_download_suche_inhalt_datei_1_odd_off';
   document.getElementById(td_1).className = 'content_kasten_download_suche_inhalt_datei_1_odd_off';
   document.getElementById(td_2).className = 'content_kasten_download_suche_inhalt_datei_2_odd_off';
   document.getElementById(td_3).className = 'content_kasten_download_suche_inhalt_datei_2_odd_off';
   document.getElementById(td_4).className = 'content_kasten_download_suche_inhalt_datei_2_odd_off';
  }
 } 

/* 2010/02/03 AA - required for asset-downloads */
function download(file,type,id){
	var url = 'http://download.pcgames.de/download.cfm?f=' + file + '&t=' + type + '&article_id=' + id;
	open( url,'Download',"resizable=0,scrollbars=0,alwaysRaised=yes,width="+600+",height="+320+",menubar=no,statusbar=no" );
}