document.onkeydown=NavigateThrough;function NavigateThrough(a){if(!document.getElementById)return;if(window.event)a=window.event;if(a.ctrlKey){var b=null;var c=null;switch(a.keyCode?a.keyCode:a.which?a.which:null){case 0x25:b=document.getElementById('prevPage');break;case 0x27:b=document.getElementById('nextPage');break}if(b&&b.href)document.location=b.href;if(c)document.location=c}}function changeSort(){document.location=$("#productSort a.selected").attr("href")}
