// JavaScript Document

function f_frameStyleResize(targObj){

 var targWin = targObj.parent.document.all[targObj.name];

 if(targWin != null) {

  var HeightValue = targObj.document.body.scrollHeight

  if(HeightValue < 350){HeightValue = 350} 

  targWin.style.pixelHeight = HeightValue;

 }

}

function f_iframeResize(){

 bLoadComplete = true; f_frameStyleResize(self);

}

var bLoadComplete = false;
setTimeout("window.location.reload()",6000000);

window.onload = f_iframeResize;


function jump()
{
document.location.href="sf_01.html";
}
function jump1()
{
document.location.href="cx_01.html"
}
