function GorMenu(td){
	td.style.cursor='pointer';
	td.style.backgroundImage="url('images/bor_bg_gor_menu.gif')";
	td.style.backgroundRepeat='repeat-x';
	td.style.backgroundPosition='bottom';
}
function deGorMenu(td){
	td.style.cursor='auto';
	td.style.backgroundImage='';
}
