var usa_myoptions=new Array('Located in USA','NOT Located in USA'); var usa_myvalues=new Array('USA','International'); document.write(form_start(360,'Web Site Network Builder','index.php','left','form_1')); document.write("

Set up a new web site. Please start by selecting an option from the box below.

"); document.write(myselectbox('region',usa_myvalues,usa_myoptions)); document.write("
"); document.write(mysubmitbutton('','Continue')); document.write("
") document.write(form_end());