
var imageArray = new Array();
function preload(images) {
    if (document.images) {
        var i = 0;       
        imageArray = images.split(',');
        var imageObj = new Image();
        for(i=0; i<=imageArray.length-1; i++) {
            //document.write('<img src="' + imageArray[i] + '" />');// Write to page (uncomment to check images)
            imageObj.src=images[i];
        }
    }
}

function chgcontent (x) {
if ( x=="1" ) { 
document.getElementById("pics").src= imageArray[x];
document.getElementById("title").firstChild.data = "Business Owner";
document.getElementById("sub_title").firstChild.data = "The installation of InFOREMAX RMA Software is rather simple....";
document.getElementById("line1").firstChild.data = "For deployment on a single-user machine you will be able to start using the Software once the software installation is finished.";
document.getElementById("line2").firstChild.data = "The installation for client-server enviroment just involves placing the Access Database file on a shared network file folder.";
document.getElementById("line3").firstChild.data = "When SQL Server Database is perfer the installation involves setting up tables using installation scripts and assigning permissions to SQL users. ";
document.getElementById("line4").firstChild.data = "If you do not know how to do this, you can request remote installation services. For just hundreds dollar our technicians will connect to your Windows server and will take the necessary steps to install and configure the Software.";
document.getElementById("marker").src= "images/marker_4.gif";
document.getElementById("back").src ="images/back.gif"; }

else if ( x=="2" ) { 
document.getElementById("pics").src= imageArray[x];
document.getElementById("title").firstChild.data = "Management";
document.getElementById("sub_title").firstChild.data = "Let's say your company needs to provide RMA services to your customers....";
document.getElementById("line1").firstChild.data = "Whether a retailer handles RMA for each product, a distributor requires forwarding customer returns to suppliers, or a manufacturer needs to provide repair services for different product lines, InFOREMAX is the best choice for any of these scenarios.";
document.getElementById("line2").firstChild.data = "InFOREMAX RMA Software allows you to handle customer and supplier RMA. With the  customer-tied spare parts feature, our software assists you to serve different customers with their own unique parts lists.";
document.getElementById("line3").firstChild.data = "Monitoring your repair center is ever simple and easy since managers have centralized access to all comprehensive reports.";
document.getElementById("line4").firstChild.data = "";
document.getElementById("marker").src= "images/spacer.gif";
document.getElementById("back").src ="images/back.gif"; }

else if ( x=="3" ) { 
document.getElementById("pics").src= imageArray[x];
document.getElementById("title").firstChild.data = "Support/Engineer";
document.getElementById("sub_title").firstChild.data = "Every business races to enhance its customer satisfaction and retention....";
document.getElementById("line1").firstChild.data = "Undoubtedly InFOREMAX RMA Software will ease your work significantly - track customer returns, product failures, and product repairs.";
document.getElementById("line2").firstChild.data = "Our software is provided with features that give your easier, more automated ways to handle your customers' service request.";
document.getElementById("line3").firstChild.data = "Should you need Web-based help desk features at some point, you may want to purchase our RMA Web Portal.";
document.getElementById("line4").firstChild.data = "If you need to integrate our Web Portal into your website bear in mind that InFOREMAX also offers Web Portal Integration Services. ";
document.getElementById("marker").src= "images/marker_4.gif";
document.getElementById("back").src ="images/back.gif"; }

else if ( x=="4" ) { 
document.getElementById("pics").src= imageArray[x];
document.getElementById("title").firstChild.data = "Reseller";
document.getElementById("sub_title").firstChild.data = "You own a IT solutions company and wish to add a product line related to CRM.... ";
document.getElementById("line1").firstChild.data = "Whether you need a RMA Software for yourself or an IT solution for your customers, InFOREMAX is the best choice. After all, reinventing the wheel is always slow and expensive in the software industry.";
document.getElementById("line2").firstChild.data = "InFOREMAX offer the Reseller Kits that contain a mixture of software and services specially designed for reselling.";
document.getElementById("line3").firstChild.data = "With this package you will be able to sell InFOREMAX Software including installation and implementation services to any customer. You will also get specialized technical support.";
document.getElementById("line4").firstChild.data = "";
document.getElementById("marker").src= "images/spacer.gif";
document.getElementById("back").src ="images/back.gif"; }

else { 
document.getElementById("pics").src= imageArray[x];
document.getElementById("title").firstChild.data = "In-House vs Hosted";
document.getElementById("sub_title").firstChild.data = "Companies selecting in-house solutions over a hosted delivery model realized....";
document.getElementById("line1").firstChild.data = "Companies need their applications to link to their existing legacy applications.";
document.getElementById("line2").firstChild.data = "Companies want their sensitive data staying in-house.";
document.getElementById("line3").firstChild.data = "Companies want to avoid interruption of their business operations during Internet downtime.";
document.getElementById("line4").firstChild.data = "Companies need flexibility and customization of on-premise applications.";
document.getElementById("marker").src= "images/marker_4.gif";
document.getElementById("back").src ="images/back_none.gif"; }
}
