/**
 * @author Karl Schneider
 */
var s = "KarlandLisa";

function Event_Portfolio_Click(site) {
	document.getElementById('big').src = "portfolio/" + site + "_b1.png";
	document.getElementById('small_1').src = "portfolio/" + site + "_s1.png";
	document.getElementById('small_2').src = "portfolio/" + site + "_s2.png";
	document.getElementById('small_3').src = "portfolio/" + site + "_s3.png";
	s = site;
	
	switch(s) {
		case "KarlandLisa":
		  document.getElementById('url').innerHTML = 'Site live at: <a href="http://www.karlandlisa.com" target="_blank">www.karlandlisa.com</a>';
		  break;
		case "nbdmd":
		  document.getElementById('url').innerHTML = 'Site live at: <a href="http://www.nbdmd.com" target="_blank">www.nbdmd.com</a>';
		  break;
		case "FairePlay":
		  document.getElementById('url').innerHTML = 'Site live at: <a href="http://www.faireplay.org" target="_blank">www.faireplay.org</a>';
		  break;
		case "CaseInterviewAce":
		  document.getElementById('url').innerHTML = 'Site live at: <a href="http://www.caseinterviewace.com" target="_blank">www.caseinterviewace.com</a>';
		  break;
		case "MichaelAVentrella":
		  document.getElementById('url').innerHTML = 'Site live at: <a href="http://www.michaelaventrella.com" target="_blank">www.michaelaventrella.com</a>';
		  break;
		case "WorldofKJ":
		  document.getElementById('url').innerHTML = 'Site live at: <a href="http://www.worldofkj.com" target="_blank">www.worldofkj.com</a>';
		  break;
		case "AllianceLARP":
		  document.getElementById('url').innerHTML = 'Site live at: <a href="http://www.alliancelarp.com" target="_blank">www.alliancelarp.com</a>';
		  break;
		default:
		  document.getElementById('url').innerHTML = '';
	}

	return false;
}

function Event_Portfolio_Tiny_Click(num) {
	document.getElementById('big').src = "portfolio/" + s + "_b" + num + ".png";
}

function Preload_Portfolio_Images() {
	if (document.images) { 	
		image_1 = new Image(550,300);
		image_1.src = "portfolio/KarlandLisa_b2.png";
		
		image_2 = new Image(550,300);
		image_2.src = "portfolio/KarlandLisa_b3.png";
		
		image_3 = new Image(550,300);
		image_3.src = "portfolio/nbdmd_b1.png";
		
		image_4 = new Image(550,300);
		image_4.src = "portfolio/nbdmd_b2.png";
		
		image_5 = new Image(550,300);
		image_5.src = "portfolio/nbdmd_b3.png";
		
		image_6 = new Image(550,300);
		image_6.src = "portfolio/FairePlay_b1.png";
		
		image_7 = new Image(550,300);
		image_7.src = "portfolio/FairePlay_b2.png";
		
		image_8 = new Image(550,300);
		image_8.src = "portfolio/FairePlay_b3.png";
		
		image_9 = new Image(550,300);
		image_9.src = "portfolio/CaseInterviewAce_b1.png";
		
		image_10 = new Image(550,300);
		image_10.src = "portfolio/CaseInterviewAce_b2.png";
		
		image_11 = new Image(550,300);
		image_11.src = "portfolio/CaseInterviewAce_b3.png";
		
		image_12 = new Image(550,300);
		image_12.src = "portfolio/MichaelAVentrella_b1.png";
		
		image_13 = new Image(550,300);
		image_13.src = "portfolio/MichaelAVentrell_b2.png";
		
		image_14 = new Image(550,300);
		image_14.src = "portfolio/MichaelAVentrell_b3.png";
		
		image_15 = new Image(550,300);
		image_15.src = "portfolio/WorldofKJ_b1.png";
		
		image_16 = new Image(550,300);
		image_16.src = "portfolio/WorldofKJ_b2.png";
		
		image_17 = new Image(550,300);
		image_17.src = "portfolio/WorldofKJ_b3.png";
		
		image_18 = new Image(550,300);
		image_18.src = "portfolio/AllianceLARP_b1.png";
		
		image_19 = new Image(550,300);
		image_19.src = "portfolio/AllianceLARP_b2.png";
		
		image_20 = new Image(550,300);
		image_20.src = "portfolio/AllianceLARP_b3.png";
		
		
		
		
		image_21 = new Image(550,300);
		image_21.src = "portfolio/nbdmd_s1.png";
		
		image_22 = new Image(550,300);
		image_22.src = "portfolio/nbdmd_s2.png";
		
		image_23 = new Image(550,300);
		image_23.src = "portfolio/nbdmd_s3.png";
		
		image_24 = new Image(550,300);
		image_24.src = "portfolio/FairePlay_s1.png";
		
		image_25 = new Image(550,300);
		image_25.src = "portfolio/FairePlay_s2.png";
		
		image_26 = new Image(550,300);
		image_26.src = "portfolio/FairePlay_s3.png";
		
		image_27 = new Image(550,300);
		image_27.src = "portfolio/CaseInterviewAce_s1.png";
		
		image_28 = new Image(550,300);
		image_28.src = "portfolio/CaseInterviewAce_s2.png";
		
		image_29 = new Image(550,300);
		image_29.src = "portfolio/CaseInterviewAce_s3.png";
		
		image_30 = new Image(550,300);
		image_30.src = "portfolio/MichaelAVentrella_s1.png";
		
		image_31 = new Image(550,300);
		image_31.src = "portfolio/MichaelAVentrell_s2.png";
		
		image_32 = new Image(550,300);
		image_32.src = "portfolio/MichaelAVentrell_s3.png";
		
		image_33 = new Image(550,300);
		image_33.src = "portfolio/WorldofKJ_s1.png";
		
		image_34 = new Image(550,300);
		image_34.src = "portfolio/WorldofKJ_s2.png";
		
		image_35 = new Image(550,300);
		image_35.src = "portfolio/WorldofKJ_s3.png";
		
		image_36 = new Image(550,300);
		image_36.src = "portfolio/AllianceLARP_s1.png";
		
		image_37 = new Image(550,300);
		image_37.src = "portfolio/AllianceLARP_s2.png";
		
		image_38 = new Image(550,300);
		image_38.src = "portfolio/AllianceLARP_s3.png";
	}
}
