<!--

function whitepaper()
{
theUrl="whitepaper.asp"
window.open(theUrl,'determined','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=300,top=100,left=100');
}

function brochure()
{
theUrl="brochure.asp"
window.open(theUrl,'determined','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=300,top=100,left=100');
}

function newsletter()
{
theUrl="subscribe-newsletter.htm"
window.open(theUrl,'determined','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=518,height=360,top=100,left=100');
}

function visitor()
{
theUrl="Visitor.asp"
window.open(theUrl,'determined','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=300,top=100,left=100');
}

function IsPhone(strPh)
    {   
    var i;
    for (i=0; i < strPh.length; i++)
    {
        // Check that current character is number.
        var c = strPh.charAt(i);
        if (((c < "0") || (c > "9"))) return false;
    }
    // All characters are alphanumeric.
    return true;
}
//-->

