//helpredir.js Version 1.0
var H_URL_BASE='',H_TOPIC='',H_KEY='',L_H_TEXT='',H_FILTER='',H_BRAND='',bSearch=false;
var H_CONFIG='',L_H_APP='',L_CONTACTUS_URL='';
var H_BURL='/sgs/weblink/Help/Default.aspx',H_TARG='',H_VER='1.0';
var h_win,H_OTHER='',bResize=true;

function DoHelp(iNm) {
	var sQP='?',W,H,sWD,sc=screen.width,bIE4PC;
	var agent = navigator.userAgent.toLowerCase();
	var app = navigator.appName.toLowerCase();	
	sQP+= 'TOPIC='+H_TOPIC

	if (sc<=800) sQP+="&sp=1";

		sWD="toolbar=0,status=0,location=0,menubar=0,width="+W+",height="+H+",left="+(sc-W)+",top=0,resizable=1";
		bResize=false;
		bIE4PC = agent.indexOf("msie 4")>0 && agent.indexOf("aol")<0 && agent.indexOf("mac")<0
		if (H_TARG=='') H_TARG = (bIE4PC)?'_help17':'_help';
		if (iNm != null) H_TARG+=iNm;
		if (bIE4PC && h_win!=null && !h_win.closed) h_win.location.replace(H_BURL+sQP)
		else h_win=window.open(H_BURL+sQP,H_TARG,sWD);
		if (h_win && agent.indexOf("mac")<0 && app.indexOf("netscape")<0) h_win.opener=self//*IE5+PC
		
	}

function CallHelp(topic_id) {
  bSearch=false;
  H_TOPIC=topic_id;
  DoHelp();
  document.body.style.cursor = "";
  window.defaultStatus = "Solar-Web HELP";
}

