<!--

function loadTwo(iframe1URL, iframe2URL)
{
parent.main.location.href=iframe1URL
parent.side.location.href=iframe2URL
}

//-->