function libinit(){
	page=new lib_doc_size()
	//Takes care of the resizing.
	window.onresize=resized;
}

function resized() {
libinit();
}



//if (screen.availWidth <= 1024){
	//alert('lessthan1024');
	//chooses the smaller font css page.
//document.write('<link rel=stylesheet type=text/css href=scripts/style.css>');
//	}else{
	//alert('morethan1024');
	//chooses the larger font css page.
//document.write('<link rel=stylesheet type=text/css href=scripts/style.css>');
//	}