
Cufon.replace( 'P.lrg', { textShadow: '#333 1px 2px', color: '-linear-gradient( #FFF, 0.4=#FFF, #BBB )' } );
Cufon.replace( 'P.med', { textShadow: '#333 1px 2px', color: '-linear-gradient( #FFF, 0.5=#FFF, #CCC )' } );
Cufon.replace( 'P.sml', { textShadow: '#333 1px 2px' } );

function doSearch(searchText) {
	var searchText = document.getElementById("stxt").value;
	var winHeight = screen.height-200;
	var winWidth = screen.width-200;
	if (searchText=="") {
		searchText = "Indeo";
	};
	window.open("http://www.google.com/search?q="+searchText+"+site%3Awww.indeo.fi","_blank","location=yes,menubar=yes,resizable=yes,status=yes,toolbar=yes,scrollbars=yes,width="+winWidth+",height="+winHeight);
};



