function mnuover(td){
	td.style.backgroundImage='url(/images/act.gif)';
}
function mnuout(td){
	td.style.backgroundImage='url(/images/tab_menu_center.gif)';
}
function mnuover2(td){
	td.style.backgroundImage='url(/images/007.gif)';
}
function mnuout2(td){
	td.style.backgroundImage='url(/images/22.jpg)';
}
function open_wind(link,w,h,imia) {
	var win = "width="+w+",height="+h+",statusbar=1,menubar=no,location=no,resizable=no,scrollbars=0";
	newWin = window.open(link,imia,win);
}