  function	dispManual(pathinfo)
	  {
	   /*
	    var msgWindow=window.open('','displayWindow','top=300,left=400,width=300,height=205');
	    msgWindow.document.clear();
		msgWindow.document.write("<html><head><title>Message<\/title><!--#include virtual='/code/inst_sheetStyle_inc.asp'--><\/head>");
		msgWindow.document.write("<body class='main'>");
		msgWindow.document.write('<font color=black face=Arial size=2>');
		 msgWindow.document.write("In an effort to provide our customers with the best products, we periodically make product modifications and improvements. Therefore, the product you have may not be an identical match to the product in this online manual. Contact our Consumer Relations representatives if these instructions don't appear to be the correct version for your product.");
		 msgWindow.document.write('<\/font>');
		 msgWindow.document.write('<br><br>');
		 msgWindow.document.write('<table  border="00" cellpadding="0" cellspacing="0"><tr><td align="center" width="300">');
		 msgWindow.document.write('<form>');
		 msgWindow.document.write('<input type="button" value="Close" name ="ok" onclick="jsvscript:window.close()">');
		 msgWindow.document.write('</form>');
		 msgWindow.document.write('</td></tr></table>')
		 msgWindow.document.write("</body></html>");
		 */
	
		window.open('/code/msg.asp?path=' + pathinfo,'Message','top=300,left=400,width=300,height=240,location=no');

	  }
