function FNC_pos_start()
{
	window.location.hash = "POS_START";
}

function FNC_ret()
{
	if (top.document.referrer.length !=0 ){
		top.location.href = top.document.referrer;
	}else{
	}
}
var V_ret_ref = new String("");
function FNC_ret_save()
{
	if (V_ret_ref.length == 0 ){
		V_ret_ref = top.document.referrer;
	}
}
function FNC_ret_go()
{
	if (V_ret_ref.length != 0 ){
	top.location.href = V_ret_ref;
	}
}
function m_open(){
	if(m.style.visibility == "hidden"){
		m.style.posLeft = document.body.scrollLeft + event.clientX + 2;
		m.style.posTop = document.body.scrollTop + event.clientY + 2;
		m.style.visibility = "visible";
	}else if(m.style.visibility == "visible"){
		m.style.visibility = "hidden";
	}
}
/*************************
	ƒRƒsƒy
**************************/
function FNC_copy(text)
{
	window.clipboardData.setData("text",text);
}

