    if (document.images)
    {
    site0 = new Image
    site1 = new Image
    site2 = new Image
    site3 = new Image
    site4 = new Image
    site5 = new Image
    site6 = new Image
    site7 = new Image
    site8 = new Image
    site9 = new Image
    site10 = new Image
    site11 = new Image
    site12 = new Image
    site13 = new Image
    site14 = new Image
    site15 = new Image
    site16 = new Image

    site0.src = "images/portfolio/blankimg.gif"
    site1.src = "images/portfolio/pci_img.gif"
    site2.src = "images/portfolio/oscar_img.gif"
    site3.src = "images/portfolio/vapglobal_img.gif"
    site4.src = "images/portfolio/fibreworks_img.gif"
    site5.src = "images/portfolio/cssgrad_img.gif"
    site6.src = "images/portfolio/miro_img.gif"
    site7.src = "images/portfolio/allinadayswork_img.gif"
    site8.src = "images/portfolio/wildstone_img.gif"
    site9.src = "images/portfolio/brydonclean_img.gif"
    site10.src = "images/portfolio/jswedding_img.gif"
    site11.src = "images/portfolio/pp_img.gif"
    site12.src = "images/portfolio/benchmark_img.jpg"
    site13.src = "images/portfolio/rentals_img.jpg"
    site14.src = "images/portfolio/villaleah_img.jpg"
    site15.src = "images/portfolio/lchadwick_img.jpg"
    site16.src = "images/portfolio/eden_img.jpg"
    }

  else
    {
    site0 = " "
    site1 = " "
    site2 = " "
    site3 = " "
    site4 = " "
    site5 = " "
    site6 = " "
    site7 = " "
    site8 = " "
    site9 = " "
    site10 = " "
    site11 = " "
    site12 = " "
    site13 = " "
    site14 = " "
    site15 = " "
    site16 = " "
    document.website = " "
    }

  var cap1 = ['Year - Name of Website',
    '2003 - Pighin Controls',
    '2006 - Oscar (BCS-147)',
    '2006 - VAP Global Industries',
    '2006 - Fibreworks Ent',
    '2007 - CSS Grad 1997',
    '2008 - The Miro (BCS-682)',
    '2008 - All in a Days Work',
    '2008 - Wildstone',
    '2009 - Brydon Cleaning Solutions',
		'2009 - Jamie &amp; Simon Wedding',
    '2010 - Park Plaza (LMS-2174)',
    '2010 - Benchmark Homes Ltd',
    '2010 - Rentals in Port Moody',
    '2010 - Villa Leah Apartments',
    '2010 - Linda Chadwick Photography',
    '2011 - Eden (BCS-522)'
]

  var cap2 = ['Description of website',
    'This business website is a very simple design that provides basic information about the company.  It has a simple, yet effective menu system and there is very little content.  This site does not need to be updated regularly.',
    'This website was created for a strata council to communicate information about their building to potential buyers, renters, and the residents.  It is a complex design that allows a login area for residents to read notices, minutes and to book the lounge or media room.',
    'This business website was created for a young company to develop a presence on the web.  It is a simple, yet effective design that provides information about its products.  It also includes rotating images which displays many images in a small space.',
    'This website was created for an owner of a small business.  He wanted a site that was simple and informative.  The site is very small and provides a simple, yet effective side menu. This is a simple html coded site.',
    'This website was created for a 10 year grad reunion.  The purpose of the site was to communicate information about the event and to allow grads to submit an RSVP.  It also shows a list of grads who are attending each event. ',
    'This website was created for a strata council to communicate information about their building to potential buyers, renters, and the residents.  It is a complex design that allows a login area for residents to read notices and check the strata minutes.',
	'This website was created for a small landscaping company.  He wanted to incorporate a unique twist on landscaping by introducing a menu to display his services.  This website has a simple side menu and also uses a blog type feature that allows the author to add articles himself.',
	'This website was created for a large Construction and Engineering company looking for a more professional look on the web.  They also have advanced features such as news management and an ftp site which allow them to communicate information more easily.',
    'This website was created for a small company that specializes in cleaning solutions.  They wanted to create a professional presence on the web with a very simple design.  This website includes a contact form that is easy to manage.',
	'This wedding website was created for a couple who wanted to share all the details about their wedding online so everyone had access.  One of the challenges is that one family is mainly English speaking and the other is French.  The site also includes an online RSVP that uses Form Tools to store all responses in a database.',
    'This website was created for a strata council to communicate information about their building to potential buyers, renters, and the residents.  It is a complex design that allows a login area for residents to read notices and check the strata minutes.',
	'This website was created for a large developer in the Lower Mainland.  They have developed several subdivisions in Surrey, Langley, and Coquitlam. Their website allows them to share information about their developments and communicate information with potential buyers.',
	'This website was created for a new company that rents out apartments in Port Moody.  They currently have one building that they rent in Port Moody but may expand their business in the future.',
	'This website was created for a newly renovated apartment building in Port Moody to allow them to better promote the units they have for rent.  The website allows them to communicate and promote information about the rental units to potential tenants aswell as share important information about the building with its current tenants.',
	'This photography website was created for a new photographer looking to gain a presence online and allow her to share her work.  She has a gallery that allows her to sell photos through paypal and a client area where clients can view proofs of the photo shoot.',
    'This website was created for a strata council to communicate information about their building to potential buyers, renters, and the residents.  It is a design that allows a login area for residents to read notices and check the strata minutes.',
		]


  function rollover(n)
    {
    document.website.src = window['site'+n].src
    document.getElementById('caption1').innerHTML = cap1[n]
    document.getElementById('caption2').innerHTML = cap2[n]
    }

