﻿function zoomImage(url) {
	openPopupWindow( url, 'Gallery', 550, 550);
}

// Account Popup Windows

function openOrderStatusExplanation() { openPopupWindow(getOrderStatusExplanationUrl(), 'OrderStatusExplanation', 450, 500); }

//function openForgotPassword() { openPopupWindow(getForgotPasswordUrl(), "ForgotPassword", 400, 350); }
//function openOrderStatusHistory(id) { openPopupWindow(getOrderStatusHistoryUrl(id), 'OrderStatusHistory', 450, 300); }
//function openWishListShare() { openPopupWindow(getWishListShareUrl(), 'WishListShare', 450, 550); }

// Cart Popup Windows

//function openCartHelp() { openPopupWindow(getCartHelpUrl(), 'CartHelp', 450, 600); }
//function openCookiesHelp() { openPopupWindow(getCookiesHelpUrl(), 'CookiesHelp', 450, 600); }
//function openStockStatus() { openPopupWindow(getStockStatusUrl(), 'StockStatus', 450, 500); }

// Checkout Windows

//function openSecurityCode() { openPopupWindow(getSecurityCodeUrl(), 'SecurityCode', 450, 600); }
//function openRecyclingFee() { openPopupWindow(getRecyclingFeeUrl(), 'RecyclingFee', 600, 230); }
//function openTaxExemption() { openPopupWindow(getTaxExemptionUrl(), 'TaxExemption', 450, 410); }

// Product Windows

function openEmail2Friend(url) { openPopupWindow(url, 'Email to a Friend', 400, 475); }
function openConditions() { openPopupWindow( getConditionsUrl(), 'Conditions', 400, 400); }

//function openNotifier(id) { openPopupWindow(getNotifierUrl(id), 'Notifier', 400, 400); }
//function openWriteReview(id) { openPopupWindow(getWriteReviewUrl(id), 'Review', 600, 750); }
//function openRebate(id) { openPopupWindow(getRebateUrl(id), "Rebate", 700, 750); }
//function openShippingCalc(id) { openPopupWindow(getShippingCalcUrl(id), 'ShippingCalc', 500, 600); }
//function openImageGallery(id, image) { openPopupWindow(getImageGalleryUrl(id, image), "ImageGallery", 700, 680); }
//function openCantBuy() { openPopupWindow(getCantBuyUrl(), 'CantBuy', 400, 200); }
//function openFreeShipping() { openPopupWindow(getFreeShippingUrl(), 'FreeShipping', 400, 300); }
//function openPriceInfo() { openPopupWindow(getPriceInfoUrl(), 'PriceInfo', 450, 600); }
//function openProductsCompare(id) { openPopupWindow(getProductsCompareUrl(id), "ProductCompare", 700, 750); }

// External Sites Windows

//function openResellerRatingsSurvey() { openPopupWindow(getResellerRatingsSurveyUrl(), 'ResellerRatingsSurvey', 625, 400); }
