

function redirect(select){

	var page = select.options[select.selectedIndex].value;
	window.open("/ArtGlassPDF/" + page + ".pdf");
}
