
var RealLink=Array();
RealLink[1]=" ";

function travel(Target,link){
	window.status=Target.href;
	Target.href=RealLink[link];
}


function RunHomeFlash() //home
{
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="298" height="216">\n');
document.write('<param name="movie" value="/flash/showcase.swf">\n');
document.write('<PARAM NAME="wmode" VALUE="transparent">\n');
document.write('<param name="quality" value="high" />\n');
document.write('<embed src="/flash/showcase.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="298" height="216" wmode="transparent"></embed>\n');
document.write('</object>\n');
}


function RunHomeFlash2() //home
{
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="118" height="153">\n');
document.write('<param name="movie" value="/flash/showcase2.swf">\n');
document.write('<PARAM NAME="wmode" VALUE="transparent">\n');
document.write('<param name="quality" value="high" />\n');
document.write('<embed src="/flash/showcase2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="118" height="153" wmode="transparent"></embed>\n');
document.write('</object>\n');
}       


function RunHomeStar() //home
{
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="125" height="125">\n');
document.write('<param name="movie" value="/flash/star.swf">\n');
document.write('<PARAM NAME="wmode" VALUE="transparent">\n');
document.write('<param name="quality" value="high" />\n');
document.write('<embed src="/flash/star.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="125" height="125" wmode="transparent"></embed>\n');
document.write('</object>\n');
}       
   
