function agent(url){
	document.write('<iframe src="http://www.sonymusic.co.jp');
	document.write(url);
	document.write('" name="contents" width="100%" height="100%" frameborder="0" scrolling="auto" id="iframe">この部分はインラインフレームを使用しています。</iframe>');
setTimeout("frame_check()",5);
}

function frame_check(){
    f=document.body.clientHeight - 314;
	if(f>250) {
    document.getElementById("iframe").height=f;
    setTimeout("frame_check()",50);
	}else{
    document.getElementById("iframe").height=250;
    setTimeout("frame_check()",50);
}
}

function agent_top(top){
	document.write('<iframe src="top.html" name="contents" width="100%" height="100%" frameborder="0" scrolling="no" id="iframe">この部分はインラインフレームを使用しています。</iframe>');
setTimeout("top_check()",5);
}

function top_check(){
    f=document.body.clientHeight - 242;
	if(f>550) {
    document.getElementById("iframe").height=f;
    setTimeout("top_check()",50);
	}else{
    document.getElementById("iframe").height=550;
    setTimeout("top_check()",50);
}
}


