/**
 * ==========================================
 * config.js
 * Copyright (c) 2009 wwww.114la.com
 * Author: cia@115.com
 * ==========================================
 */

var Config = {

    Search: {
        news: {
            action: "http://www.google.com.tw/search",
            name: "q",
            btn: "Google新聞",
            img: ["static/images/sl/google.png", "Google新聞"],
            url: "http://news.google.com.tw/nwshp?hl=zh-TW&tab=wn",
            params: {

            }
        },
        web: {
            action: "http://www.google.com.tw/search",
            name: "q",
            btn: "Google網頁",
            img: ["static/images/sl/google.png", "Google網頁"],
            url: "http://www.google.com.tw/webhp?hl=zh-tw",
            params: {

            }
        },
        finance: {
            action: "http://www.google.com.hk/finance",
            name: "q",
            btn: "Google財經",
            img: ["static/images/sl/google.png", "Google財經"],
            url: "http://www.google.com.hk/finance",
            params: {

            }
        },
        map: {
            action: "http://maps.google.com.tw/maps",
            name: "q",
            btn: "Google地圖",
            img: ["static/images/sl/google.png", "Google地圖"],
            url: "http://maps.google.com.tw/maps?hl=zh-TW&tab=wl",
            params: {
				tab: 'l'
            }
        },
        image: {
            action: "http://www.google.com.tw/images",
            name: "q",
            btn: "Google圖片",
            img: ["static/images/sl/google.png", "Google圖片"],
            url: "http://www.google.com.tw/imghp?hl=zh-TW&tab=wi",
            params: {
				source:"imghp"
            }
        },
        blog: {
            action: "http://blogsearch.google.com.tw/blogsearch",
            name: "q",
            btn: "Google網誌",
            img: ["static/images/sl/google.png", "Google網誌"],
            url: "http://blogsearch.google.com.tw/?hl=zh-TW&tab=wb",
            params: {
            }
        }
		
    },
    Mail: [{
        val: 0
    },
    { //yahoo.com.tw
        action: "https://login.yahoo.com/config/login?",
        params: {
            login: "#{u}",
            passwd: "#{p}",
			".intl": "tw",
			".src": "ym"
        }
    },
    { //yahoo.com.hk
        action: "https://login.yahoo.com/config/login?",
        params: {
            login: "#{u}",
            passwd: "#{p}",
			".intl": "hk",
			".src": "ym"
        }
    },
	{ //yahoo.com
        action: "https://login.yahoo.com/config/login?",
        params: {
            login: "#{u}",
            passwd: "#{p}",
        }
    },
	
    { //gmail.com
        action: "https://www.google.com/accounts/ServiceLoginAuth?service=mail",
        params: {
            Email: "#{u}",
            Passwd: "#{p}"
        }
    }]
}


var  CityArr = [
["CategoryName","ParentId","Id"],
["港澳臺","0","7"],
["香港","7","140"],
["香港","140","101320101"],
["澳門","7","141"],
["澳門","141","101330101"],
["臺灣","7","142"],
["臺北縣","142","101340101"],
["高雄","142","101340201"],
["台南","142","101340301"],
["台中","142","101340401"],
["桃園","142","101340501"],
["新竹縣","142","101340601"],
["宜蘭","142","101340701"],
["馬公","142","101340801"],
["嘉義","142","101340901"],
["花蓮","142","101341001"],
["台東","142","101341101"],
["彭佳嶼","142","101341201"]
]



