function CheckFramesR(){
if (window.name != "main44Frame"){
var PageURL = document.URL;
window.name = "root";

document.write("<frameset rows='160,*' frameborder='NO' border='0' framespacing='0'> ");
document.write("<frame name='topFrame' src='top_gale.htm' marginheight='0'  frameborder='0' scrolling='no' noresize> ");
document.write("   <frame name='main44Frame' src='" + PageURL + "?embedded=yes' frameborder='0' scrolling='yes'> ");
document.write("</frameset> ");
}
}


function CheckFramesT(){
if (window.name != "topFrame"){
var PageURL = document.URL;
window.name = "root";

document.write("<frameset rows='160,*' frameborder='NO' border='0' framespacing='0'> ");
document.write("<frame name='topFrame' src='top_gale.htm' marginheight='0'  frameborder='0' scrolling='no' noresize> ");

document.write("   <frame name='main44Frame' src='fotogallery.htm' frameborder='0' scrolling='yes'> ");
document.write("</frameset> ");

}
}

