function startflash()
{
	var firew = "112"; //128;
	var fireh = "256"; //400;
	if (document.getElementById('firediv'))
	{
		document.getElementById('firediv').innerHTML =
		"<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'" +
		"codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0'" +
		"width='"+firew+"' height='"+fireh+"' id='ffire' align='middle'>" +
		"<param name='movie' value='login/loginfire.swf'/><param name='quality' value='high' />" +
		"<param name='scale' value='noscale' /><param name='salign' value='rb' />" +
		"<param name='bgcolor' value='#000000' />" +
		"<embed src='login/loginfire.swf' quality='high' bgcolor='#000000'" +
		"width='"+firew+"' height='"+fireh+"' name='ffire' scale='noscale' salign='rb'" +
		"align='middle' type='application/x-shockwave-flash'" +
		"pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
	}
	if (document.getElementById('firediv2'))
	{
		document.getElementById('firediv2').innerHTML =
		"<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'" +
		"codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0'" +
		"width='"+firew+"' height='"+fireh+"' id='ffire' align='middle'>" +
		"<param name='movie' value='login/loginfire.swf'/><param name='quality' value='high' />" +
		"<param name='scale' value='noscale' /><param name='salign' value='lb' />" +
		"<param name='bgcolor' value='#000000' />" +
		"<embed src='login/loginfire.swf' quality='high' bgcolor='#000000'" +
		"width='"+firew+"' height='"+fireh+"' name='ffire' scale='noscale' salign='lb'" +
		"align='middle' type='application/x-shockwave-flash'" +
		"pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
	}

	if (document.getElementById('tunes'))
	{
		document.getElementById('tunes').innerHTML =
		"Sound volume:<br><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'" +
		" codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0'" +
		" width='64' height='14' id='CoffeeCup' align='middle'>" +
		"<param name='movie' value='login/login.swf'/><param name='quality' value='high' />" +
		"<param name='scale' value='noscale' /><param name='salign' value='lt' />" +
		"<param name='bgcolor' value='#000000' />" +
		"<embed src='login/login.swf' quality='high' bgcolor='#000000' scale='noscale' salign='lt'" +
		" type='application/x-shockwave-flash' width='64' height='14' name='CoffeeCup' align='middle'" +
		" pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
	}
}

