/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


function setLanguage(val){

    document.setLanguage.portal_lang.value=val;
    document.setLanguage.submit();

}