

var URL = location.href;
if  (location.href.indexOf ("translate.google.com")==-1){
document.write("<Map name=translate_eng >");
document.write("<AREA COORDS=9,7,35,23 SHAPE=rect href='http://www.google.com/translate?langpair=en|fr&u="+URL+"' alt='French' target=translate>");
document.write("<AREA COORDS=38,7,64,23 SHAPE=rect href='http://www.google.com/translate?langpair=en|it&u="+URL+"' alt='Italian' target=translate>");
document.write("<AREA COORDS=67,7,92,23 SHAPE=rect href='http://www.google.com/translate?langpair=en|de&u="+URL+"' alt='German' target=translate>");
document.write("<AREA COORDS=95,7,121,24 SHAPE=rect href='http://www.google.com/translate?langpair=en|es&u="+URL+"' alt='Spanish' target=translate>");
document.write("<AREA COORDS=9,25,35,41 SHAPE=rect href='http://www.google.com/translate?langpair=en|ja&u="+URL+"' alt='Japanese' target=translate>");
document.write("<AREA COORDS=38,26,64,42 SHAPE=rect href='http://www.google.com/translate?langpair=en|ko&u="+URL+"' alt='Korean' target=translate>");
document.write("<AREA COORDS=66,25,92,41 SHAPE=rect href='http://www.google.com/translate?langpair=en|zh&u="+URL+"' alt='Chinese' target=translate>");
document.write("<AREA COORDS=95,25,121,41 SHAPE=rect href='http://www.google.com/translate?langpair=en|pt&u="+URL+"' alt='Portuguese' target=translate>");
document.write("</Map>");
document.write("<img src=images/flags.gif width=132 height=50 usemap=#translate_eng border=0 alt='Google Translation'>")
} else {
document.write( "<img src=images/flags.gif width=132 height=50 border=0>")
}
