var theImages = new Array();
var theStyle = new Array();
var theFabric = new Array();
var thePrice = new Array();
var Newalttag = new Array();
var thePath = new Array();

var Newpathprefix = 'images/new/';

	theImages[0] = '2'; // replace with names of images
	theStyle[0] = "Tab Collar with Rounded French Cuffs.";
	theFabric[0] = "100% Two Ply Superfine Cotton, Yellow Stripe .";
	thePrice[0] = "$75";
	Newalttag[0] = "Custom made Slacks";
	thePath[0] = "showfabric.aspx?cf=s,3"
	
	theImages[1] = '3'; // replace with names of images
	theStyle[1] = "Tab Collar with Rounded French Cuffs.";
	theFabric[1] = "100% Two Ply Superfine Cotton, Yellow Stripe .";
	thePrice[1] = "$75";
	Newalttag[1] = "Readymade Ties";
	thePath[1] = "showfabric.aspx?cf=s,25"
	
var j = 0
var p = theImages.length;
var preBuffer = new Array();

for (i = 2; i < p; i++){
	preBuffer[i] = new Image();
	preBuffer[i].src = theImages[i];
}
var whichImage = Math.round(Math.random()*(p-1));

function showNewItemImage(){	
	// script modified for shirt showcase popup window from homepage, by raghavan, 6-4-2006 //<a href ="javascript:shirtShowcase(\''+Newpathprefix+theImages[whichImage] +'_new_01.jpg'+'\')</a>" >
	document.write('<a href=\"' + thePath[whichImage] + '\"><img align="right" style="margin-top:31px;padding-right:1px;" src="' + Newpathprefix +theImages[whichImage] + '_new_01.jpg"  border=0 alt="'+Newalttag[whichImage]+'"/></a>');
}
/*
	theImages[0] = '1'; // replace with names of images
	theStyle[0] = "Traditional Spread collar with Contour French cuffs.";
	theFabric[0] = "100% Two Ply Superfine Cotton, Maroon Check .";
	thePrice[0] = "$75";
	Newalttag[0] = "Custom made Belts";
	thePath[0] = "showfabric.aspx?cf=s,9"*/
