function window_onload(){/* handler set in PageHeaderInit.js */
}
function detailswindowclose(){
	if (this.w) w.close();
}
function opendetails(p_str_URL){/* handler set in code behind */
	var w=window.open(p_str_URL,"Details","resizable=yes",true);
	w.focus();
}
function btnPageClicked(p_o_MouseEvent){
}
function btnSearchClicked(p_o_MouseEvent){
}
function alphClicked(p_o_MouseEvent){
	setVisibility(window.document.getElementById("pnlMain"),false);
}