function ckonsalelist(obj) {
if(obj.selectedIndex!=0) {
var url = obj.value ;
window.open(url,'','');
}
}
function onsalelist(obj) {
obj.length = o_val.length;
for (i = 0; i < o_val.length; i++) {
obj.options[i].value = o_val[i];
obj.options[i].text  = o_txt[i];
}
}
o_val = new Array("","http://www.car1.com.tw/temp_adv/EDM/201005GARMIN/20100519-05.html","http://www.car1.com.tw/temp_adv/EDM/101104/101105DM02s.html","http://www.car1.com.tw/temp_adv/EDM/101104/101105DM01s.html","http://www.car1.com.tw/temp_adv/EDM/20100901/edm.html","http://www.car1.com.tw/store/servlet/ShowDetail?PRODNO=8880920");
o_txt = new Array("搜尋特賣會","GARMIN送行車紀錄","全省年終清倉祭","彰化金馬店 震撼開幕","米其林 週邊商品","二世力雨刷買五送一");

