<html>
<head>
<title>Pokemon Galaxy - The Ultimate Resource for Pokemon</title>
<style type="text/css">
.menutitle{
cursor:pointer;
margin-bottom: 5px;
margin-left: 10px;
background-color:#FF0000;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}
.submenu{
margin-bottom: 0.5em;
margin-left: 25px;
}
</style>
<script type="text/javascript">
/***********************************************
* Switch Menu script- by Martial B of [url]https://getElementById.com/[/url]
* Modified by Dynamic Drive for format & NS4/IE4 compatibility
* Visit [url]https://www.dynamicdrive.com/[/url] for full source code
***********************************************/
if (document.getElementById){ //DynamicDrive.com change
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('</style>\n')
}
function SwitchMenu(obj){
if(document.getElementById){
var el = document.getElementById(obj);
var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
if(el.style.display != "block"){ //DynamicDrive.com change
for (var i=0; i<ar.length; i++){
if (ar[i].className=="submenu") //DynamicDrive.com change
ar[i].style.display = "none";
}
el.style.display = "block";
}else{
el.style.display = "none";
}
}
}
</script>
</head>
<body text="black" bgcolor="#FFFF00">
<!-- logo here --><table summary="" align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td bgcolor="#0090FF" align="center"> <img src="https://pokemonpalace.net/pictures/banner.png" alt=""></td></tr></table>
<table summary="" align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="20%" valign="top"><br><!-- menu -->
<!-- Keep all menus within masterdiv-->
<div id="masterdiv">
<div class="menutitle" onclick="SwitchMenu('sub1')">Site</div>
<span class="submenu" id="sub1">
- <a href="index.php">News</a><br>
- <a href="pgnforums.cjb.net">Forums</a><br>
- <a href=" ">PokeCommunity</a><br>
- <a href=" ">News Login</a>
</span>
<div class="menutitle" onclick="SwitchMenu('sub2')"> </div>
<span class="submenu" id="sub2">
- <a href=" "> </a><br>
- <a href=" "> </a><br>
- <a href=" "> </a>
</span>
<div class="menutitle" onclick="SwitchMenu('sub3')"> </div>
<span class="submenu" id="sub3">
- <a href=" "> </a><br>
</span>
<div class="menutitle" onclick="SwitchMenu('sub4')"> </div>
<span class="submenu" id="sub4">
- <a href=" "> </a><br>
- <a href=" "> </a><br>
- <a href=" "> </a><br>
- <a href=" "> </a><br>
</span>
<img src="" onclick="SwitchMenu('sub6')"><br>
<span class="submenu" id="sub6">
- <a href=" "> </a><br>
- <a href=" "> </a><br>
- <a href=" "> </a><br>
</span>
</div>
</div></td>
<td width="5%" bgcolor="#FFFFFF"></td>
<td width="75%" bgcolor="#FFFFFF" valign="top">
<font size=4><b><center>
Header title here
</center></b></font>
<p>It has been announced in a press conference of 4Kids Entertainment (company in charge to distribute in America animates of Pok?mon), and Kids WB (channel that transmits it in the U.S.A.) that arrangements have been made and they have bought Three more Seasons of Pok?mon.</p>
<p>So all Pokemon fans,we are in for a treat this year as the number one Anime mostly watched in the world continues.</p>
<p>It has been announced in a press conference of 4Kids Entertainment (company in charge to distribute in America animates of Pok?mon), and Kids WB (channel that transmits it in the U.S.A.) that arrangements have been made and they have bought Three more Seasons of Pok?mon.</p>
<p>So all Pokemon fans,we are in for a treat this year as the number one Anime mostly watched in the world continues.</p>
<br></td>
</tr>
<tr><td bgcolor="#FF0000" colspan="3"><font size=1>All Content is © 2004 PGN. All rights reserved</font></td></tr>
</table
<br>
</body>
</html>