function makeEmail (name, user, domain) {
	document.write("<a href=" + "mail" + "to:" + user + "@" + domain + ">" + name + "</a>");
}

function showstats () {
	if (document.getElementById("stats").style.width !== "100%") {
		document.getElementById("stats").style.width = "100%";
		document.getElementById("stats").style.height = "300px";
		document.getElementById("stats").style.bgcolor='#ffffff';
		document.getElementById("stats").style.backgroundColor='#ffffff';
	} else {
		document.getElementById("stats").style.width = "1px";
		document.getElementById("stats").style.height = "1px";
		document.getElementById("stats").style.bgcolor='none';
		document.getElementById("stats").style.backgroundColor='none';
	}
}

/*
function show_flash (file, w, h) {
	document.write ("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='" + w + "' height='" + h + "' id='" + file + "' align='middle'>");
	document.write ("<param name='allowScriptAccess' value='sameDomain' />");
	document.write ("<param name='movie' value='" + file + "' /><param name='loop' value='false' /><param name='quality' value='high' /><param name='wmode' value='transparent' /><param name='bgcolor' value='#ffffff' /><embed src='" + file + "' loop='false' quality='high' wmode='transparent' bgcolor='#ffffff' width='" + w + "' height='" + h + "' name='" + file + "' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.write ("</object>");
}
*/

function show_flash (file, w, h) {
	document.write ("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='" + w + "' height='" + h + "' id='" + new Date() + "' align='middle'>");
	document.write ("<param name='allowScriptAccess' value='sameDomain' />");
	document.write ("<param name='movie' value='" + file + "' />");
	document.write ("<param name='quality' value='best' />");
	document.write ("<param name='wmode' value='transparent' />");
	document.write ("<param name='bgcolor' value='#ffffff' />");
	document.write ("<embed src='" + file + "' quality='best' wmode='transparent' bgcolor='#ffffff' width='" + w + "' height='" + h + "' name='gallery' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.write ("</object>");
}
