// poke elements
function pke() {
	try { document.getElementById(arguments[0]).style.display = arguments[1]; }
	catch(e){}
}