function style_topCalOver(obj){
	obj.style.backgroundColor="#5590C4";
/*	background-color: #0066CC;
	background-image: url(../img/rand_blue.gif);
	background-repeat: repeat;*/
}
function style_topCalOut(obj){
	obj.style.backgroundColor="";
}
function style_menuOver(obj){
	obj.style.backgroundColor="#E8E8E8";
}
function style_menuOut(obj){
	obj.style.backgroundColor="";
}

function goArt(aid,typ){
	document.fo.aid.value=aid;
	document.fo.typ.value=typ;
	document.fo.mid.value=0;
	document.fo.uid.value=0;
	document.fo.san.value=0;
	document.fo.submit();
}
function goMenu(mid){
	document.fo.aid.value=0;
	document.fo.typ.value=0;
	document.fo.mid.value=mid;
	document.fo.uid.value=0;
	document.fo.san.value=0;
	document.fo.submit();
}
function goMenuSub(uid){
	document.fo.aid.value=0;
	document.fo.typ.value=0;
	document.fo.uid.value=uid;
	document.fo.san.value=0;
	if(document.fo.order){
		document.fo.order.value="";
		document.fo.orderOn.value="";
	}
	document.fo.submit();
}


