/******************************************************************************
  Copyright 2001-2006 Comsenz Inc. (http://www.ccosf.org)
*******************************************************************************/


//ÏÔÊ¾¹¤¾ßÌõ


function hidetoolbar() {
	window.parent.document.getElementById("toolbarframe").style.display="none";
}

function showtoolbar() {
	document.getElementById("toolbarframe").style.display = "block";
}


