function navigateURL(form) {
var pageindex=form.thispage.selectedIndex;
parent.location=form.thispage.options[pageindex].value;
}