topArray = new Array();
topArray = new Array();
topArray[0] = new Option("Seçiniz...", "javascript:void(0)",'',true);
// topArray[1] = new Option("West Europe", "http://gtws03.netone.com.tr/");
topArray[1] = new Option("Turkey", "http://www.lassa.com.tr/");
topArray[2] = new Option("Worldwide", "http://www.lassa-international.com/");


writeSelectBox(topArray, "select2", 0, "window.open(this.options[this.selectedIndex].value, '_top')", "margin-left: 1; width: 90;");
