/* * CMSjp YougoSearch
 * Copyright (C) 2008 ASCII Corporation., All rights reserved.
 * $Id: $
 */

function clearDefaultText( theInputElement, defaultValue ) {
	if ( theInputElement.value == defaultValue ) {
		theInputElement.value = "";
		document.getElementById("txtForm").style.color = "#000";
	}
}

function changeCharset () {
	document.searchform.submit();
}


