// Page Redirection
function pdnewpage(thisSelect){
	var v = thisSelect.options[thisSelect.selectedIndex].value;
	location.href = v;
	
	return false;
}
