//*******************************
//* helapet.js                                         *
//*                                                    *

function showMap()
{
document.location.href = 'http://www.streetmap.co.uk/streetmap.dll?Grid2Map?X=501615&Y=223090&title=Helapet+-+Filter+Devices,+Medical+and+Cleanroom+Disposables&bimage=background%3dhttp://www.helapet.com/images/bckgnd.gif&zoom=3&arrow=y&back=Back+to+the+Helapet+Web+Site&url=' + document.location.href;
}

function bookmarkPage(who){
	who = document.title + " - " + who;
	window.external.AddFavorite(document.location.href,who);
}