﻿function openhelp()
{
	url = "../../../web/publicarea/searchhelp.htm";
	status = "scroll:0;resizable:0;status:0;help:0;dialogWidth:310px;dialogHeight:250px";
	returnValues = window.showModalDialog(url,0,status);
	return false;
}
