onload=BodyInit

var CountryCode='HK'
var LangCode='EN'
var Parent='../'
function NewWin(url) {
	var NewWin= window.open(url, 'V6PressRoom','Resizable=1,ScrollBars=1,MenuBar=No,Directories=No,ToolBar=No,Location=No,Status=1,Width=779,Height=400,Top=10,Left=10');
	if (NewWin.opener==null)
		NewWin.opener=self
	if (NewWin.focus)
		NewWin.focus()
}
function OpenLink(url) {
	location.href=url+'?CC='+CountryCode+'&LC='+LangCode
}

function BodyInit() {
	if (document.all)
		var FrameHeight=document.frames[0].document.body.scrollHeight
	else
		var FrameHeight=parent.frames[0].document.height
		
	var CopyRightTop=document.getElementById('TBCopyRight').offsetTop-117
	if (CopyRightTop>FrameHeight) 
		document.getElementById('TBJSRightContent').style.height=CopyRightTop+'px'
	else {
		document.getElementById('TBJSRightContent').style.height=FrameHeight+'px'
		document.getElementById('TBCopyRight').style.top=FrameHeight+117+'px'
	}	
}
