function favorite(){
if (document.all){
window.external.AddFavorite('http://www.targetpaintball.com.tw','標靶國際開發有限公司─銷售漆彈器材及經營金山漆彈場');
}else if(window.sidebar){
window.sidebar.addPanel('http://www.targetpaintball.com.tw','標靶國際開發有限公司─銷售漆彈器材及經營金山漆彈場','');
}
}

function pop(url,catelog){
window.open(url,catelog,'width=400,height=850,resize=yes');
}

function pop_close(){
windwo.close();
}

function CheckDelete(url){
var x=window.confirm('刪除後將無法回復，您確定要刪除？');
if(x)
window.location=url;
}

function show_item(){

document.getElementById('product_marker_insert').style.visibility="visible";


}
