
	var imgs1	= [ 'heading/head-products.gif', 'heading/vi-buy.gif', 'heading/vi-common.gif', 'heading/vi-support.gif',
	'bottom.gif', 'bottom-edge.gif', 'bottom-edge-blue.gif', 'flyout-hover.gif', 'flyout-normal.gif', 'hover-arrow2.gif',
	'normal.gif', 'normal-arrow.gif', 'normal-arrow2.gif', 'normal2.gif', 'over.gif', 'over-arrow.gif', 'sub-headings.gif', 'top.gif',
	'top-edge.gif', 'top-edge-blue.gif', 'top-heading.gif', 'vi-flyout-bottom-scroll.gif', 'vi-flyout-heading.gif', 'vi-flyout-top-scroll.gif',
	'vi-hover.gif', 'vi-hover-arrow.gif', 'vi-normal.gif', 'vi-normal-arrow.gif', 'vmenu-headings.gif' ]

	var path1	= "/shared/img/vimenu/"
	var q		= new Array ( imgs1.length )

	for (var i=0;i<imgs1.length;i++)
	{
		q[i]		= document.createElement ( "img" )
		q[i].src	= path1 + imgs1[i]
		document.getElementById("prvi").appendChild ( q[i] )
	}