﻿// JavaScript Document

function index_fla()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="750" height="350">');
	document.write('<param name="movie" value="images/top/1.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="images/top/1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="350"></embed>');
	document.write('</object>');
}

function golf_index_fla()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="300">');
	document.write('<param name="movie" value="images/golf.swf">');
	document.write('<param name=quality value=high>');
	document.write('<embed src="images/golf.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="700" height="300"></embed>');
	document.write('</object>');
}

function skiing_index_fla()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="720" height="220">');
	document.write('<param name="movie" value="images/skiing2006.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="images/skiing2006.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="720" height="220"></embed>');
	document.write('</object>');
}

