// This file defines the globals unique to this site
// and generates all headers/footers
var SiteName="Deathshadows Battletech Page"
var MenuSpacer="h_buttonspacer.png"

var ls_bar='<tr'+f_h+'12'+f_bs+'images/v_buttonspacer.gif)"><td'+f_ac+'></td></tr>'

var ls_menu1=[
['index.html','Main Page',''],
['ds_Factions.html','Factions','The various factions I currently play in Battletech'],
['ds_Minis.html','Miniatures','My hand carved miniatures along with some painted Ral Partha / Iron Wind Metals Mini&acute;s'],
['ds_Design.html','Designs','Various &acute;Mechs I have designed']
]
var ls_menu2=[
['ds_Mk1Omnis.html','Mk1 Omni&acute;s','The &acute;lost&acute; original 3050 Omnimechs'],
['ds_Software.html','Software','Battletech Related Software'],
['ds_Links.html','Links','Links to other Battletech related websites'],
['../index.html','Back to PSN','Back to Paladin Systems North']
]

function pageheader() { with (document) {
if (!window.HorizMenu) {
write(f_tbl+f_al+f_w+'150><tr><td'+f_w+'150'+f_h+'56'+f_ac+fcl+'titlebut">Deathshadow&acute;s Battletech Page</td></tr><tr><td>')
a_column(ls_menu1)
a_column(ls_menu2)
write('</td></tr></table>')
} else if (HorizMenu=="true") {
write(f_tbl+f_w+'100%><tr><td'+f_w+'150'+f_h+'56'+f_ac+fcl+'titlebut" rowspan=2>Deathshadow&acute;s Battletech Page</td><td align=center '+f_bs+'buttons/blank_but.png)">')
a_row(ls_menu1)
write('</td></tr><tr><td'+f_bs+'buttons/blank_but.png)">')
a_row(ls_menu2)
write('</td></tr></table>')
}
}}

function pagefooter() {with (document) {
write('<br><table width=100% cellpadding=8 cellspacing=0 border=0'+f_h+'64'+f_bs+'images/vbut.png); clear:both;"><tr><td'+f_ac+'>This website was recreated by Jason M. Knight. November 2004,<br><span class="fs10">Best viewed at 800x600 or higher and with M.1 R.0 Sensors</span></td></tr></table><table width=100% cellpadding=8 cellspacing=8 border=0'+f_bs+'images/bigtile2.gif);"><tr class="legal"><td>')
//Image link here
i_link('fix_fanpro.png',150,40,'http://www.fanpro.com','Fantasy Productions - Makers of Classic Battletech')
write('<br>')
i_link('cbt_logo.png',150,103,'http://www.classicbattletech.com','ClassicBattletech.com - The source for Classic Battletech info, news and discussion.')
write('</td><td align=center>WizKids LLC has sole ownership of the names, logo, artwork, marks, photographs, sounds, audio, video and/or any proprietary material used in connection with the game Classic BattleTech. WizKids, LLC has granted permission to Deathshadow&acute;s Battletech Page to use such names, logos, artwork, marks and/or any written materials for promotional and informational purposes on its website but does not endorse, and is not affiliated with, this website in any official capacity whatsoever.</td><td>')
//Image Link Here
i_link('fix_wklogo.png',150,90,'http://www.wizkids.com','WizKids - Makers of MechWarrior Darkage');
write('</tr></table>')

}}