onload=BodyInit

if (CountryCode=='TH')
	document.write ('<iframe ID=TBJSRightContent FRAMEBORDER="0" SCROLLING="NO" SRC="'+Parent+'Home/RightPanel.htm" width="148" height=700></iframe>')
else
	document.write ('<iframe ID=TBJSRightContent FRAMEBORDER="0" SCROLLING="NO" SRC="'+Parent+'JobSearch/Promotion.htm" width="148" height=700></iframe>')	

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'
	}	
}


