
my_email = new Array("w","e","b","m","a","s","t","e","r","@","S","t","e","v","e","R","y","a","n",".","n","e","t")
subject_text = "Contact Webmaster"

function email_link(da_text) {
	da_link=""
	for(i=0; i<my_email.length; i++) {
		da_link = da_link + my_email[i]
		//alert(da_link);
	}
	document.write("<a href='mailto:" + da_link + "?subject=" + subject_text + "'>" + da_text + "</a>");
}


function include_flash(swf_name, swf_width, swf_height, div_class) {
server_type = "http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0";
pluginspage = "http://www.macromedia.com/go/getflashplayer"; 
id_name = swf_name.slice((0), (swf_name.length-4)) 
	
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="'+server_type+'" width="'+swf_width+'" height="'+swf_height+'" id="'+id_name+'">');
	document.write("<param name='allowScriptAccess' value='sameDomain' />");
	document.write("<param name='movie' value='"+swf_name+"'>");
	document.write("<param name='quality' value='best'>");
	document.write("<param name='wmode' value='transparent' />");
	document.write("<embed src='"+swf_name+"' quality='best' wmode='transparent' pluginspage='"+pluginspage+"' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' width='"+swf_width+"' height='"+swf_height+"' swLiveConnect='true' name='"+id_name+"'></embed>"); 
document.write("</object>");
}

function render_header() {
document.write("<div id='header1_steveryan'>");
document.write("<script type='text/javascript'>include_flash('../graphics/txt_steve_ryan.swf',204, 32);</script>");
document.write("</div>");

document.write("<div id='header2_title'><h1>Animations</h1></div>");
//document.write("<div id='header3_link1'><script type='text/javascript'>include_flash('../graphics/txt_link_mainpage.swf',86, 18);</script></div>");
document.write("<div id='header3_link1'><script type='text/javascript'>include_flash('../graphics/txt_link_emailme.swf',77, 16);</script></div>");
document.write("<div id='header5_filmgraphic'><script type='text/javascript'>include_flash('../graphics/film_strip.swf',738, 29);</script></div>");
}









	
	


