function PopUp(url,w,h){
	window.open(url,"popup","width="+w+",height="+h);
}

function NavToJobPage(id){
	location.href="jobdetail.aspx?id="+id;
}

function NavToHCPage(id){
	location.href="hc.aspx?id="+id;
}

function ShowSectorHeader(strImageFilename,strTitle,intSectorID){
	document.write("<div title='" + strTitle + "' style='width:642px;height:147px;overflow:hidden;background-image:url(images/pageimages/" + strImageFilename + ")'>");
		document.write("<div style='padding-right:7px;padding-top:6px'>");
			document.write("<div style='float:right;width:198px;height:135px'>");
				document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='198' height='135'>");
				document.write("<param name='movie' value='swf/jobticker.swf?thisSector="+intSectorID+"' />");
				document.write("<param name='quality' value='high' />");
				document.write("<param name='wmode' value='transparent' />");
				document.write("<embed src='swf/jobticker.swf?thisSector="+intSectorID+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='198' height='135'></embed>");
				document.write("</object>");
			document.write("</div>");
		document.write("</div>");
	document.write("</div></div>");
}


function InsertHeaderSWF(){
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='400' height='70'>");
	document.write("<param name='movie' value='swf/Rolling_Text.swf' />");
	document.write("<param name='quality' value='high' />");
	document.write("<param name='wmode' value='transparent' />");
	document.write("<embed src='swf/Rolling_Text.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='400' height='70'></embed>");
	document.write("</object>");
}