function nextPage(pageNum) {
	new Ajax.Updater('thumb_container','thumbs.php?page_num='+pageNum);
}

function scaleImage() {
	
}