/// JavaScript Document

function common_post_to( jump_to, disable_scroll )
{
	if ( ! disable_scroll )
	{
		//common_set_scroll_top();
		//common_set_screen_height();
	}
	
	document.frm.action = jump_to;
	document.frm.submit();
	
	return false;
}