﻿function init() {	hide();	content_home();		// Only do this for IE !	if ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1)) {		window.onload = fixPadding;	}}function initph() {	content_phhome();		// Only do this for IE !	if ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1)) {		window.onload = fixPadding;	}}function initpsp() {	content_psphome();		// Only do this for IE !	if ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1)) {		window.onload = fixPadding;	}}function initpt() {	hide();	content_pthome();		// Only do this for IE !	if ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1)) {		window.onload = fixPadding;	}}function fixObject () {	obj = document.getElementById('content');		obj.style.margin = '0';	obj.body.style.padding = '0';	obj.body.style.border = 'none';	obj.body.style.overflow = 'hidden';}function hide() {		document.getElementById('work').innerHTML="";		document.getElementById('shows').innerHTML="";		document.getElementById('about').innerHTML="";}function showWork() {	hide();	if (document.getElementById) {		document.getElementById('work').innerHTML=		" <a href='javascript:content_grill()'><img src='images/ftg.jpg' border='0' onMouseOver='javascript:detailGrillOn()' onMouseOut='javascript:detailOffWork()'></a> <a href='javascript:content_value()'><img src='images/other.jpg' border='0' onMouseOver='javascript:detailValueOn()' onMouseOut='javascript:detailOffWork()'></a> <a href='javascript:content_woods()'><img  src='images/ftw.jpg' border='0' onMouseOver='javascript:detailWoodsOn()' onMouseOut='javascript:detailOffWork()'></a> <a href='javascript:content_trash()'><img src='images/ftt.jpg' border='0' onMouseOver='javascript:detailTrashOn()' onMouseOut='javascript:detailOffWork()'></a>";	}}function showWorkpt() {	hide();	if (document.getElementById) {		document.getElementById('work').innerHTML=		" <a href='javascript:content_paint()'><img src='images/pt.jpg' border='0' onMouseOver='javascript:detailPaintOn()' onMouseOut='javascript:detailOffWork()'></a> <a href='javascript:content_paper()'><img src='images/ppr.jpg' border='0' onMouseOver='javascript:detailPaperOn()' onMouseOut='javascript:detailOffWork()'></a> <a href='javascript:content_digital()'><img  src='images/dig.jpg' border='0' onMouseOver='javascript:detailDigitalOn()' onMouseOut='javascript:detailOffWork()'></a>";	}}function showWorkph() {	hide();	if (document.getElementById) {		document.getElementById('work').innerHTML=		" <a href='javascript:content_photo()'><img src='images/ftg.jpg' border='0' onMouseOut='javascript:detailOffWork()'></a>";	}}function showShows() {	hide();	if (document.getElementById) { 		document.getElementById('shows').innerHTML=		" <a href='javascript:content_past()'><img src='images/past.jpg' border='0' onMouseOver='javascript:detailPastOn()' onMouseOut='javascript:detailOffShows()'></a> <a href='javascript:content_present()'><img src='images/present.jpg' border='0' onMouseOver='javascript:detailPresentOn()' onMouseOut='javascript:detailOffShows()'></a> <a href='javascript:content_future()'><img  src='images/future.jpg' border='0' onMouseOver='javascript:detailFutureOn()' onMouseOut='javascript:detailOffShows()'></a>";	}}function showAbout() {	hide();	if (document.getElementById) { 		document.getElementById('about').innerHTML=		" <a href='javascript:content_bio()'><img src='images/bio.jpg' border='0' onMouseOver='javascript:detailBioOn()' onMouseOut='javascript:detailOffAbout()'></a> <a href='javascript:content_news()'><img src='images/news.jpg' border='0' onMouseOver='javascript:detailNewsOn()' onMouseOut='javascript:detailOffAbout()'></a>";	}}function showAboutpt() {	hide();	if (document.getElementById) { 		document.getElementById('about').innerHTML=		" <a href='javascript:content_biopt()'><img src='images/biopt.jpg' border='0' onMouseOver='javascript:detailBioOn()' onMouseOut='javascript:detailOffAbout()'></a>";	}}function showAboutph() {	hide();	if (document.getElementById) { 		document.getElementById('about').innerHTML=		" <a href='javascript:content_bioph()'><img src='images/bioph.jpg' border='0' onMouseOver='javascript:detailBiophOn()' onMouseOut='javascript:detailOffAbout()'></a> <a href='javascript:content_news()'><img src='images/news.jpg' border='0' onMouseOver='javascript:detailNewsOn()' onMouseOut='javascript:detailOffAbout()'></a>";	}}function detailOffWork() {	var cell = document.getElementById('detail_work');	cell.innerHTML="";}function detailOffShows() {	var cell = document.getElementById('detail_shows');	cell.innerHTML="";}function detailOffAbout() {	var cell = document.getElementById('detail_about');	cell.innerHTML="";}function detailGrillOn() {	var table = document.getElementById('detail_work');	table.innerHTML="from the grill";}function detailValueOn() {	var table = document.getElementById('detail_work');	table.innerHTML="revalue";}function detailWoodsOn() {	var table = document.getElementById('detail_work');	table.innerHTML="the woods";}function detailTrashOn() {	var table = document.getElementById('detail_work');	table.innerHTML="of paper";}function detailPaintOn() {	var table = document.getElementById('detail_work');	table.innerHTML="paint";}function detailPaperOn() {	var table = document.getElementById('detail_work');	table.innerHTML="paper";}function detailDigitalOn() {	var table = document.getElementById('detail_work');	table.innerHTML="digital";}function detailPastOn() {	var table = document.getElementById('detail_shows');	table.innerHTML="past";}function detailPresentOn() {	var table = document.getElementById('detail_shows');	table.innerHTML="present";}function detailFutureOn() {	var table = document.getElementById('detail_shows');	table.innerHTML="future";}function detailBioOn() {	var table = document.getElementById('detail_about');	table.innerHTML="bio";}function detailBioptOn() {	var table = document.getElementById('detail_about');	table.innerHTML="bio";}function detailBiophOn() {	var table = document.getElementById('detail_about');	table.innerHTML="bio";}function detailNewsOn() {	var table = document.getElementById('detail_about');	table.innerHTML="news";}function content_home() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='home.html' class='content'></object>";}function content_phhome() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='photo.html' class='content'></object>";}function content_psphome() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='psphome.html' class='home'></object>";}function content_pthome() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='pthome.html' class='content'></object>";}function content_grill() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='fromthegrill.html' class='content'></object>";}function content_trash() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='fromthetrash.html' class='content'></object>";}function content_woods() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='fromthewoods.html' class='content'></object>";}function content_value() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='value.html' class='content'></object>";}function content_paint() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='paint.html' class='content'></object>";}function content_paper() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='paper.html' class='content'></object>";}function content_digital() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='digital.html' class='content'></object>";}function content_photo() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='photo.html' class='content'></object>";}function content_bio() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='bio.html' class='content'></object>";}function content_biopt() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='biopt.html' class='content'></object>";}function content_bioph() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='bioph.html' class='content'></object>";}function content_news() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='news.html' class='content'></object>";}function content_contact() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='contact.html' class='content'></object>";}function content_contactph() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='contactph.html' class='content'></object>";}function content_past() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='past.html' class='content'></object>";}function content_present() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='present.html' class='content'></object>";}function content_future() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='future.html' class='content'></object>";}function content_musicpsp() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='musicpsp.html' class='content'></object>";}function content_showspsp() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='showspsp.html' class='content'></object>";}function content_aboutpsp() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='aboutpsp.html' class='content'></object>";}function content_contactpsp() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='contactpsp.html' class='content'></object>";}function content_guitar() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='guitar.html' class='content'></object>";}function content_mandolin() {	var cell = document.getElementById('content');	cell.innerHTML="<object type='text/html' data='mandolin.html' class='content'></object>";}function detailFurnOn() {	var cell = document.getElementById('detail_work');	cell.innerHTML="";}