
// Spillers - by SPC @ Netcel - rel 03

function initialise(){
	var objD01=document.getElementById('content');
	var objD02=document.getElementById('borderLeft');
	var objD03=document.getElementById('borderRight');
	var height=objD01.offsetHeight;
	objD02.style.height=height+'px';
	objD03.style.height=height+'px';
	return true;
}

function printPage(){
	if (window.print){window.print()} 
}