
function agreefct()
{
var URL=document.Agree.ChemAgree.options
[document.Agree.ChemAgree.selectedIndex].value
location.href=URL
}

function techsuppfct()
{
var URL=document.techsupp.choices.options
[document.techsupp.choices.selectedIndex].value
location.href=URL
}

function flowchartpoly()
{
var URL=document.curves.poly.options
[document.curves.poly.selectedIndex].value
location.href=URL
}

function flowchartsteel()
{
var URL=document.curves.steel.options
[document.curves.steel.selectedIndex].value
location.href=URL
}

function flowchartiron()
{
var URL=document.curves.iron.options
[document.curves.iron.selectedIndex].value
location.href=URL
}