function sfHover()
{
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	
	for (var i=0; i<sfEls.length; i++) 
	{
		sfEls[i].onmouseover=function() 
		{
			this.className+=" sfhover";
		}
		
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
	if (window.attachEvent) window.attachEvent("onload", sfHover);
}




function search(){
	alert("hello");
}


function citybreathsmovie()
{

document.write("<object CLASSID='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width='445' height='320' CODEBASE='http://www.apple.com/qtactivex/qtplugin.cab'>\n ");

document.write("<param name='href' value='http://insideoutdetroit.org/fla/citybreaths.mov'> \n ");
document.write("<param name='qtsrc' value='http://insideoutdetroit.org/fla/citybreaths.mov'> \n ");
document.write("<param name='autoplay' value='false'> \n ");
document.write("<param name='loop' value='false'> \n ");
document.write("<param name='controller' value='false'> \n ");
document.write("<embed src='http://insideoutdetroit.org/fla/citybreathsposter.mov' href='http://insideoutdetroit.org/fla/citybreaths.mov' target='myself' qtsrc='http://insideoutdetroit.org/fla/citybreathsposter.mov' width='445' height='320' autoplay='false' loop='false' controller='false' pluginspage='http://www.apple.com/quicktime/'></embed> \n ");
document.write("</object> \n ");


}

