


function popupProduct( url )
	{
//	var name = 'product' + ('' + Math.random()).replace(/[^a-z0-9_]+/i, '');
	var name = url.replace(/[^a-z0-9_]/gi, '_');
	return popup(name, url, 350, 600);
	}

function MakeCall(UserPhone)
{
    var HostName = 'http://expofon.ru/caller/';
    var Partner = 'frekenbok';
    var TheURL   = HostName + 'call.php?user=' + Partner + '&callback=' + UserPhone;
    window.open(TheURL,'1','height=150,width=400,scrollbars,toolbar=0,status=0');
}
