function Search_page(option){
	var this_page = option;
	if (this_page == 9) window.location.href="communicatepower.htm";
	if (this_page == 12) window.location.href="cablepower.htm";
	if (this_page == 15) window.location.href="laserpower.htm";
	if (this_page == 17) window.location.href="securitypower.htm";
	if (this_page == 18) window.location.href="elevatorpower.htm";
	if (this_page == 19) window.location.href="weightpower.htm";
	if (this_page == 20) window.location.href="pospower.htm";
	if (this_page == 21) window.location.href="lcdtftpower.htm";
	if (this_page == 22) window.location.href="electricpower.htm";
	if (this_page == 23) window.location.href="projectionpower.htm";
	if (this_page == 24) window.location.href="adpower.htm";
	if (this_page == 25) window.location.href="modulepower.htm";
	if (this_page == 26) window.location.href="atxpower.htm";
	if (this_page == 27) window.location.href="otherpower.htm";
	if (this_page == 28) window.location.href="otherreplacepower.htm";
}