﻿//获取数值预报产品目录路径
function GetNWPPath() {
    return "/production";
}

function EarlyWarningPath() {
    return "/production/预警信号通知单";
}

function DamageReportPath() {
    return "/production/灾害评估报告";
}

function ImportantReportPath() {
    return "/production/天气公告";
}

function WeatherFilePath() {
    return "/production/气象呈阅件";
}

function WeatherReferencePath() {
    return "/production/气象信息内参";
}

//台风报告单配置
function TyphoonReportPath() {
    return "/production/台风报告单";
}

function PeriodReportPath() {
    return "/production/旬报";
}

function MonthReportPath() {
    return "/production/月报";
}

function ForestFirePath() {
    return "/production/一周森林火险";
}

function WeekWeatherPath() {
    return "/production/一周天气展望";
}

function FestivalForecastPath() {
    return "/production/节假日天气预报";
}

function AgrWeekOutlookPath() {
    return "/production/一周农气展望";
}

function AgricultureCrucialPath() {
    return "/production/关键农时气象";
}

function AgricultureDecisionPath() {
    return "/production/农业气象决策服务";
}

function AgricultureInfoPath() {
    return "/production/农气月报";
}

//台风路径配置
function GetTyhoonURL() {
    return "typhoon/tflj.asp";
}


//卫星云图路径配置
function GetSCMPath() {
    return "/production/ShareFiles/Cloud";
}

//雷达产品路径配置
function GetRadarPath() {
    return "/production/Radar";
}

//雨量等值面产品路径配置
function GetIsolinePath() {
    return "/production/Isoline";
}
//局长信箱
function GetEMail() {
    return "ruian@ruian.net";
}

//友情链接对象
function Links(title, url) {
    this.Title = title;
    this.Url = url;
}
//获取友情链接数组
function GetLinks() {
    var links = new Array;
    links[0] = new Links("瑞安政府网", "http://www.ruian.gov.cn");
    links[1] = new Links("瑞安新闻网", "http://www.66ruian.com/");
    links[2] = new Links("瑞安市安全生产监督管理局", "http://www.raaq.gov.cn/web/default.asp");
    links[3] = new Links("瑞安财政局", "http://www.ratax.gov.cn/");
    links[4] = new Links("瑞安市海洋与渔业局", "http://www.rahy.gov.cn/main.asp");
    links[5] = new Links("瑞安农网", "http://ra.wznw.gov.cn/index.jsp");
    links[6] = new Links("瑞安农业", "http://www.rany100.gov.cn");
    links[7] = new Links("瑞安水利", "http://www.rasl.gov.cn");
    links[8] = new Links("浙江天气网", "http://zj.weather.com.cn");
    links[9] = new Links("中国气象局", "http://www.cma.gov.cn/");
    links[10] = new Links("瑞安享乐网", "http://www.ruianw.com/");
    return links;
}
