//head tag: <script src="anim/runjava.js" type="text/javascript"></script>
//banner Tag: <script type="text/javascript">RunBanner();</script>
//nav Tag: <script type="text/javascript">RunNav();</script>
//intro Tag: <script type="text/javascript">RunIntro();</script>


function RunBanner()
{
document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
document.write ('codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"\n');
document.write ('id="banner" width="800" height="200">\n');
document.write ('<param name="movie" value="anim/banner.swf" />\n');
document.write ('<param name="quality" value="High" />\n');
document.write ('<param name="wmode" value="transparent" />\n');
document.write ('<param name="allowscriptaccess" value="samedomain" />\n');
document.write ('<embed type="application/x-shockwave-flash"\n');
document.write ('pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"\n');
document.write ('name="banner" width="800" height="200" src="anim/banner.swf"\n');
document.write ('quality="High" wmode="transparent" allowscriptaccess="samedomain">\n');
document.write ('<noembed>\n');
document.write ('</noembed>\n');
document.write ('</embed>\n');
document.write ('</object>\n');
}

function RunBanner_parent()
{
document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
document.write ('codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"\n');
document.write ('id="banner" width="800" height="200">\n');
document.write ('<param name="movie" value="../anim/banner.swf" />\n');
document.write ('<param name="quality" value="High" />\n');
document.write ('<param name="wmode" value="transparent" />\n');
document.write ('<param name="allowscriptaccess" value="samedomain" />\n');
document.write ('<embed type="application/x-shockwave-flash"\n');
document.write ('pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"\n');
document.write ('name="banner" width="800" height="200" src="../anim/banner.swf"\n');
document.write ('quality="High" wmode="transparent" allowscriptaccess="samedomain">\n');
document.write ('<noembed>\n');
document.write ('</noembed>\n');
document.write ('</embed>\n');
document.write ('</object>\n');
}

function RunNav()
{
document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
document.write ('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"\n');
document.write ('id="nav" width="200" height="300">\n');
document.write ('<param name="movie" value="anim/nav.swf" />\n');
document.write ('<param name="quality" value="High" />\n');
document.write ('<param name="wmode" value="transparent" />\n');
document.write ('<param name="allowscriptaccess" value="samedomain" />\n');
document.write ('<embed type="application/x-shockwave-flash"\n');
document.write ('pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"\n');
document.write ('name="nav" width="200" height="300" src="anim/nav.swf"\n');
document.write ('quality="High" wmode="transparent" allowscriptaccess="samedomain">\n');
document.write ('<noembed>\n');
document.write ('</noembed>\n');
document.write ('</embed>\n');
document.write ('</object>\n');
}


function RunMovie()
{
document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
document.write ('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"\n');
document.write ('id="intro" width="500" height="300">\n');
document.write ('<param name="movie" value="anim/movie.swf" />\n');
document.write ('<param name="quality" value="High" />\n');
document.write ('<param name="wmode" value="transparent" />\n');
document.write ('<param name="allowscriptaccess" value="samedomain" />\n');
document.write ('<embed type="application/x-shockwave-flash"\n');
document.write ('pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"\n');
document.write ('name="intro" width="500" height="300" src="anim/movie.swf"\n');
document.write ('quality="High" wmode="transparent" allowscriptaccess="samedomain">\n');
document.write ('<noembed>\n');
document.write ('</noembed>\n');
document.write ('</embed>\n');
document.write ('</object>\n');
}

function imgWindow(url,w,h)
{
	var t = screen.height/2;
	var t = t-(h/2);
	var l = screen.width/4;
	var l = l-(w/2);
	var windowProperties='toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,';
	windowProperties+='width='+w+',';
	windowProperties+='height='+h+',';
	windowProperties+='top='+t+',';
	windowProperties+='left='+l;
	window.open('disp_img.php?img='+url,'imageWindow',windowProperties);
}

function accWindow(img,w,h,items)
{
	var t = screen.height/2;
	var t = t-(h/2);
	var l = screen.width/4;
	var l = l-(w/2);
	var windowProperties='toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,';
	windowProperties+='width='+w+',';
	windowProperties+='height='+h+',';
	windowProperties+='bottom='+t+',';
	windowProperties+='right='+l;
	window.open('disp_acc.php?img='+img+'&items='+items,'imageWindow',windowProperties);
}
function extraWindow(img,w,h)
{
	var t = screen.height/2;
	var t = t-(h/2);
	var l = screen.width/4;
	var l = l-(w/2);
	var windowProperties='toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,';
	windowProperties+='width='+w+',';
	windowProperties+='height='+h+',';
	windowProperties+='bottom='+t+',';
	windowProperties+='right='+l;
	window.open('disp_extra.php?img='+img,'imageWindow',windowProperties);
}
