// JavaScript Document

function resWin(){
　　　　　window.resizeTo(670,720);
}

function movieplay(movietitle,URL){



var text1 = "<object name='netobj' classid='clsid:A9FC132B-096D-460B-B7D5-1DB0FAE0C062' height='0' id='netobj' width='0' style='visibility: hidden;'></object>"



if(document.all){document.all("DRMscript").innerHTML=text1};

if(document.getElementById){document.getElementById("DRMscript").innerHTML=text1};



/*

document.write("<object name='netobj' classid='clsid:A9FC132B-096D-460B-B7D5-1DB0FAE0C062' height='0' id='netobj' width='0' style='visibility: hidden;'></object>");

document.close();

*/





try {

		netobj.GetLicenseFromURL( "<a></a>", "http://license.smartdrm.net/Test/License/GetLicense.asp?GID=20040611_01.asf" );

		location.href = URL;

}

catch(e) {	// DRMライセンスのダウンロード失敗



	  DRMerror=window.open("","error","width=300,height=200")

	  DRMerror.document.write("<html><head><title>アニプレックス</title></head>")

	  DRMerror.document.write("<body style='color:#FFF;background:#000;font-size:12px; text-align:center;' link='#FFFF00'>" )

	　DRMerror.document.write("<center>")

	  DRMerror.document.write("<b><font color='#FF0000'>"+movietitle+"</font></b><br>")

	　DRMerror.document.write( "<br>")	  

	　DRMerror.document.write("現在、お使いのパソコン環境では再生できません。<br>")

	  DRMerror.document.write("<br>")

	  DRMerror.document.write("[視聴環境]<br>")

	  DRMerror.document.write("Windows PC / Internet Explorer5.5以上<br>")

	  DRMerror.document.write("Windows Media Player 7.1以上<br>")	

	  DRMerror.document.write("<br>")

	  DRMerror.document.write("<a href='javascript:window.close();'>閉じる</a><br>")

	  DRMerror.document.write("<br>")

	  DRMerror.document.write("(c)Aniplex Inc.")

	　DRMerror.document.write("</body></html>")

	  DRMerror.document.close();

}





/*

window.alert(URL)*/





}


