// ### T-Com Bigsize //this code shows the javascript error,also because of this code our top banners showing wrong position, thats why i commented timestamp part
//paramLocation = window.location.host;
//if (!paramLocation.match(/lexikon/i) && !paramLocation.match(/ratgeber/i)) {
/* var today = new Date();
 timestamp=((today.getTime())/1000.0).toString().substring(0,10);
*/
//document.write('<SCRIPT LANGUAGE="Javascript" SRC="http://oz.valueclick.com/cycle?host=hs0281234&size=medium&b=' +timestamp+ '&t=pop"></SCRIPT>');
// ### Counter for T-Com Pop-Up
//document.write("<a href='http://www.valuenet-content.de/phpadsnew/adclick.php?n=a57c51b8' target='_blank'><img
//src='http://www.valuenet-content.de/phpadsnew/adview.php?what=zone:25&amp;n=a57c51b8' border='0' alt=''></a>");
 //}

function openIt()
{
	var breite=640;
	var hoehe=500;
	var seite=(screen.availWidth - breite) / 2;
	var oben=(screen.availHeight - hoehe) / 2;
        //window.resizeTo(breite,hoehe,seite,oben);
	params=('resizable=no,menubar=no,locationbar=yes,toolbar=no,hotkeys=no,scrollbars=yes,width='+breite+',height='+hoehe+',top='+oben+',left='+seite);

	Fenster=window.open('http://www.valuenet.de/help/inhalt.php','fenster1',params);
}


function openAdvice()
{
	var breite=610;
	var hoehe=500;
	var seite=(screen.availWidth - breite) / 2;
	var oben=(screen.availHeight - hoehe) / 2;
	params=('resizable=no,menubar=no,locationbar=yes,toolbar=no,hotkeys=no,scrollbars=no,width='+breite+',height='+hoehe+',top='+oben+',left='+seite);

	Fenster=window.open('http://cms.valuenet.de/tsol/valuenet/advice/mail.php','fenster2',params);
}
function popWindow()
{
        var breite=200;
        var hoehe=370;
        var seite=(screen.availWidth - breite) / 2;
        var oben=(screen.availHeight - hoehe) / 2;
        params=('resizable=no,menubar=no,locationbar=yes,toolbar=no,hotkeys=no,scrollbars=no,width='+breite+',height='+hoehe+',top='+oben+',left='+seite);

       // Fenster=window.open('http://www.valuenet.de/php/popup.html','fenster3',params);
}

function setValue(what) {
        if (what==1) {
                document.form1.type.value="st";
                }
        else {
                document.form1.type.value="";
                }
        document.form1.submit();
        }
// ### INFO PHPAdsNew Pop-Up (only in the index-pages of doorways)
//paramLocation = window.location.host;
//if (paramLocation.match(/ratgeber/i) || paramLocation.match(/lexikon/i))  {
//document.write("<script language='JavaScript' type='text/javascript' src='http://www.valuenet-content.de/phpadsnew/adpopup.php?n=a601d8cb&amp;what=zone:24&amp;target=_blank'></script>");
//}
