function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,'_self');
  return false;
}


function querySt() {
	var st = location.href;
	var param = st.substr(st.indexOf("#")+1,st.length);
	return param;
}
