window.onload = function()
{
	var myElement= document.getElementById("sidebar_search");
	
	myElement.onfocus = function()	{
		if(this.value == "Search NCET")		{
			this.value = "";
		}
	}
	
	myElement.onblur = function()	{
		if(this.value == "")		{
			this.value = "Search NCET";
		}
	}
}



var flasharoo = function(color, theme) {	
		// <![CDATA[		
		var so = new SWFObject("/wp-content/themes/ncet/swf/nav.swf", "navOne", "424", "206", "8", "#FFFFFF");	
		so.addParam("quality", "autohigh");	
		so.addParam("scale", "noscale");
		so.addParam("wmode", "transparent");
		so.addVariable("colorVar", color);
		so.write("flash_nav");		
		
		var show = new SWFObject("/wp-content/themes/ncet/swf/slideshow.swf", "slideshowOne", "554", "206", "8", "#FFFFFF");	
		show.addParam("quality", "autohigh");	
		show.addParam("wmode", "transparent");
		show.addParam("scale", "noscale");		
		show.addVariable("themeVar", theme);
		show.write("flash_image");	

		// ]]>
}
