function getPG(p,m,url)	{
	new Ajax.Updater('pricegrabber','index.php', { 
		method : 'get',
		evalScripts : true,
		parameters : { page : 'pricegrabber', mfgno_stripped : p, man_id : m, url : url}
	});
}
function openPG(s,t,u)	{
		window.open('index.php?page=pricegrabber&s=' + s + '&a=redirect' + t + '&url=' + u, 'Merchant', 'width=1000,height=1000,resizeable=yes,scrollbars=yes,status=yes,location=yes,menubar=yes,toolbar=yes');
}

function getPGbyId(id)	{
	new Ajax.Updater('pricegrabber','index.php', { 
		method : 'get',
		parameters : { page : 'pricegrabber', id : id}
	});
}

function mapinfo()	{
	window.open('/map.html','map','location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=520px,height=350px');
}