<!-- Begin
function PopFullHaImage(IName,Height,Width,SKU){
	var URL = "http://www.healthaccessories.com/images/" + IName;
	var cToolBar = "toolbar=0,status=0,menubar=0,scrollbars=0,resizable=1,top=40,left=40,width=" + Width + ",height=" + Height;
	var a = window.open(URL,'FullSizeWin',cToolBar);
	a.title="BluffCityWholesale.com Catalog - " + SKU
	//alert (a.title);
	a.focus();
}//  End -->