var nextID
var priorID


function Display(pID) 
{
var Dta

//N A I V I G A T I O N - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

if (pID == 1)
{    
  
Dta =  "<BR><TABLE BORDER='0' BGCOLOR='whitesmoke'><TR><TD>"
Dta =  Dta + "<P><font face='arial, helvetica' color='#800000' SIZE='2'>"
Dta =  Dta + "In the meantime, will you be so kind as to answer the following question.<BR><BR>"

Dta =  Dta + "<ol type='1'>"
Dta =  Dta + "<li>"
Dta =  Dta + "Are you a Certified Personnel Consultants (CPC) or Certified Temporary-Staffing Specialists (CTS)?<BR><BR>"

Dta =  Dta + "<li>"
Dta =  Dta + "Information leading to the understanding of company operation, ethics, and procedures.<BR><BR>"

Dta =  Dta + "<li>"
Dta =  Dta + "I need to review your company contract I am required to sign.<BR><BR>"

Dta =  Dta + "<li>"
Dta =  Dta + "How long have you worked with your current company?<BR><BR>"

Dta =  Dta + "<li>"
Dta =  Dta + "How much experience do you have in representing programmers <em>(replace with your profession)</em>?"
Dta =  Dta + "    i.e. are you familiar in the language and complete System Development"
Dta =  Dta + "   Life Cycle, SDLC.<BR><BR>"

Dta =  Dta + "<li>"
Dta =  Dta + "Do you have any experience in the Lawrence and Lorsch theory?<br>"
Dta =  Dta + "    i.e. Do you have any skills in <em>differentiation</em> to describe and"
Dta =  Dta + "    negoiatate with respect to formalization, time orientation, goal and "
Dta =  Dta + "    interpersonal orientation.<BR><BR>"

Dta =  Dta + "<li>"
Dta =  Dta + "What is your level of expertise in the understanding of <em>integration</em>?<br>"
Dta =  Dta + "    i.e. integration is defined as the quality of the state of collaboration<BR><BR>"

Dta =  Dta + "<li>"
Dta =  Dta + "What type of technology and organization design are you familiar with."
Dta =  Dta + "    Please indicate the number of years?"
Dta =  Dta + "	<ol type='a'>"
Dta =  Dta + "      <li>  Woodward study"
Dta =  Dta + "      <li>  Mintzberg's theory"
Dta =  Dta + "      <li>  Aston research"
Dta =  Dta + "      <li>  Relative influence of contingency factors<BR><BR>"
Dta =  Dta + "    </ol>"
Dta =  Dta + "<li>"
Dta =  Dta + "Do you currenlty have a degree, if so how many and in what field(s)?<BR><BR>"

Dta =  Dta + "<li>"
Dta =  Dta + "How many years have you worked or studied the -Organization Structure-"
Dta =  Dta + "    <ol type='a'>"
Dta =  Dta + "     <li>  Vertical differentiation and authority hierarchy"
Dta =  Dta + "     <li>  Span of control."
Dta =  Dta + "	</ol>"
Dta =  Dta + "</ol>"
Dta =  Dta + "You can e-mail the contract and additional information about yourself and "
Dta =  Dta + "company to: <em>myemail@domain.com</em>"
Dta =  Dta + "<BR><BR>"
Dta =  Dta + "Please advise if there is a web site containing the above information. "
Dta =  Dta + "<BR><BR>"
Dta =  Dta + "I will contact you shortly after I review the material."

Dta =  Dta + "</FONT>"
Dta =  Dta + "</TD></TR></TABLE>"
}

 //http://www.dhtmlnirvana.com/alchemy/writto.htm
 p1 = "Q" + pID
 if (document.layers) 
 {
 document.layers[p1].document.write(Dta)
 document.layers[p1].document.close()
 } 
 else if (document.all) 
 {
 eval("document.all."+p1+".innerHTML=Dta")
 } 
 else {document.getElementById(p1).innerHTML = Dta;}
 
//eval(pID).innerHTML = Dta;
//---- eval(P1).innerHTML = Dta;
 //eval(P2).innerHTML = "-->";
  
 return false;
}

function RemoveDesc1(pID) 
{
 var Dta;
 Dta = " "
 eval("Q" + pID).innerHTML = Dta;
 //eval(P2).innerHTML = Dta;
 return false;
}

function RemoveDesc(pID) 
{
 var Dta;
 Dta = " "
 //eval(pID).innerHTML = Dta;
 eval(P1).innerHTML = Dta;
 return false;
}
