var _timeout;
function _focus() {
document.getElementById('view').innerHTML = document.forms[0].twitterid.value;
document.getElementById('viewst').innerHTML = document.forms[0].twitterid.value;
document.getElementById('link').href = "http://twitter.com/"+document.forms[0].twitterid.value;
_timeout = setTimeout(_focus, 100);
}

function _blur() {
clearTimeout(_timeout);
}

function _txtcolor() {
 document.getElementById('txtcolor').value = document.getElementById('colorbox').style.color;
}


function _mtmpget(imgURL) {
	document.getElementById('meishitmpimg').src = imgURL;
	document.getElementById('colorpickerbox').style.display = "none";
	document.getElementById('meishitmpbox').style.display = "block";
}

function _mtmpcpget() {
	document.getElementById('colorpickerbox').style.display = "block";
	document.getElementById('meishitmpbox').style.display = "none";
}

function _spoutget(spoutTXT) {
	document.getElementById('spoutselect').innerHTML = spoutTXT;
}

function _statuson() {
	document.getElementById('statustxt').style.display = "block";
}
function _statusoff() {
	document.getElementById('statustxt').style.display = "none";
}


