function ie_index_bookmark() { 
	if(!window.sidebar){
		document.write("<a href='#' onClick=\"this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.getpcware.com')\">設為首頁</a> | <a href='#' onClick='do_ie_bookmark()'>加到我的最愛</a>");
	}
	
}

function do_ie_bookmark(){
	name = "Getpcware 香港";
    url = "http://www.getpcware.com";
	
	window.external.AddFavorite( url, name); 
}

function change_s_button(the_button){
	if(the_button.id == "s_2"){
		document.getElementById("s_1").className = "search_b0";
		the_button.className = "search_b1";
		document.getElementById("search_type").value = "description";
	}
	if(the_button.id == "s_1"){
		document.getElementById("s_2").className = "search_b0";
		the_button.className = "search_b1";
		document.getElementById("search_type").value = "name";
	}
}