function shide(id){
                        document.getElementById(id).style.display='none';
}
					

function over(obj)
{
	obj.className="hovey";
}
function out(obj)
{
	obj.className="normar";
}

if (typeof startImageFlow == 'function') {
startImageFlow('myImageFlow');
}
