function sub1_1() { self.location.href = '/base/sub/sub.php'; } function sub1_2() { self.location.href = '/base/sub/sub1.php'; } function sub1_3() { self.location.href = '/base/sub/sub2.php'; } function sub1_4() { self.location.href = '/base/sub/sub3.php'; } function sub1_5() { self.location.href = '/base/sub/sub4.php'; } function sub2_1() { self.location.href = '/base/sub1/sub.php'; } function sub3_1() { self.location.href = '/base/sub2/sub.php'; } function sub4_1() { self.location.href = '/base/sub3/sub.php'; } function sub4_2() { self.location.href = '/base/sub3/sub1.php'; } function sub5_1() { self.location.href = '/base/sub4/sub.php'; } function sub5_2() { self.location.href = '/base/sub4/sub1.php'; } function sub6_1() { self.location.href = '/base/sub5/sub.php'; }