function pin(node) {
	node.style.backgroundImage= 'url(img/menuitemhover.png)';
}

function pout(node) {
	node.style.backgroundImage= 'url(img/menuitem.png)';
}
