﻿// Flash

function writeObj1(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="315" height="180">');
	document.write('	<param name="movie" value="images/home-main.swf">');
	document.write('	<param name="quality" value="High">');
	document.write('	<embed src="images/home-main.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="315" height="180" quality="High">');
	document.write('</object>');
}

function writeObjBut1(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" ');
	document.write('	id="objbut1" ');
	document.write('	codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" ');
	document.write('	border="0" ');
	document.write('	width="170" ');
	document.write('	height="180">');
	document.write('	<param name="loop" value="false">');
	document.write('	<param name="quality" value="High">');
	document.write('	<param name="movie" value="images/home-but1.swf">');
	document.write('	<embed src="images/home-but1.swf" ');
	document.write('		loop="false"');
	document.write('		pluginspage="http://www.macromedia.com/go/getflashplayer" ');
	document.write('		type="application/x-shockwave-flash" ');
	document.write('		name="objbut1" ');
	document.write('		width="170" ');
	document.write('		height="180">');
	document.write('	</object>');
}

function writeObjBut2(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" ');
	document.write('	id="objbut2" ');
	document.write('	codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" ');
	document.write('	border="0" ');
	document.write('	width="170" ');
	document.write('	height="180">');
	document.write('	<param name="loop" value="false">');
	document.write('	<param name="quality" value="High">');
	document.write('	<param name="movie" value="images/home-but2.swf">');
	document.write('	<embed src="images/home-but2.swf" ');
	document.write('		loop="false"');
	document.write('		pluginspage="http://www.macromedia.com/go/getflashplayer" ');
	document.write('		type="application/x-shockwave-flash" ');
	document.write('		name="objbut2" ');
	document.write('		width="170" ');
	document.write('		height="180">');
	document.write('</object>');
}

function writeObjBut3(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" ');
	document.write('	id="objbut3" ');
	document.write('	codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" ');
	document.write('	border="0" ');
	document.write('	width="170" ');
	document.write('	height="180">');
	document.write('	<param name="loop" value="false">');
	document.write('	<param name="quality" value="High">');
	document.write('	<param name="movie" value="images/home-but3.swf">');
	document.write('	<embed src="images/home-but3.swf" ');
	document.write('		loop="false"');
	document.write('		pluginspage="http://www.macromedia.com/go/getflashplayer" ');
	document.write('		type="application/x-shockwave-flash" ');
	document.write('		name="objbut3" ');
	document.write('		width="170" ');
	document.write('		height="180">');
	document.write('</object>');
}