//*******************************************//
//-- Scriptname:		intro.js
//-- Beschreibung:
//-- erstellt:
//-- input:
//*******************************************//


 var monitor_h = screen.availHeight;
 var monitor_b = screen.availWidth;
 var farbtiefe = screen.colorDepth;

function weiter()
{
 document.location.href='./scripte_php/intro/autoMail.php?mh='+monitor_h+'&mb='+monitor_b+'&color='+farbtiefe;
}

