function cgMailPage(sendurl,sendtitle) {
sendtitle = sendtitle.replace('&','e.n.');
var newWindow = window.open('http://info.cadac.com/mtf/organice.aspx?url='+sendurl+'&title='+sendtitle,'mtf','toolbar=0,status=0,menubar=0,resizable=1,scrollbars=0,top=80,left=80,height=440,width=440');
}

function cgInfoRequest(sendurl,sendtitle) {
sendtitle = sendtitle.replace('&','e.n.');
var newWindow = window.open('http://info.cadac.com/inforequest/organice.aspx?url='+sendurl+'&title='+sendtitle,'info','toolbar=0,status=0,menubar=0,resizable=1,scrollbars=0,top=80,left=80,height=520,width=440');
}

function cgTwitter(sendurl,sendtitle) {
sendtitle = sendtitle.replace('&','en');
sendtitle = sendtitle.replace('ë','e');
sendtitle = sendtitle.substring(0,60);
sendtitle = sendtitle+'...';
sendtitle = 'check on organice.com: '+sendtitle;
var strVia = 'CadacOrganice'
var newWindow = window.open('https://twitter.com/intent/tweet?original_referer='+sendurl+'&source=tweetbutton&text='+sendtitle+'&url='+sendurl+'&via='+strVia,'twitter','toolbar=0,status=0,menubar=0,resizable=1,scrollbars=0,top=80,left=80,height=400,width=600');
}


function cgPrintPage() {

window.document.getElementById('divMain').className = 'maintxt_print';

window.document.getElementById('tr1').className = 'printWeg';
window.document.getElementById('tr2').className = 'printWeg';
window.document.getElementById('tr3').className = 'printWeg';
window.document.getElementById('tr4').className = 'printWeg';
window.document.getElementById('tr5').className = 'printWeg';
window.document.getElementById('tr6').className = 'printWeg';
window.document.getElementById('tr7').className = 'printWeg';

window.document.getElementById('lMenu1').className = 'printWeg';
window.document.getElementById('lMenu2').className = 'printWeg';

window.print();

window.document.getElementById('divMain').className = 'maintxt';

window.document.getElementById('tr1').className = '';
window.document.getElementById('tr2').className = '';
window.document.getElementById('tr3').className = '';
window.document.getElementById('tr4').className = '';
window.document.getElementById('tr5').className = '';
window.document.getElementById('tr6').className = '';
window.document.getElementById('tr7').className = '';

window.document.getElementById('lMenu1').className = 'farbe';
window.document.getElementById('lMenu2').className = 'farbe';
}


