﻿//Prowered bY ZaneGe mailto:eatoncn@163.com
//ver: 1.0.0.05.10.2008
function TuneHeight()
{
var frm = document.getElementById("mainF");
var subWeb = document.frames ? document.frames["mainFrame"].document : frm.contentDocument;
if(frm != null && subWeb != null)
{ frm.height = subWeb.body.scrollHeight;}
}


/*
function TuneHeight1()
{
var frm = document.getElementById("topF");
var subWeb = document.frames ? document.frames["topFrame"].document : frm.contentDocument;
if(frm != null && subWeb != null)
{ frm.height = subWeb.body.scrollHeight;}
}

function TuneHeight2()
{
var frm = document.getElementById("leftF");
var subWeb = document.frames ? document.frames["leftFrame"].document : frm.contentDocument;
if(frm != null && subWeb != null)
{ frm.height = subWeb.body.scrollHeight;}
}

function TuneHeight3()
{
var frm = document.getElementById("mainF");
var subWeb = document.frames ? document.frames["mainFrame"].document : frm.contentDocument;
if(frm != null && subWeb != null)
{ frm.height = subWeb.body.scrollHeight;}
}

function TuneHeight4()
{
var frm = document.getElementById("bottomF");
var subWeb = document.frames ? document.frames["bottomFrame"].document : frm.contentDocument;
if(frm != null && subWeb != null)
{ frm.height = subWeb.body.scrollHeight;}
}*/

/*function TuneHeight1()
{
var frm = document.getElementById("topF");
frm.height=0;
var subWeb = (frm.Document?frm.Document.body.scrollHeight:frm.contentDocument.body.offsetHeight);
frm.height = (subWeb>200?subWeb:200);
}


function TuneHeight2()
{
var frm = document.getElementById("leftF");
frm.height=0;
var subWeb = (frm.Document?frm.Document.body.scrollHeight:frm.contentDocument.body.offsetHeight);
frm.height = (subWeb>200?subWeb:200);
}

function TuneHeight3()
{
var frm = document.getElementById("mainF");
frm.height=0;
var subWeb = (frm.Document?frm.Document.body.scrollHeight:frm.contentDocument.body.offsetHeight);
frm.height = (subWeb>200?subWeb:200);
}

function TuneHeight4()
{
var frm = document.getElementById("bottomF");
frm.height=0;
var subWeb = (frm.Document?frm.Document.body.scrollHeight:frm.contentDocument.body.offsetHeight);
frm.height = (subWeb>200?subWeb:200);
}
*/