

function hd(){
	document.write('<object data="http:\/\/www.trustee-records.com\/hd.swf" type="application/x-shockwave-flash" width="978" height="110"><param name="movie" value="http:\/\/www.trustee-records.com\/hd.swf" \/><param name="wmode" value="transparent" \/><param name="quality" value="high" \/><embed src="http:\/\/www.trustee-records.com\/hd.swf" wmode="transparent" quality="high" pluginspage="http:\/\/www.macromedia.com\/go\/getflashplayer" type="application\/x-shockwave-flash" width="978" height="110"><\/embed><a href="http://www.trustee-records.com/"><img src="http:\/\/www.trustee-records.com\/images\/hd.jpg" width="978" height="110" alt="トラスティレコーズ" \/><\/a><\/object>');	
}


function bn_event(){
	document.write('<object data="http:\/\/www.trustee-records.com\/bn_event.swf" type="application/x-shockwave-flash" width="590" height="102"><param name="movie" value="http:\/\/www.trustee-records.com\/bn_event.swf" \/><param name="quality" value="high" \/><param name="wmode" value="transparent" /><embed src="http:\/\/www.trustee-records.com\/bn_event.swf" wmode="transparent" quality="high" pluginspage="http:\/\/www.macromedia.com\/go\/getflashplayer" type="application\/x-shockwave-flash" width="590" height="102"><\/embed><a href="http://www.trustee-records.com/event.html"><img src="http:\/\/www.trustee-records.com\/images\/bn_event.jpg" width="590" height="102" alt="イベント出演依頼" \/><\/a><\/object>');	
}

function bns(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=7,0,19,0" width="965" height="299"><param name="movie" value="http:\/\/www.trustee-records.com\/bns.swf" \/><param name="quality" value="high" \/><param name="wmode" value="transparent" /><embed src="http:\/\/www.trustee-records.com\/bns.swf" wmode="transparent" quality="high" pluginspage="http:\/\/www.macromedia.com\/go\/getflashplayer" type="application\/x-shockwave-flash" width="965" height="299"><\/embed><\/object>');	
}

function mp3(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=7,0,19,0" width="304" height="340"><param name="movie" value="http:\/\/www.trustee-records.com\/index.swf" \/><param name="quality" value="high" \/><param name="wmode" value="transparent" \/><embed src="http:\/\/www.trustee-records.com\/index.swf" wmode="transparent" quality="high" pluginspage="http:\/\/www.macromedia.com\/go\/getflashplayer" type="application\/x-shockwave-flash" width="304" height="340"><\/embed><\/object>');	
}
    
	
	
// スクロールのスピード設定(数値が大にすると高速になる)
var speed=3;

iens6=document.all||document.getElementById;
ns4=document.layers;

var crossobj;
var contentheight;

function pageload() {
if (iens6){
crossobj=document.getElementById? document.getElementById("content") : document.all.content;
contentheight=crossobj.offsetHeight;
}
else if (ns4){
crossobj=document.nscontainer.document.nscontent;
contentheight=crossobj.clip.height;
}
getcontent_height();
}

function movedown(){
if (iens6&&parseInt(crossobj.style.top)>=(contentheight*(-1)+100))
crossobj.style.top=parseInt(crossobj.style.top)-speed+"px";
else if (ns4&&crossobj.top>=(contentheight*(-1)+100))
crossobj.top-=speed;
movedownvar=setTimeout("movedown()",20);
}

function moveup(){
if (iens6&&parseInt(crossobj.style.top)<=0)
crossobj.style.top=parseInt(crossobj.style.top)+speed+"px";
else if (ns4&&crossobj.top<=0)
crossobj.top+=speed;
moveupvar=setTimeout("moveup()",20)
}

function getcontent_height(){
if (iens6)
contentheight=crossobj.offsetHeight;
else if (ns4)
document.nscontainer.document.nscontent.visibility="show";
}
window.onload=pageload;
