// JavaScript Document

function sidemenu(site){
	if (parent.frames['leftFrame'].location.pathname != '/protected/'+site+'/leftMenu.html'){
		/* used location.replace to avoid back button issues with the side frame. */
		parent.frames['leftFrame'].location.replace('/protected/'+site+'/leftMenu.html');
	}
}

function updatecartpreview(){
	parent.toycarboot.location.reload();
}

function updatecart(){
	parent.mainFrame.location.reload();
}