function doArray() {
var arylnth = doArray.arguments.length;
for ( i = 0 ; i < arylnth ; i++ ) { this[i]=doArray.arguments[i] }
                         }

function newpage() {
var choose = eval(document.dropdown.site.selectedIndex);
if( (choose > 0) && (choose < 15) ) {
var section=new doArray( '',
'',
'http://www.justlikehome.com/corp_living/default.asp',
'http://www.justlikehome.com/homestays/default.asp',
'http://www.justlikehome.com/roommates/default.asp',
'',
'http://www.justlikehome.com/host_families/default.asp',
'http://www.justlikehome.com/partners/default.asp',
'',
'http://www.justlikehome.com/homestays/links.asp',
'http://www.justlikehome.com/about_us.asp',
'http://www.justlikehome.com/contact_us.asp',
'http://www.justlikehome.com/legal.asp',
'http://www.justlikehome.com/default.asp');

location=section[document.dropdown.site.selectedIndex];
	}
}

function changeImage(anImage, newSource) {
   document.images[anImage].src = newSource;
}