// JavaScript Document
function popFaq(winTitle, txtMsg, winWith, winHeight)
{  
   var popWindow = window.open("","Package","height=" + winHeight + ",width=" + winWith + ",left=130,top=150");
   popWindow.document.writeln("<html><head><title>" + winTitle + "</title><link rel=\"stylesheet\" type=\"text/css\" href=\"<%= basedir %>css/screen.css\"></head>");
   popWindow.document.writeln("<body onBlur=\"window.close\">");
   popWindow.document.writeln("<div class=\"popup\" style=\"padding:10px; font-family:Arial; font-size:12px\">" + txtMsg);
   popWindow.document.writeln("<br><br><center>");
   popWindow.document.writeln("<input type=\"button\" name=\"btnClose\" class=\"button\" value=\"Close Window\" onclick=\"javascript:window.close();\">");
   popWindow.document.writeln("</center></div>");
   popWindow.document.writeln("</body></html>");
}
function popFaq2Par(winTitle, txtMsg, txtMsg2, winWith, winHeight)
{  
   var popWindow = window.open("","Package","height=" + winHeight + ",width=" + winWith + ",left=130,top=150");
   popWindow.document.writeln("<html><head><title>" + winTitle + "</title><link rel=\"stylesheet\" type=\"text/css\" href=\"/parco.css\"></head>");
   popWindow.document.writeln("<body onBlur=\"window.close\">");
   popWindow.document.writeln("<span class=\"copy\">" + txtMsg + "<br><br>" + txtMsg2);
   popWindow.document.writeln("<br><br><center>");
   popWindow.document.writeln("<input type=\"button\" name=\"btnClose\" class=\"button\" value=\"Close Window\" onclick=\"javascript:window.close();\">");
   popWindow.document.writeln("</center></span>");
   popWindow.document.writeln("</body></html>");
}
function nitrile()
{
window.open("/tools/notes/nitrile.html","nitrile","toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=400,height=410")
}
function chemres()
{
window.open("/tools/notes/chemres.html","chemres","toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=400,height=425")
}
function relpri()
{
window.open("/tools/notes/relpri.html","relpri","toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=300,height=135")
}
function pressure()
{
window.open("/tools/notes/pressure.html","pressure","toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=400,height=205")
}
function lowhightemp()
{
window.open("/tools/notes/lowhightemp.html","lowhightemp","toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=300,height=140")
}
function abres()
{
window.open("/tools/notes/abres.html","abres","toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=300,height=225")
}