var linkurl = new makeArray(""
,"","cat268.htm#LINE1","cat268.htm#LINE2","","cat269.htm#LINE3","cat268.htm#LINE1","cat269.htm#LINE1","cat269.htm#LINE1","cat269.htm#LINE2","","cat269.htm#LINE3","cat268.htm#LINE2");
function golink(form)
{
ix = form.menu.selectedIndex;
form.menu.selectedIndex = 0;
if (linkurl[ix] != "")
{
window.location.href = "http://www.stencil-library.com/docs/" + linkurl[ix];
}
}
