if (top.location.href == self.location.href) {
	document.write('<frameset rows="101,*">');
	document.write('<frame name="banner" target="_top" scrolling="no" noresize src="/catalog_title.php?page_title=Medical%20%26%20Surgical%20Supply%20Catalog" frameborder=0>');
	document.write('<frameset cols="140,*">');
	document.write('<frame name="menu" target="_top" src="/catalog_menu.php" marginwidth=0 marginheight=1  scrolling="no" noresize frameborder=0>');
	document.write('<frame name="main" target="_self" src="' + self.location.pathname + '?remote" marginwidth=0 marginheight=1 noresize frameborder=0>');
	document.write('</frameset>');
	document.write('</frameset>');
}