// JavaScript Document
function ProMnue(trid,poss)
{
		if (poss=='inb')
		{
				trid.style.backgroundColor='red';
		}
		
		if (poss=='outb')
		{
				trid.style.backgroundColor='#000066';
		}
}