/* Last update: 05.02.2010 Handmade Code by Bernd Obergassel - Dortmund - Germany */

/* Browserabfrage */
var ns4 = (document.layers)? true:false;
var ie4 = (document.all && !document.getElementById)? true:false;     /* Opera kann wohl auch document.all */

/* var agt = navigator.userAgent.toLowerCase(); */
/* var Firefox = (agt.indexOf("firefox")!=-1)? true:false; */
/* var opera = (agt.indexOf("opera")!=-1)? true:false;   alert(opera); */
/* var mac = (agt.indexOf("mac")!=-1)? true:false;  alert (mac); */
/* var linux = (agt.indexOf("linux")!=-1)? true:false;  alert (linux); */

var text_kltd ='<table cellspacing="0" cellpadding="1" border="0" bgcolor="#000000"><tr><td><table cellspacing="0" cellpadding="0" border="0" bgcolor="#000000" width=100% height=100%><tr><td bgcolor="#000000"><div style="font-size:10px; font-family:verdana; font-weight:bold; color:#c0c0c0;">Kurze Anleitung:</div></td></tr><tr><td bgcolor="#C6D7E7"><div style="margin-left:3px;margin-top:3px;margin-right:3px; font-size:10px; font-family:verdana; font-weight:normal; color:#000000;">1. Button f&#252;r Klingelton mit rechter Maustaste anklicken.<br>2. Ziel speichern unter ... w&#228;hlen.<br>3. Klingelton mit Kabel, Infrarot oder Bluetooth auf dein<br>realtonf&#228;higes Handy &#252;bertragen.<br>4. Klingelton im Handymenue aktivieren.<br>(ben&#246;tigt dein Handy den Klingeltton als WAV-File,<br>konvertiere das MP3-File, z.B. mit Audacity)</div></table></td></tr></table>';
var text_klte ='<table cellspacing="0" cellpadding="1" border="0" bgcolor="#000000"><tr><td><table cellspacing="0" cellpadding="0" border="0" bgcolor="#000000" width=100% height=100%><tr><td bgcolor="#000000"><div style="font-size:10px; font-family:verdana; font-weight:bold; color:#c0c0c0;">Short guidance:</div></td></tr><tr><td bgcolor="#C6D7E7"><div style="margin-left:3px;margin-top:3px;margin-right:3px; font-size:10px; font-family:verdana; font-weight:normal; color:#000000;">1. Right click your mouse on the ringtone of your choice.<br>2. Select: Save as ...<br>3. Transfer the ringtone via kabel, infrared or bluetooth<br>to your realtone cell phone.<br>4. Activate your ringtone in the menue of your cell phone.<br>(convert the MP3-file (e.g. with Audacity), when your cell phone<br>needs a WAV-file)</div></table></td></tr></table>';
var kodMSIE4567N67OpFf = '<span id="popKLTD" style="position:absolute; top:150; left:110;">'+text_kltd+'</span><span id="popKLTE" style="position: absolute; top:150; left:110;">'+text_klte+'</span>';
var kodN4 = '<LAYER ID="popKLTD" LEFT=180 TOP=180 WIDTH=300 HEIGHT=200 CLIP="0,0,300,200" VISIBILITY="hide">'+text_kltd+'</LAYER><LAYER ID="popKLTE" LEFT=180 TOP=180 WIDTH=300 HEIGHT=200 CLIP="0,0,300,200" VISIBILITY="hide">'+text_klte+'</LAYER>';

function showzon(id) {
   if (document.getElementById && !ns4 && !ie4) {if (id == "popKLTD"){document.getElementById("popKLTD").style.visibility="visible";} else if (id =="popKLTE"){document.getElementById("popKLTE").style.visibility="visible";}}
   if (ns4) {document.layers[id].visibility = "show";}
   if (ie4) {document.all[id].style.visibility = "visible";}; return}
function hidezon(id) {
   if (document.getElementById && !ns4 && !ie4) {document.getElementById("popKLTD").style.visibility="hidden"; document.getElementById("popKLTE").style.visibility="hidden";}   
   if (ns4) {document.layers[id].visibility = "hide";}
   if (ie4) {document.all[id].style.visibility = "hidden";}; return}
function CodeKLTWrite() {
   if (document.getElementById || ie4) {document.write(kodMSIE4567N67OpFf)};
   if (ns4) {document.write(kodN4)}; 
   hidezon('popKLTD'); hidezon('popKLTE'); return}


