
function DressWin1(image) {
	newWin = open(image, 0, "scrollbars=yes,resizable=yes,status=yes,height=720,width=500"); 
	newWin.focus();
};


function changeImage()
{  
	if (document.images)
	{
		for (var i=0; i < changeImage.arguments.length; i+=2)
		{
			document[changeImage.arguments[i]].src = eval(changeImage.arguments[i+1] + ".src");
		}  
	}
}

var win;
function popup(url, name, w, h)
{
    var winl = (screen.width - w) / 2;
    var wint = (screen.height - h) / 2;
    winprops = 'height=' + h + ',width=' + w + ',top=' + wint + ',left=' + winl + ',toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0';
    win = window.open(url, name, winprops);
  	win.focus();
	
}

signup = new Image(); signup.src="/images/nav/signup_off.gif";
signup_on = new Image(); signup_on.src="/images/nav/signup_on.gif";

faq = new Image(); faq.src="/images/nav/faq_off.gif";
faq_on = new Image(); faq_on.src="/images/nav/faq_on.gif";

home = new Image(); home.src="/images/nav/home_off.gif";
home_on = new Image(); home_on.src="/images/nav/home_on.gif";

career = new Image(); career.src="/images/nav/career_off.gif";
career_on = new Image(); career_on.src="/images/nav/career_on.gif";

privacy = new Image(); privacy.src="/images/nav/privacy_off.gif";
privacy_on = new Image(); privacy_on.src="/images/nav/privacy_on.gif";

advertising = new Image(); advertising.src="/images/nav/advertising_off.gif";
advertising_on = new Image(); advertising_on.src="/images/nav/advertising_on.gif";

anniversary = new Image(); anniversary.src="/images/nav/about_kat_off.gif";
anniversary_on = new Image(); anniversary_on.src="/images/nav/about_kat_on.gif";

runway = new Image(); runway.src="/images/nav/runway_off.gif";
runway_on = new Image(); runway_on.src="/images/nav/runway_on.gif";

fragrance = new Image(); fragrance.src="/images/nav/fragrance_off.gif";
fragrance_on = new Image(); fragrance_on.src="/images/nav/fragrance_on.gif";
accessories = new Image(); accessories.src="/images/nav/accessories_off.gif";
accessories_on = new Image(); accessories_on.src="/images/nav/accessories_on.gif";
resort = new Image(); resort.src="/images/nav/resort_off.gif";
resort_on = new Image(); resort_on.src="/images/nav/resort_on.gif";
stores = new Image(); stores.src="/images/nav/stores_off.gif";
stores_on = new Image(); stores_on.src="/images/nav/stores_on.gif";

contact = new Image(); contact.src="/images/nav/contact_off.gif";
contact_on = new Image(); contact_on.src="/images/nav/contact_on.gif";
		
next = new Image(); next.src="/images/btn_next.gif";
next_on = new Image(); next_on.src="/images/btn_next_on.gif";

previous = new Image(); previous.src="/images/btn_previous.gif";
previous_on = new Image(); previous_on.src="/images/btn_previous_on.gif";
