function linkframe(URL,Frame){
 parent.frames[Frame].location.href=URL;
 }

function linktop(URL){
 top.location.href=URL;
 }

