openProgressWindow = function() {
	url = '/Store/image_upload/status.jsp';
	if (window.XMLHttpRequest || window.ActiveXObject) {
		url = '/Store/image_upload/progress.jsp';
		openBrWindow(url,'','screenX=0,left=50,screenY=0,top=50,width=358,height=296,scrollbars=no');
	}
}
window.name = "tour";
openBrWindow = function(theURL,winName,features) {
	pop = window.open(theURL,winName,features);
	pop.focus();
}
function isNotUPSStore() {
	var upsstore = "si10246462";
	var homebanc = "si10485568";
	var LHJ = "si10455773";
	if (document.cookie != null && !document.cookie.match(upsstore) && !document.cookie.match(homebanc) && !document.cookie.match(LHJ)) {
		return true;
	}
	return false;
}

function psButtonName() {
	$('#buttonText').html('Upload Photo');
}

var costco = false;

$(document).ready(function() {
	if ($('#headerMenu1List').children().length == 3) {
		$('#radioBox').css('margin-left', '-240px');
	}
	if (sourceId == 'si10970228') {
		// MS Money Landing Page
		$('#radioBox').css({
			'font-size': '14px',
			'margin': '-21px 0 0 -155px',
			'text-align': 'left',
			'width': '430px',
			'border': '1px solid #CCCCCC'
		});
		$('#radioBox').html('Welcome Microsoft Money Customers! Receive $5.00 off one order of $50.00 or more. Discount will be applied upon checkout.');
	}
	if (sourceId == 'si11006362') {
		// MS Money Landing Page
		$('#radioBox').css({
			'font-size': '10px',
			'margin': '-21px 0 0 -155px',
			'text-align': 'left',
			'width': '430px',
			'border': '1px solid #CCCCCC'
		});
		$('#radioBox').html('Welcome Microsoft Customers! Receive up to $12.00 off your PhotoStamps order ($4.00 per sheet up to 3 sheets). Discount will be applied upon checkout.  Offer expires 12/31/07.');
	}
	if (showRadio) {
		$('#radioBox').css('display', 'block');
	}
});