// JavaScript Document

/*<!--

	Project Manager				: CHAP SAMOL
	Web Designer and Developer 	: CHAP SAMOL
	Contact Mail				: samolchap@yahoo.com
								  chap.samol@netisolutions.biz
	Contact Number				: (855) 12 350 810
								  
//-->*/




	imgURL = new Array();
	
	path = "image/partner/";
	imgURL[0] = path + "Microsoft_cert_partner_logo.jpg";
	imgURL[1] = path + "ibm.jpg";
	imgURL[2] = path + "trendmicro.gif";
	imgURL[3] = path + "emc.jpg";
	imgURL[4] = path + "alcatel.jpg";
	imgURL[5] = path + "Accpac.gif";
	imgURL[6] = path + "tally.jpg";
	imgURL[7] = path + "logo-panasonic.gif";
//	imgURL[8] = path + "48.gif";
	
	textDesc = new Array();
/*
	for(j=0;j<imgURL.length;j++)
	{
		textDesc[j] = "package: <b>" + (j+1) + "</b>"; 
	}
*/
	textDesc[0] = "<a href='http://www.microsoft.com/' class='a2'>Microsoft</a>";
	textDesc[1] = "<a href='http://www.ibm.com/' class='a2'>IBM</a>";
	textDesc[2] = "<a href='http://www.trendmicro.com/' class='a2'>Trend Micro</a>";
	textDesc[3] = "<a href='http://www.emc.com/' class='a2'>EMC</a>";
	textDesc[4] = "<a href='http://www.alcatel-lucent.com/' class='a2'>Alcatel-Lucent</a>";
	textDesc[5] = "<a href='http://www.sage.com/' class='a2'>ACCPACC Accounting</a>";
	textDesc[6] = "Tally Accounting Solutions";
	textDesc[7] = "<a href='http://www.panasonic.com.sg/' class='a2'>PANASONIC PABX</a>";
	
	
	// create slide show
	slide_1 = new slideshow("slide_1");
	slide_1.timeout = 5*1000;
	str="";
	for(i=0;i<imgURL.length;i++)
	{
		 str += imgURL[i] + "\n";
		 s = new slide();
		 s.src = imgURL[i];
		 s.text = textDesc[i];
		 slide_1.add_slide(s); 
	}


/////////////////////////---for product list---/////////////////////////


	P_imgURL = new Array();
	
	P_path = "image/software/";
	P_imgURL[0] = P_path + "software_development.jpg";
	P_imgURL[1] = P_path + "hr.jpg";
	P_imgURL[2] = P_path + "insunet.jpg";
	P_imgURL[3] = P_path + "Reinsurance.jpg";
	P_imgURL[4] = P_path + "website.jpg";


	P_textDesc = new Array();

	P_textDesc[0] = "Software Development";
	P_textDesc[1] = "HR Management System";
	P_textDesc[2] = "Insurance System";
	P_textDesc[3] = "Re-insurance System";
	P_textDesc[4] = "Web Development";






































































/*<!--

	Project Manager				: CHAP SAMOL
	Web Designer and Developer 	: CHAP SAMOL
	Contact Mail				: samolchap@yahoo.com
								  chap.samol@netisolutions.biz
	Contact Number				: (855) 12 350 810
								  
//-->*/





