<!--
s="<center><form>";
s=s+"<input type=button class='off' onmouseover='this.className=\"on\"' onmouseout='this.className=\"off\"' ";
s=s+" value='Back'";
s=s+"onClick=";
s=s+"history.back()";
s=s+">";
s=s+"&nbsp;&nbsp;<input type=button class='off' onmouseover='this.className=\"on\"' onmouseout='this.className=\"off\"' ";
s=s+" value='Email'";
s=s+"onClick=";
s=s+"location.href='contactform-2.php'";
s=s+">";
s=s+"&nbsp;&nbsp;<input type=button class='off' onmouseover='this.className=\"on\"' onmouseout='this.className=\"off\"' value='Guestbook'";
s=s+"onClick=";
s=s+"location.href='psn_gbk.html'>";
s=s+"&nbsp;&nbsp;<input type=button class='off' onmouseover='this.className=\"on\"' onmouseout='this.className=\"off\"' value='Home'";
s=s+"onClick=";
s=s+"location.href='page_one.html'>";
s=s+"</center></form>";
document.write(s);
//-->

