/* ----- Global JS ----- */
// Shopping Cart
var cartObj = { // OLD - Deprecated
        'KIT1001CAD': 'WFY8GAMEK2BYY', // Removed
        'KIT1001USD': 'BMFHJWLKRAHFG', // Removed
		
		'KIT1002CAD': 8564656, // Recrea - 149.99
        'KIT1002USD': 8564734, // Recrea
		'KIT1003CAD': 8564698, // Recrea Plus - 169.99
        'KIT1003USD': 8564709, // Recrea Plus 
		
		'KIT1101CAD': 'WFY8GAMEK2BYY', // To Go - 89.99
		'KIT1101USD': 'BMFHJWLKRAHFG', // 
		'KIT1201CAD': '46PTDCZWX6UVG', // To Go plus - 129.99
		'KIT1201USD': 'UU4T3DJXXS4KS', // 

		'STR2001CAD': 8564785, // 19.99
        'STR2001USD': 8564770,
		'STR2002CAD': 8564802, // 19.99
        'STR2002USD': 8564822,
		'STB3001CAD': 8567595, // 4.49
        'STB3001USD': 8567606,
		'STB3002CAD': 8567640, // 4.99
        'STB3002USD': 8567650,
		'STN4001CAD': 8567682, // 94.99
        'STN4001USD': 8567695,
		'STN4002CAD': 8567715, // 99.99
        'STN4002USD': 8567725,
		'STN4003CAD': 8567755, // 17.99
        'STN4003USD': 8567768,
		'STN4004CAD': 8567782, // 19.99
        'STN4004USD': 8567791,
		'STC5001CAD': 8567806, // 9.99
        'STC5001USD': 8567818
};
function add_to_cart (pid) {
	eval('var id = cartObj.'+pid+curr+';');
	window.open('https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id='+id,'paypal','width=800,height=500,scrollbars=yes');
}
function view_cart ( ) {
	window.open('https://www.paypal.com/cgi-bin/webscr?cmd=cart','paypal','width=800,height=500,scrollbars=yes');
}

function switchPortal ( o ) {
	location.href='http://'+o.value+'.'+domain+'/'+lang;
}

/* ----- Local JS ----- */
