// JavaScript Document

$(document).ready(function() {
	$('.storecredits').hide();
	$('#bookmarks').hide();
	$('#addresstext').hide();
	$('#panel-newproduct-title').hide();
	$('.feedpopup').hide();
	$('.heading-main').hide();
	$('.twtr-profile-img').hide();
  
	$('.nav-category span').html('&nbsp;&#8226;&nbsp;');
	$('.nav-category-select span').html('&nbsp;&#8226;&nbsp;');
	$('.nav-subcategory span').html('&nbsp;&nbsp;&nbsp;&nbsp;&#8226;&nbsp;');
  
	$('.tender-header label').html('Using my Credit Card');
	
	var act = $('#accepted-cards-text').text();
	act.replace('/debit','');
	//$('#accepted-cards-text').html($('#accepted-cards-text').html().replace('/debit','')); /* this line breaks the site (header images and slider) */
  
	//$('.button-text').html($('.button-text').html().replace('&gt;&gt;','next &gt;')); /* this line breaks the site (header images and slider) */
	

});

function showCalgaryHours(a, b){
	var c="<h1 class='red'>Calgary Store Hours</h1><h3>Monday-Friday: 9:30-9</h3><h3>Saturday: 9:30-6</h3><h3>Sunday & Holidays: 11-5</h3><h3>**Closed Sunday, January 15th, 2012 for Inventory**</h3>";
	showModalWindow(a, b, c)
}
function showEdmontonWestHours(a, b){
	var c="<h1 class='red'>Edmonton West Hours</h1><h2>May-August</h2><h3>Monday-Friday: 9:30-9<br />Saturday: 9:30-6<br />Sunday &amp; Holidays: 11-5</h3><br /><h2>September-April</h2><h3>Monday-Wednesday, <br />Friday &amp; Saturday: 9:30-6<br />Thursday: 9:30-9<br />Sunday &amp; Holidays: 11-5<br /></h3><h3>**Closed Sunday, January 15th, 2012 for Inventory**</h3>";
	showModalWindow(a, b, c)
}
function showEdmontonSouthHours(a, b){
	var c="<h1 class='red'>Edmonton South Hours</h1><h3>Monday-Friday: 9:30-9<br />Saturday: 9:30-6<br />Sunday &amp; Holidays: 11-5</h3><h3>**Closed Sunday, January 15th, 2012 for Inventory**</h3>";
	showModalWindow(a, b, c)
}


function showWishlistHelp(a, b){
	var c="<h2 class='red'>Wishlist Help</h1><p>Still to come.</p>";
	showModalWindow(a, b, c)
}

function showRegistryHelp(a, b){
	var c="<h2 class='red'>Registry Help</h1><p>Still to come.</p>";
	showModalWindow(a, b, c)
}


