// JavaScript Document



function PrintGallery(){
    var options = {
        slideshowDelay: 3
		
    };

    var img1 = {
        player:     'img',
        content:    'images/Portfolio-Print/Print-Futura-Packaging.jpg',
        options:    options
    };

    var img2 = {
        player:     'img',
        content:    'images/Portfolio-Print/Print-Futura-Display.jpg',
        options:    options
    };
	
	var img3 = {
        player:     'img',
        content:    'images/Portfolio-Print/Print-Futura-Collateral.jpg',
        options:    options
    };
	
	var img4 = {
        player:     'img',
        content:    'images/Portfolio-Print/Print-SurfDog-Collateral.jpg',
        options:    options
    };

	var img5 = {
        player:     'img',
        content:    'images/Portfolio-Print/Print-TheBalancedDog-Collateral.jpg',
        options:    options
    };
		
	var img6 = {
        player:     'img',
        content:    'images/Portfolio-Print/Print-FinishingTouches-Collateral.jpg',
        options:    options
    };

	var img7 = {
        player:     'img',
        content:    'images/Portfolio-Print/Print-Phoebes-Collateral.jpg',
        options:    options
    };

	var img8 = {
        player:     'img',
        content:    'images/Portfolio-Print/Print-PMKHBH-Collateral.jpg',
        options:    options
    };
	
	var img9 = {
        player:     'img',
        content:    'images/Portfolio-Print/Print-Wheaties-Album.jpg',
        options:	options
    };

    Shadowbox.open([img1, img2, img3, img4, img5, img6, img7, img8, img9]);
}

function WebGallery(){
    var options = {
        slideshowDelay: 3
    };

    var img10 = {
        player:     'img',
        content:    'images/Portfolio-Web/Web-DoggieMannerz.jpg',
		title:		'Visit <a href="http://www.doggiemannerz.com" target="_blank">Doggie Mannerz website</a>',
		options:    options
    };
	
	var img11 = {
        player:     'img',
        content:    'images/Portfolio-Web/Web-Futura.jpg',
		title:		'Visit <a href="http://www.futuracards.com" target="_blank">Futura website</a>',
        options:    options
    };

	
	var img12 = {
        player:     'img',
        content:    'images/Portfolio-Web/Web-FinishingTouches.jpg',
		title:		'Visit <a href="http://www.finishingtouches-info.com" target="_blank">Finishing Touches website</a>',
		options:    options
    };
	
	var img13 = {
        player:     'img',
        content:    'images/Portfolio-Web/Web-TheBalancedDog.jpg',
		title:		'Visit <a href="http://www.thebalanceddogca.com" target="_blank">The Balanced Dog website</a>',
		options:    options
    };
	
	var img14 = {
        player:     'img',
        content:    'images/Portfolio-Web/Web-TheBudgetCard.jpg',
		title:		'Visit <a href="http://www.thebudgetcard.com" target="_blank">The BudgetCard website</a>',
		options:    options
    };

	var img15 = {
        player:     'img',
        content:    'images/Portfolio-Web/Web-SurfDog.jpg',
		options:    options
    };

    Shadowbox.open([img10, img11, img12, img13, img14, img15]);
}

function IdentityGallery(){
    var options = {
        slideshowDelay: 3
    };

    var img16 = {
        player:     'img',
        content:    'images/Portfolio-Identity/Logos-SurfDog.gif',
		title:		'Surf Dog - Retail, E-commerce and Dog Specialty Products',
        options:    options
    };

    var img17 = {
        player:     'img',
        content:    'images/Portfolio-Identity/Logos-MidlandRealty.gif',
		title: 		'Midland Realty Associates - Commercial and Residential Real Estate',
        options:    options
    };
	
	var imgCBG = {
        player:     'img',
        content:    'images/Portfolio-Identity/Logos-CBGMarketing.gif',
		title:		'CBG Marketing - Marketing Agency',
        options:    options
    };
	
	var img18 = {
        player:     'img',
        content:    'images/Portfolio-Identity/Logos-JCDesign.gif',
		title:		'JC Design - Full Service Home Design',
        options:    options
    };
	
	var img19 = {
        player:     'img',
        content:    'images/Portfolio-Identity/Logos-TheBalancedDog.gif',
		title:		'The Balanced Dog - Behavioral Dog Trainer',
        options:    options
    };

	var img20 = {
        player:     'img',
        content:    'images/Portfolio-Identity/Logos-FinishingTouches.gif',
		title:		'Finishing Touches Home Decor - Home Decorating &amp; Design',
        options:    options
    };
		
	var img21 = {
        player:     'img',
        content:    'images/Portfolio-Identity/Logos-HollyHouston.gif',
		title:		'Holly Houston - Private Label Dog Products/Services',
        options:    options
    };

	var img22 = {
        player:     'img',
        content:    'images/Portfolio-Identity/Logos-Imprint.gif',
		title:		'Imprint - Freelance Graphic Design Club',
        options:    options
    };

	var img23 = {
        player:     'img',
        content:    'images/Portfolio-Identity/Logos-Goodwater.gif',
		title:		'Goodwater - Water Company',
        options:    options
    };
	
	var img24 = {
        player:     'img',
        content:    'images/Portfolio-Identity/Logos-WhiteRabbits.gif',
		title:		'White Rabbits - Rock Band',
        options:	options
    };

    Shadowbox.open([img16, img17, imgCBG, img18, img19, img20, img21, img22, img23, img24]);
}


function MultimediaGallery(){
    var options = {
        slideshowDelay: 3
    };

    var img25 = {
        player:     'swf',
        content:    'images/Portfolio-Multimedia/generalmills_movie.swf',
		width:		720,
		height:		480,
        options:    options
    };

    Shadowbox.open([img25]);
}
