function translate (lang) {
var lang
var  w= location.href; //current page , you can hard wire your site  if you //wish.  Just replace 'location.href' with "www.yoursite.com"
//var  w= "http://www.iaem.com/languages/index.htm"; 
//var a="http://216.239.39.104/translate_c?hl=en&ie=UTF-8&oe=UTF-8&langpair=en%7C";
var a = "http://translate.google.com/translate?u=" +w+ "&langpair=en%7C"
//var b="&u=";
var b = "&hl=en&safe=off&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools"
window.open(href=a+lang+b+w);
}


function clearDefaultandCSS(el) {
	if (el.defaultValue==el.value) el.value = ""
	// If Dynamic Style is supported, clear the style
	//if (el.style) el.style.cssText = ""
}

function postSearch() {
	location.replace("/search/go2/default.asp?request2=" + this.Form1.request.value)
}
