if (top.frames.length==0) {
Address="site.htm";
if(document.images) top.location.replace(Address);
else top.location.href=Address;
}

