function Preload(Graphic,VXCustom)
	{
	if ( typeof(top.Graphic) != 'undefined')
		{
		top.Graphic.location.replace(Graphic)
		}
	if (typeof (top.VXContext) != 'undefined')
		{
		top.VXContext.location.replace(VXCustom)
		}
	}


