
/*********************************************************
File name:	SearchButton.js 
Purpose:	Get the search button in control to apply
			style sheet
Created:	2004-12-10
Created by: Jingjing Zhao

Revisions:
Version	Date		Author	Nr/Description
1		2004-07-02	  -		1/NEW

Notes: 

***********************************************************/
var embededButton;

function IniButton() {
	if (typeof(embededButton) != 'undefined') {
		embededButton = document.getElementsByName("SimpleSearchControl1:_ctl3");
		embededButton[0].value="";
		embededButton[0].className = "SearchButton";
	}
}