// JavaScript Document
if (window == top) {
	var u = new String(window.location.pathname);
	top.midCentre.location.replace("main.htm?Page="+u);
} 


