// Make Top of Page
function maketoppage(dir,posi){
var tp01="<table cellpadding='0' cellspacing='0'>";
var tp02="<tr><td style='vertical-align:top'>";
// Menu
var tp03="<table class='nosizetable' cellpadding='0' cellspacing='0'>";
var tp04="<tr><td style='background-color:#000000;width:223px'><img src='"+dir+"images/layout/LegoPAtionWebCorner.jpg' style='width:223px;height:160px' alt='LegoPAtion' /></td>";
var tp05="<td style='width:100%;text-align:center'><b>Updated randomly<br />Regular schedule starts again after June 23rd, 20003</b><p /><a href='http://www.penny-arcade.com'><img src='"+dir+"images/layout/banner2PA.gif' style='width:300px;height:60px' alt='Penny-Arcade' /></a><br /><a href='"+dir+"../index.html'><img src='"+dir+"images/layout/OEFlink.jpg' style='width:336px;height:35px' alt='One-EyedFred.com' /></a></td>";
var tp06="<td style='width:223px'>";
var tp07="<table class='nosizetable' cellpadding='0' cellspacing='0'>";
var tp08="<tr><td style='background-color:#000000;width:223px;height:44px'><a href='"+dir+"index.html'><img src='"+dir+"images/layout/NavMain.jpg' style='width:223px;height:44px' alt='mPAin' /></a></td></tr>";
var tp09="<tr><td style='background-color:#000000;width:223px;height:37px'><a href='"+dir+"archive.html'><img src='"+dir+"images/layout/NavArchive.jpg' style='width:223px;height:37px' alt='PArchive' /></a></td></tr>";
var tp10="<tr><td style='background-color:#000000;width:223px;height:35px'><a href='"+dir+"creation.html'><img src='"+dir+"images/layout/NavCreation.jpg' style='width:223px;height:35px' alt='crePAtion' /></a></td></tr>";
var tp11="<tr><td style='background-color:#000000;width:223px;height:44px'><a href='"+dir+"animations.html'><img src='"+dir+"images/layout/NavAnimations.jpg' style='width:223px;height:44px' alt='mPAin' /></a></td></tr>";
var tp12="</table></td></tr>";
var tp13="<tr><td colspan='3' style='background-image:url("+dir+"images/layout/bar.gif);height:4px'></td></tr>";
// Start of Content
var tp14="<tr><td colspan='3' style='text-align:"+posi+"'>";
return tp01+tp02+tp03+tp04+tp05+tp06+tp07+tp08+tp09+tp10+tp11+tp12+tp13+tp14;
}

// Make Bottom of Page
function makebottompage(){
var bp01="</td></tr></table></td></tr>";
// Copyright
var bp02="<tr><td class='updateText'>all content found on this site, unless otherwise copyrighted or stated:  &copy; 2002 <a href='mailto:JP@One-EyedFred.com' class='updateText'>Jonathan Potter</a></td></tr>";
var bp03="<tr><td class='updateText'>LEGO &trade; is a registered trademark of the LEGO Corporation, and this site is in no way affiliated with LEGO &trade; or any of its organizations.</td></tr>";
var bp04="</table>";
return bp01+bp02+bp03+bp04;
}

// Make Top of News Box Table
function maketopnewsbox(dir){
var nb01="<table class='nosizetable' cellpadding='0' cellspacing='0'>";
var nb02="<tr><td style='background-color:#000000;width:16px;height16px'><img src='"+dir+"images/layout/TopLeftNewsBox.gif' style='width:16px;height:16px' alt='border' /></td><td style='background-image:url("+dir+"images/layout/TopMiddleNewsBox.gif);background-color:#000000;height16px'>&nbsp;</td><td style='background-color:#000000;width:16px;height16px'><img src='"+dir+"images/layout/TopRightNewsBox.gif' style='width:16px;height:16px' alt='border' /></td></tr>";
var nb03="<tr><td style='background-image:url("+dir+"images/layout/LeftMiddleNewsBox.gif);background-color:#000000;width:16px'></td><td style='background-color:#666666'>";
return nb01+nb02+nb03;
}

// Make Bottom of News Box Table
function makebottomnewsbox(dir){
var nb01="</td><td style='background-image:url("+dir+"images/layout/RightMiddleNewsBox.gif);background-color:#000000;width:16px'></td>";
var nb02="<tr><td style='background-color:#000000;width:16px;height16px'><img src='"+dir+"images/layout/BottomLeftNewsBox.gif' style='width:16px;height:16px' alt='border' /></td><td style='background-image:url("+dir+"images/layout/BottomMiddleNewsBox.gif);background-color:#000000;height16px'>&nbsp;</td><td style='background-color:#000000;width:16px;height16px'><img src='"+dir+"images/layout/BottomRightNewsBox.gif' style='width:16px;height:16px' alt='border' /></td></tr>";
var nb03="</table>";
return nb01+nb02+nb03;
}

// Open Movie Box
function moviebox(lnk,dimn){
window.open(lnk,"movie","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width="+dimn+",height="+dimn);
}

// Open New Window
function donewwindow(lnk,nme,scrll,rsize,wdth,hght){
window.open(lnk,nme,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+scrll+",resizable="+rsize+",copyhistory=yes,width="+wdth+",height="+hght);
}

// Open New Window With Toolbar
function donewwindowbar(lnk,nme,scrll,rsize,wdth,hght){
window.open(lnk,nme,"toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars="+scrll+",resizable="+rsize+",copyhistory=yes,width="+wdth+",height="+hght);
}

