var origMsg = '&nbsp;Welcome to our Gift Registry! Because life is full of reasons to celebrate, we have created this site to help you select the gifts that you know the recipients will cherish and appreciate for years to come. '
var dfltMsg = '&nbsp;Welcome to our Gift Registry! Because life is full of reasons to celebrate, we have created this site to help you select the gifts that you know the recipients will cherish and appreciate for years to come. '


function showInfo(txt) 
{
	var infoie = txt 
	var info = '<TABLE WIDTH="285" CELLPADDING="4" BORDER="0"><TR><TD class="info" VALIGN="top">' + txt + '</TD></TR></TABLE>'
	if (document.layers) 
	{
		document.info.document.write(info)
		document.info.document.close()
	}
	if (document.all) 
	{
		document.all.info.innerHTML = infoie
	}
}
