//<![CDATA[
// google translate
function doTranslate(select_obj) {
    location.href = 'http://translate.google.com/translate_p?client=tmpg&hl=en&langpair=' + select_obj + '&u=' + escape(location.href);
}



