function web() {
	backLoc = "web";
	backAvailable = false;
		
	var width = Math.floor(($(window).width() / 350)) * 350;
	$.prettyPhoto.open(
		'web.html?iframe=true&width='+width+'&height=95%',
		"<span style='color:#84E7FF;'>Argyle Ink</span> » Client Gallery",
		"<img src='images/Illustrator.png' title='Adobe Illustrator' height='25' width='25' /> \
		 <img src='images/Photoshop.png' title='Adobe Photoshop' height='25' width='25'  /> \
		 <img src='images/after_effects.png' title='Adobe After Effects' height='25' width='25'  /> \
		 <img src='images/Dreamweaver.png' title='Adobe Dreamweaver' height='25' width='25'  /> \
		 <img src='images/Flash.png' title='Adobe Flash' height='25' width='25'  /> \
		 <img src='images/Fireworks.png' title='Adobe Fireworks' height='25' width='25'  /> \
		 <img src='images/FlexBuilder.png' title='Adobe Flash Builder' height='25' width='25'  /> \
		 <img src='images/InDesign.png' title='Adobe InDesign' height='25' width='25'  /> \
		 <img src='images/Soundbooth.png' title='Adobe Soundbooth' height='25' width='25'  /> \
		 <img src='images/PremierePro.png' title='Adobe Premiere Pro' height='25' width='25'  /> \
		 <img src='images/maya.jpg' title='Maya' height='25' width='25'  />"
	);
}

function mobile() {	
	backLoc = "mobile";
	backAvailable = false;
	
	$.prettyPhoto.open(	
		'mobile.html?iframe=true&width=1050&height=290',
		"<span style='color:#84E7FF;'>Argyle Ink</span> » Mobile Gallery",
		"<img src='images/Illustrator.png' title='Adobe Illustrator' height='25' width='25' /> \
		 <img src='images/Photoshop.png' title='Adobe Photoshop' height='25' width='25'  /> \
		 <img src='images/after_effects.png' title='Adobe After Effects' height='25' width='25'  /> \
		 <img src='images/Dreamweaver.png' title='Adobe Dreamweaver' height='25' width='25'  /> \
		 <img src='images/Flash.png' title='Adobe Flash' height='25' width='25'  /> \
		 <img src='images/Fireworks.png' title='Adobe Fireworks' height='25' width='25'  /> \
		 <img src='images/FlexBuilder.png' title='Adobe Flash Builder' height='25' width='25'  /> \
		 <img src='images/Soundbooth.png' title='Adobe Soundbooth' height='25' width='25'  />"
	);
}

function games() {	
	backLoc = "games";
	backAvailable = false;

	$.prettyPhoto.open(
		'games.html?iframe=true&width=1000&height=370',
		"<span style='color:#84E7FF;'>Argyle Ink</span> » Games Gallery",
		"<img src='images/Illustrator.png' title='Adobe Illustrator' height='25' width='25' /> \
		 <img src='images/Photoshop.png' title='Adobe Photoshop' height='25' width='25'  /> \
		 <img src='images/after_effects.png' title='Adobe After Effects' height='25' width='25'  /> \
		 <img src='images/Flash.png' title='Adobe Flash' height='25' width='25'  /> \
		 <img src='images/Fireworks.png' title='Adobe Fireworks' height='25' width='25'  /> \
		 <img src='images/FlexBuilder.png' title='Adobe Flash Builder' height='25' width='25'  /> \
		 <img src='images/Soundbooth.png' title='Adobe Soundbooth' height='25' width='25'  /> \
		 <img src='images/maya.jpg' title='Maya' height='25' width='25'  />"
	);
}
