var isNav = false;

function browserDetect(){
	if (navigator.appName = "Netscape"){
		isNav = true;
	}
}
	
function bioSwap(){
	var textOutput="<table cols='4' width='80%'><tr height='20px' valign='center'><tr><tr><td width='20%'>&nbsp;</td><td width='37%'><span class='text'><span class='fLetter'>M</span>y name is David DuBois. I am a 21 year old graduate of Collins College in Tempe, Arizona. Originally from Mariposa, California, a small town just outside of Yosemite National Park, I now live in Tempe with my girlfriend of 5 years. Currenly I work for GoDaddy.com as an Online Support Technician, and have worked at GoDaddy.com since January 2006. I am an aspiring writer who spends much of his time reading and I often write short stories based on my ideas.<br /><br /><center><img src='images/logo.png' width='50%' height='50%'></center></span></td><td width='6%'></td><td width='37%' valign='bottom'><center><img src='images/self.jpg' width='80%' height='80%' border='1px'></center><br /><br /><span class='text'>Please feel free to browse my website and view my works. If you have any questions or questions, please use the Email address provided below and I will respond to you shortly. Thank you for visiting and enjoy.<br /><br />- David DuBois</span></td><tr></table>";
	
	if (isNav){
		document.text2.document.open();
		document.text2.document.write(textOutput);
		document.text2.document.close();
	}else{
		document.all.text2.innerHTML = textOutput;
	}
}

function resSwap(){
	var textOutput="<table cols='2' width='80%'><tr height='20px' valign='center'><tr><tr><td width='20%'>&nbsp;</td><td width='60%'><span class='textR'><u><b>Objective</u></b><br /><br />To work in position in which I can employ my exceptional skills in interpersonal communication, my knowledge of the Game Design process and ability to create high quality media to further the promotion of a company to help them sell their products and meet their goals.<br /><br /><u><b>Experience</u></b><br /><br />Online Support Technician<br />GoDaddy.com<br /><ul><li>Communicate with customers through written responses, ensuring that answer provided to the customer questions included the necessary technical information while still being clear and concise.<li>Collaborate with advanced technical departments and management to provide assessments on situations customers were encountering as well as to determine possible solutions.</ul>Outbound Sales Associate<br />ILX Resorts<br /><ul><li>Inform customers of the services offered by the various resorts as well as provide examples of pricing and accommodations.<li>Invite customers to view the resort locations and provide rebuttals to objections presented by those customers.</ul>Shift Manager<br />Wienerschnitzel<br /><ul><li>Oversee a group of employees to ensure compliance to company policies.<li>Communicate workplace concerns with employees and upper management.<li>Promote the company image and ensure that customers were pleased with the service they received.</ul>Shift Manager<br />Taco Bell / OCAT Inc.<ul><li>Manage a team of associates to ensure the quality of work produced and maintain a high level of productivity from the associates.<li>Provide high level customer service and ensure that satisfaction of the customer within bounds of the company policies.<li>Communicate with employees to resolve issues and with customers to sell product</ul><u><b>Skills</u></b><br /><ul><li>Excellent communication skills in verbal, written and visual forms.<li>Experience with numerous media applications such as Photoshop, Illustrator, Flash, etc.<li>Great personality and high interpersonal skills.<li>Able to work under high stress and in fast paced environments.<li>Exceptional ability to maintain coordination and organization.</ul><br /><u><b>Education</u></b><br /><br />Bachelor of Arts / Major in Game Design<br />Collins College: School of Design and Technology<br />Graduated October 2008</span></td><tr></table>";

	if (isNav){
		document.text2.document.open();
		document.text2.document.write(textOutput);
		document.text2.document.close();
	}else{
		document.all.text2.innerHTML = textOutput;
	}
}

function wrkSwap(){
	var textOutput="<center><h2>Here are some examples of my work:</h2><br /><br /><a href='content/vignette.doc'>Vignette</a><br />This a short writing which I did on the spur of the moment.<br>This was simply based on a idea which I happened to come up with at the time.<br /><br /><a href='content/cutscene.doc'>CutScene</a><br />This was a short cutscene which was written for one of the<br>game ideas which I had fleshed out called Malevolent. This scene takes place near the beginning of the game.";

	if (isNav){
		document.text2.document.open();
		document.text2.document.write(textOutput);
		document.text2.document.close();
	}else{
		document.all.text2.innerHTML = textOutput;
	}
}

function linkSwap(){
	var textOutput="<center><h1>Sorry, this page is coming soon.<h1></center>";

	if (isNav){
		document.text2.document.open();
		document.text2.document.write(textOutput);
		document.text2.document.close();
	}else{
		document.all.text2.innerHTML = textOutput;
	}
}