//////////////////////////	
	if  (document.images) {

		clothing1 = new Image
		clothing2 = new Image

		clothing1.src = 'images/nycstyle/clothing1.gif'
		clothing2.src = 'images/nycstyle/clothing2.gif'

		giftideas1 = new Image
		giftideas2 = new Image

		giftideas1.src = 'images/nycstyle/giftideas1.gif'
		giftideas2.src = 'images/nycstyle/giftideas2.gif'

		nycthemes1 = new Image
		nycthemes2 = new Image

		nycthemes1.src = 'images/nycstyle/nycthemes1.gif'
		nycthemes2.src = 'images/nycstyle/nycthemes2.gif'

		occasions1 = new Image
		occasions2 = new Image

		occasions1.src = 'images/nycstyle/occasions1.gif'
		occasions2.src = 'images/nycstyle/occasions2.gif'

		cgifts1 = new Image
		cgifts2 = new Image

		cgifts1.src = 'images/nycstyle/cgifts1.gif'
		cgifts2.src = 'images/nycstyle/cgifts2.gif'

		iloveNY1 = new Image
		iloveNY2 = new Image

		iloveNY1.src = 'images/nycstyle/iloveny1.gif'
		iloveNY2.src = 'images/nycstyle/iloveny2.gif'

		fashion1 = new Image
		fashion2 = new Image

		fashion1.src = 'images/nycstyle/fashion1.gif'
		fashion2.src = 'images/nycstyle/fashion2.gif'

		xmas1 = new Image
		xmas2 = new Image

		xmas1.src = 'images/nycstyle/xmas3.gif'
		xmas2.src = 'images/nycstyle/xmas2.gif'

		jewelry1 = new Image
		jewelry2 = new Image

		jewelry1.src = 'images/nycstyle/jewelry1.gif'
		jewelry2.src = 'images/nycstyle/jewelry2.gif'

		fdny1 = new Image
		fdny2 = new Image

		fdny1.src = 'images/nycstyle/fdny1.gif'
		fdny2.src = 'images/nycstyle/fdny2.gif'

		nypd1 = new Image
		nypd2 = new Image

		nypd1.src = 'images/nycstyle/nypd1.gif'
		nypd2.src = 'images/nycstyle/nypd2.gif'

		kids1 = new Image
		kids2 = new Image

		kids1.src = 'images/nycstyle/kids1.gif'
		kids2.src = 'images/nycstyle/kids2.gif'

		sports1 = new Image
		sports2 = new Image

		sports1.src = 'images/nycstyle/sports1.gif'
		sports2.src = 'images/nycstyle/sports2.gif'

		fun1 = new Image
		fun2 = new Image

		fun1.src = 'images/nycstyle/fun1.gif'
		fun2.src = 'images/nycstyle/fun2.gif'

		snowg1 = new Image
		snowg2 = new Image

		snowg1.src = 'images/nycstyle/snowglobes1.gif'
		snowg2.src = 'images/nycstyle/snowglobes2.gif'

		mugs1 = new Image
		mugs2 = new Image

		mugs1.src = 'images/nycstyle/mugs1.gif'
		mugs2.src = 'images/nycstyle/mugs2.gif'

		stationary1 = new Image
		stationary2 = new Image

		stationary1.src = 'images/nycstyle/stationary1.gif'
		stationary2.src = 'images/nycstyle/stationary2.gif'

		artists1 = new Image
		artists2 = new Image

		artists1.src = 'images/nycstyle/artists1.gif'
		artists2.src = 'images/nycstyle/artists2.gif'

		giftpackages1 = new Image
		giftpackages2 = new Image

		giftpackages1.src = 'images/nycstyle/giftpackages1.gif'
		giftpackages2.src = 'images/nycstyle/giftpackages2.gif'

		party1 = new Image
		party2 = new Image

		party1.src = 'images/nycstyle/party1.gif'
		party2.src = 'images/nycstyle/party2.gif'

		quantity1 = new Image
		quantity2 = new Image

		quantity1.src = 'images/nycstyle/quantity1.gif'
		quantity2.src = 'images/nycstyle/quantity2.gif'

		sale1 = new Image
		sale2 = new Image

		sale1.src = 'images/nycstyle/onsale1.gif'
		sale2.src = 'images/nycstyle/onsale2.gif'

		search1 = new Image
		search2 = new Image

		search1.src = 'images/nycstyle/search1.gif'
		search2.src = 'images/nycstyle/search2.gif'

		affiliates1 = new Image
		affiliates2 = new Image

		affiliates1.src = 'images/nycstyle/affiliates1.gif'
		affiliates2.src = 'images/nycstyle/affiliates2.gif'

		policy1 = new Image
		policy2 = new Image

		policy1.src = 'images/nycstyle/policy1.gif'
		policy2.src = 'images/nycstyle/policy2.gif'

		email1 = new Image
		email2 = new Image

		email1.src = 'images/nycstyle/email1.gif'
		email2.src = 'images/nycstyle/email2.gif'

	}
	else {
		buttonBlue = ""
		buttonWhite = ""
		document.button = ""
	}
////////////////////////