// Chris Hodge;   chodge@sky.net   URL:   http://www.sky.net/~chodge/
// Drop-Down Box JavaScript(v1.0);  
// Please honor my hard work, if you use a variant of this in your page, then
// please email me :) and keep the above comments in the Script.
//
//   This code is Copyright (c) 1997 Chris Hodge, 
//   all rights reserved. In order to receive the right to license this 
//   code for use on your site the original code must be copied from the
//   Web site http://www.sky.net/~chodge/. License is granted to user to 
//   reuse this code on their own Web site if and only if this entire copyright
//   notice is included. Code written by Chris Hodge of Script Zone.

function relocate1 (form) {
	if (form.Redirect.selectedIndex == 0)
		parent.location="rosaprata.shtml"
	if (form.Redirect.selectedIndex == 1)
		parent.location="fora.shtml"
	if (form.Redirect.selectedIndex == 2)
		parent.location="palmeiras.shtml"
	if (form.Redirect.selectedIndex == 3)
		parent.location="boleyn.shtml"
	if (form.Redirect.selectedIndex == 4)
		parent.location="villaduna.shtml"
	if (form.Redirect.selectedIndex == 5)
		parent.location="floresta.shtml"
	if (form.Redirect.selectedIndex == 6)
		parent.location="atlantico.shtml"
	if (form.Redirect.selectedIndex == 7)
		parent.location="oceano.shtml"
	if (form.Redirect.selectedIndex == 8)
		parent.location="estrela.shtml"
	if (form.Redirect.selectedIndex == 9)
		parent.location="laguna.shtml"
	if (form.Redirect.selectedIndex == 10)
		parent.location="tinaencosta.shtml"
	if (form.Redirect.selectedIndex == 11)
		parent.location="pinheiros.shtml"
	if (form.Redirect.selectedIndex == 12)
		parent.location="netos.shtml"
	if (form.Redirect.selectedIndex == 13)
		parent.location="rebecca.shtml"
	if (form.Redirect.selectedIndex == 14)
		parent.location="olivia.shtml"
	if (form.Redirect.selectedIndex == 15)
		parent.location="albire.shtml"
	if (form.Redirect.selectedIndex == 16)
		parent.location="praia.shtml"
	if (form.Redirect.selectedIndex == 17)
		parent.location="limoeiro.shtml"
	}