function selectUrlWin(form) {
	if(form.url.selectedIndex != 0) {
		var win_url = form.url.options[form.url.selectedIndex].value;
		var win = window.open(win_url, "", "scrollbars=yes,resizable=yes,toolbar=yes,directories=yes,status=yes,menubar=yes,location=yes");
		win.focus();
	}
}

document.write("<table border='0' cellpadding='0' cellspacing='0'> ");
document.write("  <tr> ");
document.write("    <td class='main_link'> ");
document.write("    <form name='tour'> ");
document.write("    <SELECT class='dropdown_081' NAME='url' onchange='selectUrlWin( this.form )' style='font-size:8pt' size='1' width:'136'> ");
document.write("    <OPTION VALUE=0 selected>>> Tour, Official Sites</OPTION> ");
document.write("    <!--OPTION VALUE=#>--------------------</OPTION--> ");
document.write("    <!--OPTION>--------------------</OPTION--> ");
document.write("    <option value=http://english.busan.go.kr>BUSAN City Hall</option> ");
document.write("    <option value=http://www.haeundae.busan.kr/haeundaegu/haeundae02/english/index.html>Haeundae-Gu Office</option> ");
document.write("    <option value=http://bexco.co.kr/eng/>BEXCO</option> ");
document.write("    <option value=http://www.piff.org>PIFF (Film Festival)</option> ");
document.write("    <option value=http://www.visit.busan.kr/eng_new/>Busan Tour</option> ");
document.write("    <option value=http://www.mct.go.kr/imagesofkorea/index.htm>Images of Korea</option> ");
document.write("    </SELECT> ");
document.write("    </td></form> ");
document.write("  </tr> ");
document.write("</table> ");

