| include("leftmenu.php"); ?> |
if($fid==""){
include("main.txt");
}elseif($fid=="home"){
include("main.txt");
}elseif($fid=="about"){
include("about.html");
}elseif($fid=="journal"){
include("journal.html");
}elseif($fid=="internationalcourse"){
include("internationalcourse.html");
}elseif($fid=="faqs"){
include("faqs.html");
}elseif($fid=="contact"){
include("contact.html");
}elseif($fid=="galleries"){
include("galleries.html");
}elseif($fid=="gallery1"){
include("gallery1.html");
}elseif($fid=="gallery2"){
include("gallery2.html");
}elseif($fid=="gallery3"){
include("gallery3.html");
}elseif($fid=="gallery4"){
include("gallery4.html");
}elseif($fid=="gallery5"){
include("gallery5.html");
}elseif($fid=="gallery6"){
include("gallery6.html");
}elseif($fid=="gallery7"){
include("gallery7.html");
}elseif($fid=="policy"){
include("policy.html");
}elseif($fid=="policystmt"){
include("policystmt.html");
}elseif($fid=="raceequal"){
include("raceequal.html");
}elseif($fid=="a1copyright"){
include("a1copyright.html");
}elseif($fid=="disablity"){
include("disablity.html");
}elseif($fid=="appeal"){
include("appeal.html");
}elseif($fid=="accreditation"){
include("accreditation.html");
}
?> |
include("rightmenu.php"); ?> |