function topper() {
if (window.name == "mainFrame") {
} else {
 wanted=window.location;
 window.location = "/index.php?page=" + wanted;
}

}
