function Change(tdID,color) {
document.getElementById(tdID).style.backgroundColor = "#" + color;
}
function BonusOffer() {
window.open('bonus.html', 'bonuspop', 'width=600,height=590,scrollbars=auto,resizable=no');
}
function OpenTerms() {
window.open('http://www.leminternet.com/disclaimer/websiteterms.html', 'disclaimer', 'width=520,height=500,scrollbars=yes,resizable=yes');
}
function OpenTracking() {
window.open('http://www.semenax.com/tracking/tracking.html', 'tracking', 'width=520,height=300');
}