
function ShowNoResultsPopUp(windowTitle)
{
	if ( dhtmlmodal != null )
		noResultsWindow = dhtmlmodal.open("NoResults", "iframe", "/products/noProductsLayer.aspx", windowTitle, 'width=405px,height=130px,center=1,resize=0,scrolling=0')
}

