onload=Init

if (CountryCode=='HK')
	document.write ('<div ID=Div3><iframe ID=PromoFrame FRAMEBORDER="0" SCROLLING="NO" SRC="'+Parent+'JobSeeker/ResourcesRight.htm" width="148" height=700></iframe></div>')
else
	document.write ('<div ID=Div3><iframe ID=PromoFrame FRAMEBORDER="0" SCROLLING="NO" SRC="'+Parent+'Home/RightPanel.htm" width="148" height=700></iframe></div>')	

function Init() {
	if (location.href.lastIndexOf('CompProfile')!=-1) var Height=800
	if (location.href.lastIndexOf('RCoverage')!=-1) var Height=1270
	if (location.href.lastIndexOf('AskClients')!=-1) var Height=6700
	if (location.href.lastIndexOf('WhatWeDo')!=-1) var Height=1030
	if (location.href.lastIndexOf('WhyJobsDB')!=-1) var Height=808
	if (location.href.lastIndexOf('OurPartners')!=-1) var Height=1310
	/*
	if (document.all)
		var FrameHeight=document.frames[0].document.body.scrollHeight
	else
		var FrameHeight=parent.frames[0].document.height
	
	if (Height>FrameHeight)
		var ThisHeight=Height
	else
		var ThisHeight=FrameHeight
	
	document.getElementById('Div1').style.height=ThisHeight+'px'
	document.getElementById('PromoFrame').style.height=ThisHeight+'px'
	document.getElementById('Div4').style.top=ThisHeight+117+'px'
	document.getElementById('Div4').style.visibility='visible'
	*/
	document.getElementById('Div1').style.height=Height+'px'
	document.getElementById('PromoFrame').style.Height=Height+'px'
	document.getElementById('Div4').style.top=Height+117+'px'
	document.getElementById('Div4').style.visibility='visible'
}

/*
document.getElementById('Div1').style.height=Height+'px'
document.getElementById('PromoFrame').style.height=Height+'px'
document.getElementById('Div4').style.top=Height+117+'px'
*/