﻿//function softHidValue()
//{
//document.getElementById("ctl00_hidServicePage").value="S";
//alert(document.getElementById("ctl00_hidServicePage").value);
//}

//function relocate(select,attribName) 
//{ 
//var addQuery = select.options[select.selectedindex].value; 
//if(!addQuery) return; /* no selection */
// var currQuery = location.search.substring(1);
//  location.href += (currQuery?"&":"?") + attribName+"="+addQuery; 
//  } 
