\n\n"; include("page/top.php"); include("code/ads2.php"); if($subcat1 == "") { include("code/downloads/start.php");} else if($subcat1 != "" && $subcat2 == "") { include("code/downloads/stil.php");} else if($subcat1 != "" && $subcat2 != "" && $subcat3 == "") { include("code/downloads/artist.php");} else if($subcat1 != "" && $subcat2 != "" && $subcat3 != "") { include("code/downloads/id.php");} else { include("code/downloads/start.php"); } // include("page/menubar.php"); include("page/middle1.php"); include("menu/main.php"); // include("menu/topplayer.php"); include("page/middle2.php"); include("menu/downloads.php"); // include("menu/toplink.php"); include("page/bottom.php"); include("page/wordlist2.php"); @mysql_close($dbcon); ?>