function showWhitePapers() { var content = 'What size ERP for me?
\n' + 'As manufacturing businesses grow, they discover that what might have \n' + 'worked when they were in a small shop is suffering from growing pains.
\n' + ' ' + '<Read more>' + '
Capture the Process

\n' + ' In many cases Information Technology projects are started \n' + 'because some process is inefficient or broken.  A common approach to fixing the \n' + 'problem is to survey what new applications are available, select and configure \n' + 'one, and then hope that things improve.
\n' + ' \n' + '<Read more>\n' +'
Mine the Process

\n' + ' The infusion of computer based systems throughout business enables\n' + 'a novel and unintrusive way to capture, document, and analyze processes -- a way that\n' + 'does not suffer from the scaling difficulties of traditional approaches.
\n' + ' \n' + '<Read more>\n' + '\n' + '
Inventory Control - Springboard or Roadblock?

\n' + 'All businesses that deal with products have to have some sort of\n' + 'inventory control. Often when they first start up they use the Eyeball System -- walking\n' + 'through the storage area and noting the stock levels.  Next comes the Brown Bag System ...
\n' + ' \n' + '<Read more>\n' + '\n'; showContentTitle("White Papers"); document.getElementById("contentPageNav").innerHTML='1 of 6'; document.getElementById("contentPageNext").onclick = showWhitePapers2; document.getElementById("contentPagePrev").style.visibility="hidden"; document.getElementById("contentPageNext").style.visibility="visible"; document.getElementById("contentPageNav").style.visibility="visible"; document.getElementById('contentBody').innerHTML = content; } function showWhitePapers2() { var content = 'Coordinating Supply Chain Demand
\n' + ' A fresh approach for using the Internet to coordinate with \n' + 'suppliers and customers to mutual benefit.
\n' + ' \n' + '<Read more>\n' + '\n' + '
A Simple Test for the Benefit of EAI

\n' + 'As Few IT managers considering Enterprise Application Integration \n' + '(EAI) are starting with a clean slate.  With the dictum "if it isn't broke, don't \n' + 'fix it" in mind, sometimes it is difficult to take the first steps to consider EAI as a possiblity.
\n' + ' \n' + '<Read more>\n' + '\n' + '
Automating J2EE Code Generation

\n' + ' The Sun J2EE specification has incredible flexibility.  But \n' + 'the cost of that flexibility is a high entry barrier -- even the most trivial J2EE \n' + 'applications require....
\n' + ' \n' + '<Read more>\n' + '\n' + '
Developing the Business Case for Integration

\n' + ' Many EAI projects are started because they just seem like \n' + 'a good thing to do.  But often no business case is developed because there seems \n' + 'to be no easy way to quantify the benefits; it is "too hard".
\n' + ' \n' + '<Read more>\n' + '\n'; showContentTitle("White Papers"); document.getElementById("contentPageNav").innerHTML='2 of 6'; document.getElementById("contentPagePrev").onclick = showWhitePapers; document.getElementById("contentPageNext").onclick = showWhitePapers3; document.getElementById("contentPagePrev").style.visibility="visible"; document.getElementById("contentPageNext").style.visibility="visible"; document.getElementById("contentPageNav").style.visibility="visible"; document.getElementById('contentBody').innerHTML = content; } function showWhitePapers3() { var content = 'Incremental Development
\n' + ' Once the initial hurdles of an integration project have \n' + 'been overcome, the pressure to complete the job and go live can become overwhelming. \n' + 'If it was a good idea to implement the project in the first place, then it has \n' + 'just got to be a good idea to have it working as soon as possible.
\n' + ' \n' + '<Read more>\n' + '\n' + '
How to Analyze Requirements

\n' + ' Most project teams know the importance of gathering requirements \n' + 'and analyzing them before starting design and implementation.  But what is a "good" \n' + 'requirement?
\n' + ' \n' + '<Read more>\n' + '\n' + '
Hallmarks of Good Test Procedures

\n' + ' All of us have probably experienced the project that would \n' + 'not end.  Even if the design and development phases came in on schedule and within \n' + 'budget, sometimes the final tweaking drags on and on.
\n' + ' \n' + '<Read more>\n' + '\n' + '
How to Choose A Systems Integrator

\n' + ' Probably no other factor is more important to project success \n' + 'than the choice of the system integrator.  But there are many of them out there.  \n' + 'How does one go about finding out which indeed is best suited for the job?
\n' + ' \n' + '<Read more>\n' + '\n'; showContentTitle('White Papers'); document.getElementById("contentPageNav").innerHTML='3 of 6'; document.getElementById("contentPagePrev").onclick = showWhitePapers2; document.getElementById("contentPageNext").onclick = showWhitePapers4; document.getElementById("contentPagePrev").style.visibility="visible"; document.getElementById("contentPageNext").style.visibility="visible"; document.getElementById("contentPageNav").style.visibility="visible"; document.getElementById('contentBody').innerHTML = content; } function showWhitePapers4() { var content = 'How to Define Tasks
\n' + ' Tools such as Microsoft Project help capture project plans, \n' + 'and no project of any real size goes forward without using them.  Yet many projects \n' + 'still overrun their budgets, require rework, or are abandoned altogether.
\n' + ' \n' + '<Read more>\n' + '
How to Perform Tradeoffs

\n' + ' Making some business decisions are complex.  Often there \n' + 'is no obvious best choice.  This paper presents a step by step procedure that aids \n' + 'the decision process.
\n' + ' \n' + '<Read more>\n' + '\n' + '
How to Run Oracle on Mac OS X Tiger

\n' + ' Oracle is one of the biggest, most popular, and most important \n' + 'database management systems available to the enterprise. In many cases only platforms \n' + 'that run Oracle acceptably can be used to develop enterprise applications.
\n' + ' \n' + '<Read more>\n' + '\n' + '
Genomic Pathway Storage and Documentation in a Graph-like \n' + 'Structure

\n' + ' Biochemical pathway information is currently fragmentary.  \n' + 'The staggering number of genes, sequences, and resulting enzymes produced by the \n' + 'National Human Genome Project will exacerbate this problem.
\n' + ' \n' + '<Read more>

' + '\n'; showContentTitle('White Papers'); document.getElementById("contentPageNav").innerHTML='4 of 6'; document.getElementById("contentPagePrev").onclick = showWhitePapers3; document.getElementById("contentPageNext").onclick = showWhitePapers5; document.getElementById("contentPagePrev").style.visibility="visible"; document.getElementById("contentPageNext").style.visibility="visible"; document.getElementById("contentPageNav").style.visibility="visible"; document.getElementById('contentBody').innerHTML = content; } function showWhitePapers5() { var content = 'Optimizing Cocoa Graphics for Mac OS X
\n' + ' Cocoa programmers are faced with an amazing variety of ways \n' + 'to push pixels to the screen.
\n' + ' \n' + '<Read more>\n' + '
Refactoring in Scientific Computing

\n' + ' Many large scientific computing programs originally written in\n' + 'FORTRAN have been translated in a straightforward manner to object oriented code.\n' + 'But in doing so, many of the benefits of object orientation were not taken advantage of.
\n' + ' \n' + '<Read more>\n' + '\n' +'
Setting up Subversion on OS X

\n' + ' Software engineers working in a professional environment typically\n' + 'have a source code repository that helps them keep track of changes.
\n' + ' \n' + '<Read more>\n' + '\n' + '
Three Patterns of Integration

\n' + ' Enterprise Application Integration (EAI) has been an industry \n' + 'buzzword for a few years now.  The pressure on IT to "do something" has been intensive.  \n' + 'But what to do?
\n' + ' \n' + '<Read more>\n'; showContentTitle('White Papers'); document.getElementById("contentPageNav").innerHTML='5 of 6'; document.getElementById("contentPagePrev").onclick = showWhitePapers4; document.getElementById("contentPagePrev").style.visibility="visible"; document.getElementById("contentPageNext").style.visibility="visible"; document.getElementById("contentPageNext").onclick = showWhitePapers6; document.getElementById("contentPageNav").style.visibility="visible"; document.getElementById('contentBody').innerHTML = content; } function showWhitePapers6() { var content = '
The Value of Integration

\n' + 'Integrations save time and money.  Five types of integration \n' + 'are particularly noteworthy.
\n' + ' \n' + '<Read more>\n' + '\n'; showContentTitle('White Papers'); document.getElementById("contentPageNav").innerHTML='6 of 6'; document.getElementById("contentPagePrev").onclick = showWhitePapers5; document.getElementById("contentPagePrev").style.visibility="visible"; document.getElementById("contentPageNext").style.visibility="hidden"; document.getElementById("contentPageNav").style.visibility="visible"; document.getElementById('contentBody').innerHTML = content; }