	window.addEvent('load', function(){
		if ($('window1')){
			$('window1').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'Babin Building Solutions',
					content: '<img src="media/images/1.jpg" />',
					modal: true,
					width: 525,
					height: 380
				});
			});
		}
		if ($('window2')){
			$('window2').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'Buckley King & Bluso',
					content: '<img src="media/images/2.jpg" />',
					modal: true,
					width: 525,
					height: 370
				});
			});
		}
		if ($('window3')){
			$('window3').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'Healthcare Innovative Solutions',
					content: '<img src="media/images/3.jpg" />',
					modal: true,
					width: 525,
					height: 430
				});
			});
		}
		if ($('window4')){
			$('window4').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'Ivey\'s',
					content: '<img src="media/images/4.jpg" />',
					modal: true,
					width: 525,
					height: 450
				});
			});
		}
		if ($('window5')){
			$('window5').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'Ivey\'s',
					content: '<img src="media/images/5.jpg" />',
					modal: true,
					width: 525,
					height: 440
				});
			});
		}
		if ($('window6')){
			$('window6').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'J.B. Robinson Jewelers',
					content: '<img src="media/images/6.jpg" />',
					modal: true,
					width: 525,
					height: 370
				});
			});
		}
		if ($('window7')){
			$('window7').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'Jo-Ann Fabrics',
					content: '<img src="media/images/7.jpg" />',
					modal: true,
					width: 525,
					height: 415
				});
			});
		}
		if ($('window8')){
			$('window8').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'Kay Jewelers',
					content: '<img src="media/images/8.jpg" />',
					modal: true,
					width: 525,
					height: 415
				});
			});
		}
		if ($('window9')){
			$('window9').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'Kay Jewelers',
					content: '<img src="media/images/9.jpg" />',
					modal: true,
					width: 525,
					height: 405
				});
			});
		}
		if ($('window10')){
			$('window10').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'King\'s Jewelry',
					content: '<img src="media/images/10.jpg" />',
					modal: true,
					width: 525,
					height: 395
				});
			});
		}
		if ($('window11')){
			$('window11').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'Magazine ads',
					content: '<img src="media/images/11.jpg" />',
					modal: true,
					width: 525,
					height: 390
				});
			});
		}
		if ($('window12')){
			$('window12').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'Newspaper ads',
					content: '<img src="media/images/12.jpg" />',
					modal: true,
					width: 525,
					height: 395
				});
			});
		}
		if ($('window13')){
			$('window13').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'Ohio Bank',
					content: '<img src="media/images/13.jpg" />',
					modal: true,
					width: 525,
					height: 415
				});
			});
		}
		if ($('window14')){
			$('window14').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'Strouss',
					content: '<img src="media/images/14.jpg" />',
					modal: true,
					width: 525,
					height: 405
				});
			});
		}
		if ($('window15')){
			$('window15').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'The Timken Company',
					content: '<img src="media/images/15.jpg" />',
					modal: true,
					width: 525,
					height: 385
				});
			});
		}
		if ($('window16')){
			$('window16').addEvent('click', function(e){	
				new Event(e).stop();
				document.mochaUI.newWindow({
					title: 'The Timken Company',
					content: '<img src="media/images/16.jpg" />',
					modal: true,
					width: 525,
					height: 425
				});
			});
		}
	});
