
function tabbgcolor(tabid,col){
	
	tabid.style.backgroundColor=col;
}

