<!--
function loadtwo(url1, url2){
parent.content.location.href = url1;
parent.submenu.location.href = url2;
}
//-->