newWindow = ""
    


    function viewHelp(pgURL)
    {
	  var position = pgURL.indexOf(".gov");
	  var position2 = pgURL.indexOf(".us");
	  if (position == -1 && position2 == -1)
	  {    //alert("commercial");
	       disclaim = "<HTML><HEAD><TITLE> -------------- IRS Disclaimer ---------------- </TITLE></HEAD><BODY BGCOLOR='#FFFFFF'><HR><B><EM>Please note</EM></B> &nbsp; <FONT SIZE=\"-1\" FACE=\"Arial\">"
           disclaim += "that by clicking on this link, you will leave the IRS web site and enter a privately owned web site created, operated and maintained by a private business."
           disclaim += "<P>The information that this private business collects and maintains as a result of your visit to its web site may differ from the information that the IRS collects and maintains "
           disclaim += "(please see the IRS web site privacy and security notice for privacy protections IRS provides to web site visitors)."
		   disclaim += "<P>By linking to this private business, the IRS is not endorsing its products, services, or privacy or security policies."
		   disclaim += "We recommend you review the business\'s information collection policy or terms and conditions to fully understand what information is collected by this private business."
	  }
	  else
	  {    //alert("government site");
	  	   disclaim = "<HTML><HEAD><TITLE> -------------- IRS Disclaimer ----------------- </TITLE></HEAD><BODY BGCOLOR='#FFFFFF'><HR><B><EM>Please note</EM></B> &nbsp; <FONT SIZE=\"-1\" FACE=\"Arial\">"
           disclaim += "that by clicking on this link, you will leave the IRS web site and enter another government web site created, operated and maintained by that agency."
           disclaim += "<P>The information that another government agency/bureau/office collects and maintains as a result of your visit to its web site may differ from the information that the IRS collects and maintains "
           disclaim += "(please see the IRS web site privacy and security notice for privacy protections IRS provides to web site visitors)."
		   disclaim += "We recommend you review the other agency's information collection policy or terms and conditions to fully understand what information is collected."
		   
	  }
      newWindow = window.open('', 'newWin', 'width=350,height=450,top=10,left=10,scrollbars=yes')
      newWindow.document.write(disclaim)
      newWindow.document.write("<P><CENTER><FORM><INPUT TYPE='button' VALUE='Continue' onClick='window.opener.location = \"" + pgURL + "\"; self.close();'>")

      newWindow.document.write("\&nbsp;\&nbsp;<INPUT TYPE='button' VALUE=' Close ' onClick=\"self.close();\"><\/FORM><\/CENTER>")
      newWindow.document.writeln("<\/FONT><HR><\/BODY><\/HTML>")
      
	  
	  newWindow.document.close()
      newWindow.status = ""
      newWindow.focus()

    }

	
	
	
    

