// JavaScript Document
function navigate_Over( object,col )
{
	object.style.cursor = "pointer"
	object.bgColor = col
}
function navigate_Out( object,col )
{
	object.bgColor = col
}
