<!--
		function count()
		{
			var zeichen,maximal;
			maximal = 500;
			zeichen = maximal - document.form.Beitrag.value.length;
			if (zeichen < 0) {
				alert("Bitte geben Sie nicht mehr als " + maximal + " Zeichen ein!");
				document.form.text.value = document.form.Beitrag.value.substring(0,maximal);
				zeichen = maximal - document.form.Beitrag.value.length;
				document.form.counter.value = zeichen;
			} else {
				document.form.counter.value = zeichen;
			}
		}
var bookmarkurl="http://www.analog24.de"
var bookmarktitle="Webdesign für mehr Service."
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}
function setPointer(theRow, thePointerColor)
{
    if (thePointerColor == '' || typeof(theRow.style) == 'undefined') {
        return false;
    }
    if (typeof(document.getElementsByTagName) != 'undefined') {
        var theCells = theRow.getElementsByTagName('td');
    }
    else if (typeof(theRow.cells) != 'undefined') {
        var theCells = theRow.cells;
    }
    else {
        return false;
    }

    var rowCellsCnt  = theCells.length;
    for (var c = 0; c < rowCellsCnt; c++) {
        theCells[c].style.backgroundColor = thePointerColor;
    }

    return true;
}

  function wetter() 
{
    open('wetter.php','wetter','width=350,height=380,scrollbars=0,resizable=0,left=200,top=100');
    }  
function preload_start() {}


var preload_images =["images/pfeil_off.png","images/pfeil_on.png",]

var load_next = 500 
var pos_array = 0



function imgover(imgname)
{
   imgname.src = img_on;
}

function imgout(imgname)
{
   imgname.src = img_off;
}

 function reloadGlob() 
  {
   reload = new Date(); 
   reload = "?"+reload.getTime() ;
   document.images["Glob"].src = "http://science.nasa.gov/temp/StnLoc.gif"+reload; 
   setTimeout("reloadGlob()", 60000); 
}
  function reloadCam() 
  {
   reload = new Date(); 
   reload = "?"+reload.getTime() ;
   document.images["webcambild"].src = "webcambild.jpg"+reload; 
   setTimeout("reloadCam()", 2000); 
   status = "Webcam von analog24.de";
} 

function globus() 
{
	open('globus.php','ISS','width=315,height=315,scrollbars=0,resizable=0,status=0,menubar=0,left=50,top=50')
  } 
function pixel() 
{
	open('sponsoren/werbetafel.php','Pixelwerbung','width=850,height=500,scrollbars=1,resizable=1,status=1,menubar=0,left=50,top=0')
  } 
function pixelkarte() 
{
	open('sponsoren/pixelkarte.php','Pixelkarte','width=850,height=500,scrollbars=1,resizable=1,status=1,menubar=0,left=50,top=0')
  } 
-->

