

var tableSize="236"
var chaptertableSize="221"
var overflowString="overflow"
var chapterTextString="chapterText"

if(screen.width>800||screen.height>600){
tableSize="400"
chaptertableSize="385"
overflowString="overflowLarge"
chapterTextString="chapterTextLarge"
}
else{
tableSize="236"
chaptertableSize="221"
overflowString="overflow"
chapterTextString="chapterText"

}

function openLegal(page) {
	window.open (page, 'legal',	    'fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no,width=375,height=475,left=10,top=10');
}

function maximizeWin() {
  if (window.screen) {
    var aw = screen.availWidth;
    var ah = screen.availHeight;
    window.moveTo(0, 0);
    window.resizeTo(aw, ah);
  }
}

function underConstruction(){
alert ("This area is under construction.");
}
