function popupStylespreview(style, name) {
  var page = "http://www.americanapparel.net/morephotos/viewer.asp?style=";
  page += style;
  page += "&n=";
  page += name
  windowprops = "width=449,height=438,location=no,scrollbars=no,menubars=no,toolbars=no,resize=yes";
  window.open(page, "Popup", windowprops);
}
					

						function popUpSize(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=558,height=575,left = 490,top = 362');");
}
					

						function changeMedia(media)
{
	if(document.all) 
	{
		document.getElementById('detail').style.filter="blendTrans(duration=0.2)";
		document.getElementById('detail').filters.blendTrans.apply();
		document.getElementById('detail').filters.blendTrans.play();
	}
	document.getElementById('detail').src='http://www.americanapparel.net/storefront/images/detail/serve.asp?media=' + media;
}
