function footerTxt(){	var today = new Date();	var year = today.getFullYear();	var ourFormatHTM = "Copyright &#169; 2001-"+year+" Kelly Ording.";	ourFormatHTM += "&nbsp;&nbsp;Email: <a href='mailto&#058;kellyording&#064;hotmail.com&#063;subject=Inquiry From Website'>kellyording&#064;hotmail.com</a>";	document.write( ourFormatHTM );}if (document.images){	button1 = new Image()	button1.src = "imgs/nav_artOn.gif"	button2 = new Image()	button2.src = "imgs/nav_artOff.gif"		button3 = new Image()	button3.src = "imgs/nav_bioOn.gif"	button4 = new Image()	button4.src = "imgs/nav_bioOff.gif"		button5 = new Image()	button5.src = "imgs/nav_pressOn.gif"	button6 = new Image()	button6.src = "imgs/nav_pressOff.gif"		button7 = new Image()	button7.src = "imgs/nav_contactOn.gif"	button8 = new Image()	button8.src = "imgs/nav_contactOff.gif"		button9 = new Image()	button9.src = "imgs/nav_artOn2.gif"	button10 = new Image()	button10.src = "imgs/nav_artOff2.gif"		button11 = new Image()	button11.src = "imgs/nav_bioOn2.gif"	button12 = new Image()	button12.src = "imgs/nav_bioOff2.gif"		button13 = new Image()	button13.src = "imgs/nav_pressOn2.gif"	button14 = new Image()	button14.src = "imgs/nav_pressOff2.gif"		button15 = new Image()	button15.src = "imgs/nav_contactOn2.gif"	button16 = new Image()	button16.src = "imgs/nav_contactOff2.gif"	}/*function modalWin() {if (window.showModalDialog) {window.showModalDialog("xpopupex.htm","name","dialogWidth:255px;dialogHeight:250px");} else {window.open('xpopupex.htm','name','height=255,width=250,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,modal=yes');}}*/function openMural(num,height,width){	if (window.showModalDialog) {		window.showModalDialog('modals/murals/mural'+num+'.htm','','dialogHeight:'+height+'px;dialogWidth:'+width+'px;dialogLeft:200;dialogTop:300;status:no;help:no;');	} else {								window.open('modals/murals/mural'+num+'.htm','','height='+height+'px,width='+width+'px,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,modal=yes');	}}function openPaper(num,height,width){	if (window.showModalDialog) {		window.showModalDialog('modals/paper/paper'+num+'.htm','','dialogHeight:'+height+'px;dialogWidth:'+width+'px;dialogLeft:200;dialogTop:300;status:no; help:no;');	} else {								window.open('modals/paper/paper'+num+'.htm','','height='+height+'px,width='+width+'px,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,modal=yes');	}}function openCanvas(num,height,width){	if (window.showModalDialog) {		window.showModalDialog('modals/canvas/canvas'+num+'.htm','','dialogHeight:'+height+'px;dialogWidth:'+width+'px;dialogLeft:200;dialogTop:300;status:no; help:no;');	} else {								window.open('modals/canvas/canvas'+num+'.htm','','height='+height+'px,width='+width+'px,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,modal=yes');	}}function openPaperModalFwd(num,height,width){	if (window.showModalDialog) {		window.showModalDialog('paper'+num+'.htm','','dialogHeight:'+height+'px;dialogWidth:'+width+'px;dialogLeft:200;dialogTop:300;status:no; help:no;');	} else {								window.open('paper'+num+'.htm','','height='+height+'px,width='+width+'px,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,modal=yes');	}}function openMuralModalFwd(num,height,width){	if (window.showModalDialog) {		window.showModalDialog('mural'+num+'.htm','','dialogHeight:'+height+'px;dialogWidth:'+width+'px;dialogLeft:200;dialogTop:300;status:no; help:no;');	} else {								window.open('mural'+num+'.htm','','height='+height+'px,width='+width+'px,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,modal=yes');	}}