// JavaScript Document
function restore_url(obj,store_href){
	obj.contentWindow.history.forward();
}