/* index.cfm */
function calcHeight(id){
	var the_height=document.getElementById(id).contentWindow.document.body.scrollHeight;
	document.getElementById(id).height=the_height;
}
function registerFIF(){
	window.location = 'content.cfm?contentID=41458&register=true';			
}
function loginFIF(){
	document.loginForm_header.action = 'content.cfm?contentID=41458&login=true'
	document.loginForm_header.submit();
}