// This script is protected by copyright laws.
// Copying this script in whole or in part without
// mentioning the copyright-statement is prohibited!
// Copyright 2000 PG WebSite Builders

function loadtwo(url1,url2)
{
    parent.mainframe.location.href=url1;
	parent.naviframe.location.href=url2;
}

function loadframe(url)
{
    if (parent.naviframe.location.href.indexOf(url) == -1)
    {
        parent.naviframe.location.href = url;
    }
}

