var pindex = 0;
var portfolio = new Array();
//portfolio[pindex++] = new Array("images/portfolio/chime_1.gif", "<a href=\"http://www.giti.net/Chime2003\" target=\"out\">Chimedc.org</a>", "GitiNet has been working on a new website for this nonprofit organization based in Washington D.C. <br>The URL links to an under-construction demo.");

//portfolio[pindex++] = new Array("images/portfolio/archinstitute_1.gif", "ArchInstitute.org design 1", "ARCH Institute, a nonprofit organization based in Washington D.C., needed to quickly launch its website. They needed a customized professional website that uniquely represents their organization. Their site was launched within weeks, right on time, and within their budget.");

portfolio[pindex++] = new Array("images/portfolio/archinstitute_2.gif", "<a href=\"http://www.ArchInstitute.org\" target=\"out\">ArchInstitute.org</a>", "<a href=\"http://www.ArchInstitute.org\" target=\"out\">ARCH Institute</a>, a nonprofit organization based in Washington D.C., needed to quickly launch a customized website that uniquely represents their organization. GitiNet completely designed &amp; programmed their site, launched it on time, and within their budget.");

portfolio[pindex++] = new Array("images/portfolio/strategicinc_1.gif", "<a href=\"http://www.strategicinc.org\" target=\"out\">StrategicInc.org</a>", "<a href=\"http://www.strategicinc.org\" target=\"out\">Strategic Community Services, Inc.</a> (SCSI), a nonprofit organization based in Annapolis, Maryland, needed a new website with a simple yet appealing interface, one-click page access navigation, and a high usability rating. GitiNet redesigned their logo, designed their navigation bar, and developed SCSI's new website, and integrated it with CSS to optimize its transfer time, maintainability, and consistency. The site was delivered within SCSI's projected budget and ahead of schedule.");

portfolio[pindex++] = new Array("images/portfolio/paultebbets.gif", "<a href=\"http://www.PaulTebbetsGroup.com\" target=\"out\">PaulTebbetsGroup.com</a>", "<a href=\"http://www.PaulTebbetsGroup.com\" target=\"out\">The Paul Tebbets Group</a> needed a website that would blend well with their logo and be easy to navigate. Based on the information architecture created by Bordercross Communications, GitiNet completely designed and developed the website below the projected budget and launched it on schedule.");

portfolio[pindex++] = new Array("images/portfolio/bordercross.gif", "<a href=\"http://www.Bordercross.com\" target=\"out\">Bordercross.com</a>", "GitiNet designed and developed this website for <a href=\"http://www.Bordercross.com\" target=\"out\">Bordercross Communications</a>, and integratged it with CSS for better maintainability and faster upload. The lettering of the logo was redesigned to make it blend with the labyrinth symbol.");

portfolio[pindex++] = new Array("images/portfolio/inoldtown.gif", "<a href=\"http://www.inOldTown.info\" target=\"out\">inOldTown.info</a>", "inOldTown.info is a database-driven Website that provides information about more than 4000 businesses, shops, and restaurants in Old Town Alexandria, Virginia. This Website also features keyword search capability. Technologies used include: PERL, XHTML, CSS, SQL.");

portfolio[pindex++] = new Array("images/portfolio/postmarine_1.gif", "Post Marine, main page", "This database-driven website features a shopping cart, keyword search capability, and an administrative control panel that facilitates maintenance of the website and its database by Post Marine staff.<br>Technologies used include: Java J2EE, XHTML, CSS, SQL.");

portfolio[pindex++] = new Array("images/portfolio/postmarine_2.gif", "Post Marine, items list page", "This database-driven website features a shopping cart, keyword search capability, administrative interface that allows Post Marine's staff to self-maintain their website and its database.<br>Technologies used include: Java J2EE, XHTML, CSS, SQL.");

//portfolio[pindex++] = new Array("images/portfolio/breadandkabob.gif", "<a href=\"http://www.BreadAndKabob.com\" target=\"out\">BreadAndKabob.com</a>", "Bread &amp; Kabob, a multi-location restaurant in Northern Virginia needed a website to help them with expanding their catering services. They have received many compliments for the uncluttered elegant look of their website interface.");

//portfolio[pindex++] = new Array("images/portfolio/acetrans_1.gif", "<a href=\"http://www.giti.net/AceTrans\" target=\"out\">Ace Transportation &amp; Tours</a>", "Ace Transportation &amp; Tours experienced substantial growth after launching its initial Website designed and developed by Gitinet in 2001. According to the owners, clients repeatedly complimented on its ease-of-use.");

portfolio[pindex++] = new Array("images/portfolio/rugfinder.gif", "<a href=\"http://www.RugFinder.com\" target=\"out\">RugFinder.com</a>", "RugFinder.com is a database-driven application lists rug retailers in the United States through a search tool. It also provides tools such that the member retailers can add their own items to its database through a password protected interface. Technologies used: PERL, MySQL, HTML, CSS.");

portfolio[pindex++] = new Array("images/portfolio/americanorient_1.gif", "<a href=\"http://www.giti.net/AmericanOrient\" target=\"out\">American Orient</a>", "Originally linked to their Website, this database driven intranet was created for American Orient LLC, an importer of home furnishings. It facilitates a fast and convenient way of searching through their large inventory.");

//portfolio[pindex++] = new Array("images/portfolio/frimx.gif", "<a href=\"http://www.FrimxLimo.com\" target=\"out\">FrimxLimo.com</a>", "This website was created for Frimx Executive Sedan &amp;&nbsp;Limo Services, a luxury transportations service provider in Washington DC metropolitan area. It features online quote and registration forms.");

portfolio[pindex++] = new Array("images/portfolio/azarrugs_1.gif", "<a href=\"http://www.AzarRugs.com\" target=\"out\">AzarRugs.com</a>", "This site was provided to <a href=\"http://www.AzarRugs.com\" target=\"out\">Azar Oriental Rugs</a>, a wholesaler of hand-woven rugs in Washington DC metropolitan area.");

portfolio[pindex++] = new Array("images/portfolio/cart.gif", "<a href=\"http://gitinet.com/cart.html\">Cart</a>", "A user-friendly shopping cart system implemented in Java.");

portfolio[pindex++] = new Array("images/logos/chime.gif", "CHIME, logo", "Logo designed for Community Help In Music Education (CHIME)");

portfolio[pindex++] = new Array("images/logos/Ace_Logo_2.gif", "ACE, logo", "Logo designed for Ace Transportation and Tours, a touring service provider in Washington D.C. and Northern Virginia.");

portfolio[pindex++] = new Array("images/logos/Access_logo.gif", "Access Limo, logo", "Logo designed for Access Limousine Service, a luxury transportation service provider in Washington D.C. metropolitan area.");

//portfolio[pindex++] = new Array("images/v6/sites/babasan.gif", "BabaSani", "Manufacturer of heating equipment");


function rollPortfolio(direction) {
	if (direction == "B"){
		if(index==0) index = pindex;
		index--;
	} else
		index++;
	if (index == portfolio.length)
		index = 0;
	getObject("portfolioimg").src = portfolio[index][0];
	getObject("domainname").innerHTML = portfolio[index][1];
	getObject("describe").innerHTML = portfolio[index][2];
}
function getObject(obj) {
	if (document.getElementById)
		return document.getElementById(obj)
	else if (document.all)
		return document.all[obj]
}
//if (document.getElementById||document.all)
	//window.onload=rollPortfolio("F");
