function keyPress(Page)
{
	if (event.keyCode==48+Page) return;
	switch (event.keyCode)
	{
		case 49: document.location.href="http://www.aresluna.org/portfolio/1"; break;
		case 50: document.location.href="http://www.aresluna.org/portfolio/2"; break;
		case 51: document.location.href="http://www.aresluna.org/portfolio/3"; break;
		case 52: document.location.href="http://www.aresluna.org/portfolio/4"; break;
		case 53: document.location.href="http://www.aresluna.org/portfolio/5"; break;
		case 54: document.location.href="http://www.aresluna.org/portfolio/6"; break;
	}
}
