// JavaScript Document
function pre(){
	document.getElementById("pre_pg").style.overflow="hidden";
	document.getElementById("pre_pg").style.height="0";
	document.getElementById("full_pg").style.overflow="visible";
	document.getElementById("full_pg").style.height="auto";
}
