	function goImageConfigure(phone_model){
  		document.getElementById("phone_model").value = phone_model;
  		document.frm.action = "/suporte/softwaremanuals/software.do";
  		document.frm.submit();
  	}
  	
  	function goImageConfigure(phone_model){
  		document.getElementById("phone_model").value = phone_model;
  		if(phone_model == "SGH-I600"){
	  		document.frm.action = "/suporte/configurephone/i600Setting.do";
	  		document.frm.submit();
	  	}else{
	  		document.frm.action = "/suporte/configuracao-wap-samsung.do";
	  		document.frm.submit();
	  	}
  	}