function topMovie()
{
    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="600" height="347">\n');
    document.write('<param name="movie" value="/img/top_mov.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="/img/top_mov.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="347">\n');
    document.write('</embed>\n');
    document.write('</object>\n');
}

//collection
function col_2010autumn()
{
    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="910" height="550">\n');
    document.write('<param name="movie" value="/collection/2010autumn.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="/collection/2010autumn.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="910" height="550">\n');
    document.write('</embed>\n');
    document.write('</object>\n');
    document.close();
}

function col_2010summer2()
{
    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="910" height="550">\n');
    document.write('<param name="movie" value="/collection/2010summer2.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="/collection/2010summer2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="910" height="550">\n');
    document.write('</embed>\n');
    document.write('</object>\n');
    document.close();
}

function col_2010summer1()
{
    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="910" height="550">\n');
    document.write('<param name="movie" value="/collection/2010summer1.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="/collection/2010summer1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="910" height="550">\n');
    document.write('</embed>\n');
    document.write('</object>\n');
    document.close();
}

function col_2010spring2()
{
    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="910" height="550">\n');
    document.write('<param name="movie" value="/2010spring2.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="/2010spring2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="910" height="550">\n');
    document.write('</embed>\n');
    document.write('</object>\n');
    document.close();
}

function col_2010spring1()
{
    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="910" height="550">\n');
    document.write('<param name="movie" value="/2010spring1.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="/2010spring1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="910" height="550">\n');
    document.write('</embed>\n');
    document.write('</object>\n');
    document.close();
}



//catalog zoom


function czoom(num){
 wzoom = window.open('/collection/zoom.html','wzoom','width=480,height=684');
 wzoom.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\n');
 wzoom.document.write("<html>\n");
 wzoom.document.write("<head>\n");
 wzoom.document.write('<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">\n');
 wzoom.document.write("<title>SPORTIFF</title>\n");
 wzoom.document.write("</head>\n");
 wzoom.document.write('<body style="margin: 0; padding: 0;">\n');
 wzoom.document.write('<img src="/collection/' + num + '" width="480" height="644" alt=""><br>\n');
 wzoom.document.write('<a href="javascript: window.close();"><img src="/img/close.gif" width="480" height="45" alt="close" border="0"></a>\n');
 wzoom.document.write("</body>\n");
 wzoom.document.write("</html>");
 wzoom.document.close();
}
