function mail_x(type, box, domain) {
    if (type == "link") {
        document.write("<a href=\"mailto:"+box+"@"+domain+"\">"+box+"@"+domain+"</a>");
    }
    else {
        document.write(box+"@"+domain);
    }
}

function button_x() {
    document.write("<a href=\"mailto:info@wedplan.ru\"><img src=\"/wp-content/themes/wedding_tm/images/order.jpg\" width=\"108\" height=\"38\" alt=\"\" border=\"0\" /></a>");
}

var tId;
var hId = 1;

function timestop() {
    clearTimeout(tId);
}

function hideall() {
    document.getElementById('database').style.left = '-1000px';
    document.getElementById('offer').style.left = '-1000px';
    document.getElementById('company').style.left = '-1000px';
}

function mover(idz, pos) {
    hideall();
	middle = Math.floor(document.body.clientWidth/2);
	place = middle + pos;
	document.getElementById(idz).style.left = place + 'px';
    clearTimeout(tId);
}
function mout(idz, pos) {
	middle = Math.floor(document.body.clientWidth/2);
	place = middle + pos;
	document.getElementById(idz).style.left = place + 'px';
    tId=setTimeout("hideall();",1200);
}
