$(document).ready(function () {
	
	//contact form
	$("a#form").fancybox({
		'padding' : 2,
		'margin' : 0,
		'width' : 500,
		'height' : 480
	});
	
	//lowepro gallery
//	$("a#lowepro").click(function(){
//		$.fancybox([
//			{
//				'href' : '_images/projects/lowepro/1.jpg',
//				'title' : ''
//			},{
//				'href' : '_images/projects/lowepro/2.jpg',
//				'title' : 'A custom product database that can be searched or filtered'
//			}
//		],
//		{
//			'titlePosition' : 'inside',
//			'type' : 'image',
//			'padding' : 10,
//		});
//	});
//	
//	//svtc gallery
//	$("a#svtc").click(function(){
//		$.fancybox([
//			{
//				'href' : '_images/projects/svtc/1.jpg',
//				'title' : ''
//			},{
//				'href' : '_images/projects/svtc/2.jpg',
//				'title' : 'Dynamically generated customer highlights included in the sidebar'
//			},{
//				'href' : '_images/projects/svtc/3.jpg',
//				'title' : 'Press releases pulled from a database'
//			}
//		],
//		{
//			'titlePosition' : 'inside',
//			'type' : 'image',
//			'padding' : 10,
//		});
//	});
//	
//	//csoinsights gallery
//	$("a#csoinsights").click(function(){
//		$.fancybox([
//			{
//				'href' : '_images/projects/csoinsights/1.jpg',
//				'title' : 'Homepage with questions taken from a file'
//			},{
//				'href' : '_images/projects/csoinsights/2.jpg',
//				'title' : 'Blog with pagination'
//			},{
//				'href' : '_images/projects/csoinsights/3.jpg',
//				'title' : 'Events pulled from a listing'
//			}
//		],
//		{
//			'titlePosition' : 'inside',
//			'type' : 'image',
//			'padding' : 10,
//		});
//	});
//	
//	//camarush gallery
//	$("a#camarush").click(function(){
//		$.fancybox([
//			{
//				'href' : '_images/projects/camarush/1.jpg',
//				'title' : ''
//			},{
//				'href' : '_images/projects/camarush/2.jpg',
//				'title' : 'Blog with archives, catagories, comments, pagination, and tag cloud'
//			}
//		],
//		{
//			'titlePosition' : 'inside',
//			'type' : 'image',
//			'padding' : 10,
//		});
//	});
//	
//	//nes1031 gallery
//	$("a#nes1031").click(function(){
//		$.fancybox([
//			{
//				'href' : '_images/projects/nes1031/1.jpg',
//				'title' : 'Home page with news listing'
//			},{
//				'href' : '_images/projects/nes1031/2.jpg',
//				'title' : 'Press Release listing'
//			},{
//				'href' : '_images/projects/nes1031/3.jpg',
//				'title' : 'Client and partner logins'
//			}
//		],
//		{
//			'titlePosition' : 'inside',
//			'type' : 'image',
//			'padding' : 10,
//		});
//	});
//	
//	//pixim gallery
//	$("a#pixim").click(function(){
//		$.fancybox([
//			{
//				'href' : '_images/projects/pixim/1.jpg',
//				'title' : 'Home page with news listing'
//			},{
//				'href' : '_images/projects/pixim/2.jpg',
//				'title' : 'Sortable listing of cameras pulled form a mySQL database'
//			}
//		],
//		{
//			'titlePosition' : 'inside',
//			'type' : 'image',
//			'padding' : 10,
//		});
//	});
//	
//	//mblox gallery
//	$("a#mblox").click(function(){
//		$.fancybox([
//			{
//				'href' : '_images/projects/mblox/1.jpg',
//				'title' : ''
//			},{
//				'href' : '_images/projects/mblox/2.jpg',
//				'title' : 'Client support portal'
//			}
//		],
//		{
//			'titlePosition' : 'inside',
//			'type' : 'image',
//			'padding' : 10,
//		});
//	});
//	
//	//stretch gallery
//	$("a#stretch").click(function(){
//		$.fancybox([
//			{
//				'href' : '_images/projects/stretch/1.jpg',
//				'title' : ''
//			},{
//				'href' : '_images/projects/stretch/2.jpg',
//				'title' : 'A listing of the latest events and press releases'
//			}
//		],
//		{
//			'titlePosition' : 'inside',
//			'type' : 'image',
//			'padding' : 10,
//		});
//	});
});
