﻿function nl(grp,url,type,name) { 
  this.grp=grp;
  this.url=url;
  this.type=type;
  this.name=name;
}
var l;
l=new Array();var a; a=0;
l[a++]=new nl(1,'G420.htm',1,'Salary Plan')
l[a++]=new nl(1,'048.htm',1,'Consultants')
l[a++]=new nl(1,'041.htm',1,'Relocation')

l[a++]=new nl(2,'G442.htm',1,'Merit Pay')
l[a++]=new nl(2,'G443.htm',1,'Gainsharing')
l[a++]=new nl(2,'G444.htm',1,'Profit Sharing')
l[a++]=new nl(2,'G445.htm',1,'Stock Options')
l[a++]=new nl(2,'G446.htm',1,'ESOP')


l[a++]=new nl(3,'G470.htm',1,'Overview')
l[a++]=new nl(3,'G474.htm',1,'Conducting')
l[a++]=new nl(3,'043.htm',1,'Web Links to')
l[a++]=new nl(3,'G916.htm',1,'Statistics')

l[a++]=new nl(4,'G432.htm',1,'Dynamic Web Apps')
l[a++]=new nl(4,'G433.htm',1,'Web Technology')
l[a++]=new nl(4,'G434.htm',1,'Client or Server')
l[a++]=new nl(4,'G435.htm',1,'Important Questions')
l[a++]=new nl(4,'G436.htm',1,'Server Based Apps')
l[a++]=new nl(4,'G437.htm',1,'Client Based Apps')

l[a++]=new nl(5,'G411.htm',1,'Ranking')
l[a++]=new nl(5,'G412.htm',1,'Classification')
l[a++]=new nl(5,'G413.htm',1,'Factor Comparison')
l[a++]=new nl(5,'G414.htm',1,'Point Method')

l[a++]=new nl(6,'G051.htm',1,'Content')
l[a++]=new nl(6,'025.htm',1,'On-Line Descriptions')
l[a++]=new nl(6,'G010.htm',1,'Classification Systems')
l[a++]=new nl(6,'G053.htm',1,'Action Verbs')

l[a++]=new nl(7,'046.htm',1,'Comp Software')
l[a++]=new nl(7,'software.htm',3,'HR Software')

l[a++]=new nl(8,'jobanalysis.htm',3,'Job Analysis')
l[a++]=new nl(8,'jobevaluation.htm',3,'Job Evaluation')
l[a++]=new nl(8,'selection.htm',3,'Personnel Selection')
l[a++]=new nl(8,'eeo.htm',3,'EEO')


function gh(caption,j) {
  document.writeln('<table border=0 width="100%" bgcolor="#000000"><tr><td>')  
  document.writeln('<font size="2" color="#FFFFFF">')  
  document.writeln(caption+'<br>')  
  document.writeln('</td></tr></table>')
  document.writeln('<table border=0 width="100%" cellpadding=0 cellspacing=0>')
  for(i=0;i<l.length;i++){
    if(j==l[i].grp){ 
      root='http://www.hr-guide.com/'
      if(l[i].type==1){ root+='data/' }
      if(l[i].type==2){ root='' }
      document.writeln('<tr><td ')
      document.writeln(' bgcolor=\'#CCDDFF\' onmouseover="mOvr(this,\'#DDFFCC\');" onmouseout="mOut(this,\'#CCDDFF\');" ') // Eliminated nowrap parameter
      document.writeln('>•<a href="'+root+l[i].url+'" target="_top">'+l[i].name+'</a><br>')
    }
  } document.writeln('</td></tr></table>')
  document.writeln('<br>')}
function mOvr(src,clrOver) { 
  if (!src.contains(event.fromElement)) { src.bgColor = clrOver; }
}
function mOut(src,clrIn) { 
  if (!src.contains(event.toElement)) { src.bgColor = clrIn; }
} 
function mClk(href) {
  if(event.srcElement.tagName=='TD') location = href;
}

function tc() {  
  document.writeln('<font size="2" face="Arial">')  
  document.writeln('<a href="http://www.hr-guide.com/">')  
  document.writeln('<p align=center>')  
  document.writeln('HR-Guide Home')  
  document.writeln('</a>')  
  document.writeln('</p>')  
  document.writeln('<a href="http://www.hr-guide.com/compensation.htm">')  
  document.writeln('<p align=center>')  
  document.writeln('Compensation')  
  document.writeln('</a>')  
  document.writeln('</p>')  
  document.writeln('<font size="2" face="Arial">') 

  xPage=new String(document.location); if(xPage.indexOf('G400')>0) ShowAd7() 

  gh('Comp Administration',1)
  gh('Incentive Plans',2)  
  gh('Salary Surveys',3)
  gh('Web Based<br>Salary Surveys',4)
  gh('Job Evaluation',5)
  gh('Job Descriptions',6)
  gh('Software',7)
  gh('Other HR-Guide Web Pages',8)
} 


function ShowAd7() {
  ThisMsg='<table><tr><td><table bgcolor=#ffffff cellpadding=6><tr><td><hr><center><font size=-1>firstpersonalinjury.co.uk</center>'
  ThisMsg+='<nobr>Our lawyers have extensive<br>experience in making<br>successful <a href="http://www.firstpersonalinjury.co.uk/">accident claims</a>.<br>If you have been in an<br>accident, contact us now.'
  ThisMsg+='</font><br><br></td></tr></table></td></tr></table>'
  document.write(ThisMsg)
}

