﻿var openNew = function(count) {
    $($(".menu_cshz")[1]).click();
    $($(".menu_body a")[count]).click();
}
var openmenu = function(p, a) {
    $($("#firstpane p.menu_head")[p]).click(),
            $($(".menu_body a")[a]).click()
}

var loading = "<img src=\"/images/aloading.gif\" id=\"loading\" alt=\"正在加载\" />";

var fillHtml = function(href) {
    var content = $('#main_gift_left_right');
    content.html(loading);
    $.get(href + "?" + Math.random(), function(data) { content.html(data).find("#now_place").html(place()); })
}
var fillList = function(href, id) {
    var content = $('#' + id);
    $.get(href + "&" + Math.random(), function(data) { content.html(data); })
}
var place = function() {
    return "<p>当前位置：</p><a href=\"/\">城市集采网</a><span>></span><a href=\"javascript:;\">" + $(pp).text() + "</a><span>></span><strong>" + $(aa).text() + "</strong>";
}

var message = function(title, msg) {
    $("#msgdialog").html(msg).dialog({ title: title, width: 200, height: 70 });
}
