function jqueryScripts() {
	backAvailable = true;
	
	path = "code/js/";
	images = [
		path + "touch-gallery.html?iframe=true&width=700&height=340",
		path + "search.html?iframe=true&width=735&height=440",
		path + "tab-menu.html?iframe=true&width=80%&height=390",
		path + "monthly-todo.html?iframe=true&width=80%&height=95%",
		path + "swipe-gallery.html?iframe=true&width=80%&height=95%",
		path + "ipad-rotation.html?iframe=true&width=700&height=95%"
	];
	titles = 		[ "<div class='gal-description'><span style='color:#84E7FF;'>jQuery</span> » Mobile Touch Gallery</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>jQuery</span> » Ajax and php search</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>jQuery</span> » Tab menu system</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>jQuery</span> » Monthly todo system</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>jQuery</span> » iPad swipe gallery</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>jQuery</span> » iPad html page rotation handler</div>"   
					];
	descriptions = 	[ "", "", "", "", "", "" ];
	
	$.prettyPhoto.open(images,titles,descriptions);
}

function phpScripts() {	
	backAvailable = true;
	
	path = "code/php/";
	images = [
		path + "put-image.html?iframe=true&width=80%&height=390",
		path + "video-player.html?iframe=true&width=90%&height=95%",
		path + "basecamp-api.html?iframe=true&width=80%&height=95%",
		path + "wordpress-related_bar.html?iframe=true&width=80%&height=95%",
		path + "grab-images.html?iframe=true&width=700&height=130",
		path + "wordpress-archive_logic.html?iframe=true&width=80%&height=95%"
	];
	titles = 		[ "<div class='gal-description'><span style='color:#84E7FF;'>PhP</span> » Recieving bitmap data and puts it on the server</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>PhP</span> » Dynamically create a video player with content from wordpress</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>PhP</span> » cUrl php Basecamp api data retrievel</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>PhP</span> » Wordpress related content sidebar custom component</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>PhP</span> » Grab all images in a folder, return json</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>PhP</span> » Wordpress archive results page with custom pagination</div>"
					];
	descriptions = 	[ "", "", "", "", "", "" ];
	
	$.prettyPhoto.open(images,titles,descriptions);
}

function asScripts() {	
	backAvailable = true;
	
	path = "code/as3/";
	images = [
		path + "mobile-device.html?iframe=true&width=80%&height=95%",
		path + "sql-lite.html?iframe=true&width=80%&height=95%",
		path + "multi-touch.html?iframe=true&width=80%&height=95%",
		path + "save-bitmap.html?iframe=true&width=80%&height=95%",
		path + "mp3-player.html?iframe=true&width=80%&height=95%",
		path + "fire-fingers.html?iframe=true&width=80%&height=95%",
		path + "ant-god.html?iframe=true&width=80%&height=95%",
		path + "sound-effects.html?iframe=true&width=700&height=95%"
	];
	titles = 		[ "<div class='gal-description'><span style='color:#84E7FF;'>AS3</span> » Android & Playbook native button handler class</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>AS3</span> » Die Ants Die game and mobile database proxy class</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>AS3</span> » Multi-touch drawing handler class</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>AS3</span> » Bitmap injected header request to php for saving</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>AS3</span> » MP3 Player</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>AS3</span> » Die Ants Die powerup class for Firey Finger Tips</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>AS3</span> » The creator and destroyer of ants in Die Ants Die</div>",
					  "<div class='gal-description'><span style='color:#84E7FF;'>AS3</span> » Sound effects class</div>"   
					];
	descriptions = 	[ "", "", "", "", "", "", "", "" ];
	
	$.prettyPhoto.open(images,titles,descriptions);
}

function cssScripts() {	
	backAvailable = true;
	
	path = "code/css/";
	images = [
		path + "animation.html?iframe=true&width=700&height=95%",
		path + "gradients.html?iframe=true&width=750&height=140",
		path + "rounded-corners.html?iframe=true&width=400&height=80",
		path + "box-shadow.html?iframe=true&width=400&height=80",
		path + "selectors.html?iframe=true&width=400&height=150",
		path + "text-shadow.html?iframe=true&width=350&height=50"
	];
	titles = 		[ "<div class='gal-description'>Animation for webkit</div>",
					  "<div class='gal-description'>Gradients</div>",
					  "<div class='gal-description'>Rounded Corners</div>",
					  "<div class='gal-description'>Box Shadows</div>",
					  "<div class='gal-description'>Selectors</div>",
					  "<div class='gal-description'>Text Shadows</div>"
					];
	descriptions = 	[ "", "", "", "", "", "" ];
	
	$.prettyPhoto.open(images,titles,descriptions);
}
