function
text1()
{
}
text2()
text3()
switch
(
$_GET
[
'n'
])
case
1:
text1();
break
;
2:
text2();
3:
text3();