defaultReturnPeriod = 4//CUSTOMISE THIS:::::::::Note 5
graphAreaOffsetY = -8//Note 6
isGraphDivRelative = true //Note 1
lineThicknessX = 1
lineThicknessY = 2
msgUsingWriteToDiv = 0 //Have this set to 0 if you want messages in a js alert.  Remove if you want message returned to div..
//usingSteplineSwitch = 1 //uncomment this if you have a stepline checkbox
if(document.layers && isGraphDivRelative){
  nsAndRelative = true//leave this one.
  nsRelGraphDivToDocX = 37//Note 2
  nsRelGraphDivToDocY = 30
}
function ggPageOnload(){
  //And page specific onloads.
}
//No need to set up comparisons anymore as long as they are named comparison1, comparison2 etc...

///TOOLTIPS.
tooltipsHTMLBefore = '<table border="0" cellspacing="1" cellpadding="2" bgcolor="#1E8FBF"><tr><td style="font-family: Arial, sans-serif; font-size:11px; background-color: #FFFFFF; color: #1E8FBF"><nobr>'
tooltipsHTMLAfter = '</nobr></td></tr></table>'
if(document.layers){
  tooltipsStaticHTMLBefore = '<font style="font-family: Arial, sans-serif; font-size:0.7em; background-color: #FFFFFF; color: #1E8FBF">'
  tooltipsStaticHTMLAfter = '</font>'
} else {
  tooltipsStaticHTMLBefore = ''
  tooltipsStaticHTMLAfter = ''
}

function goToGraphURL(newURL){
  self.location.href = newURL;
}


