<!-- 
// Run Flash
function RunFlashIntro()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=3,0,0,0" width="500" height="420">\n');
    document.write('<param name="src" value="artsite.swf">\n');
	document.write('<param name="loop" value="false">\n');
	document.write('<param name="quality" value="best">\n');
	document.write('<param name="scale" value="showall">\n');
    document.write('<embed src="artsite.swf" pluginspage="http://download.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="500" height="420" loop="false" quality="best" scale="showall" ></embed>\n');
	document.write('</object>\n');
}

// Run Java Applet
function RunAppletFP(sId)
{
    document.write('<applet code="imagemerge.class" align="bottom" width="235" height="246" hspace="0" vspace="0">\n');
	document.write('<PARAM NAME="artwork0" VALUE="img=awpictures/applet/1352.jpg;author=Linda R. James;auth_url=browse.php3?page=bio&id=21&SID=' + sId + ';title=Glory in the Lords Name (framed);url=browse.php3?page=spec&nn=1&id=1352&SID=' + sId + ';">\n');
	document.write('<PARAM NAME="artwork1" VALUE="img=awpictures/applet/1527.jpg;author=Edith R. Wright;auth_url=browse.php3?page=bio&id=10&SID=' + sId + ';title=Farm Buildings, Les Granges;url=browse.php3?page=spec&nn=1&id=1527&SID=' + sId + ';">\n');
	document.write('<PARAM NAME="artwork2" VALUE="img=awpictures/applet/1563.jpg;author=Frances  Geiger;auth_url=browse.php3?page=bio&id=18&SID=' + sId + ';title=Leaves of Paradise;url=browse.php3?page=spec&nn=1&id=1563&SID=' + sId + ';">\n');
	document.write('<PARAM NAME="artwork3" VALUE="img=awpictures/applet/1576.jpg;author=Juanita  Kauffman;auth_url=browse.php3?page=bio&id=2&SID=' + sId + ';title=Dingles Pub;url=browse.php3?page=spec&nn=1&id=1576&SID=' + sId + ';">\n');
	document.write('<PARAM NAME="artwork4" VALUE="img=awpictures/applet/1605.jpg;author=Merle  Evans;auth_url=browse.php3?page=bio&id=65&SID=' + sId + ';title=Sunshine And Poppies;url=browse.php3?page=spec&nn=1&id=1605&SID=' + sId + ';">\n');
	document.write('<PARAM NAME="itemsnum" VALUE="5">\n');
	document.write('<PARAM NAME="pwidth" VALUE="221">\n');
	document.write('<PARAM NAME="pheight" VALUE="170">\n');
	document.write('<PARAM NAME="step" VALUE="0.05">\n');
	document.write('<PARAM NAME="delay" VALUE="20">\n');
	document.write('<PARAM NAME="pause" VALUE="2000">\n');
	document.write('</applet>');
}

// -->