function offsetLayerShow(mMedia) {
	$jQuery('#offsetLayer').html(mMedia);
	coreDisplay('offsetLayer');
}
function offsetLayerHide() {
	$jQuery('#offsetLayer').html('');
	coreUndisplay('offsetLayer');
	document.onmousemove	= "";
}
