﻿/// <reference path="jquery-1.2.6.js" />
//$(document).ready(function() { 
//$("input[name=btnMsg]").click(function() { 
//    var mwidth = screen.width / 2 - 246;
//    var mheight = screen.height / 2 - 110;
//    window.open("/zxts.htm", "拜托网在线咨询", //"height=220,width=492,status=no,toolbar=no,menubar=no,location=no,top=" + mheight + ",left=" + //mwidth);
//});

//});
function OpenChat(Fid,Seller,fpath)
{
//debugger;
	var mwidth = screen.width / 2 - 635/2;
    var mheight = screen.height / 2 - 457/2;
var url="/chat/chat.aspx?Fid=" + Fid + "&sell=" + Seller + "&path=" + fpath;
    window.open(url, "拜托网在线咨询", "height=220,width=492,status=no,toolbar=no,menubar=no,location=no,top=" + mheight + ",left=" + mwidth);
}
function checkOnline(Fid,Seller) {
    if (this.src.indexOf("offline") > -1)
        return false;
    else {
        var mwidth = screen.width / 2 - 635 / 2;
        var mheight = screen.height / 2 - 457 / 2;
        var url = "/chat/chat.aspx?Fid=" + Fid + "&sell=" + Seller;
        window.open(url, "拜托网在线咨询", "height=220,width=492,status=no,toolbar=no,menubar=no,location=no,top=" + mheight + ",left=" + mwidth);
    }
}
function StartChat(useId)
{
	var mwidth=screen.width/2-635/2;
	var mheight=screen.height/2-457/2;
	var url="/chat/validator_login.aspx?uid=" + useId;
	window.open(url, "拜托网在线咨询", "height=457,width=635,status=no,toolbar=no,menubar=no,location=no,top=" + mheight + ",left=" + mwidth);
}
function ShowImg(imgPath) {
 
	document.getElementById("img_Main").src=imgPath;
	setTimeout("ShowMainImg()",2000);
}
function ShowMainImg()
{
	document.getElementById("img_Main").src=MainPath;
}
function CheckLogin() {

    if (isLogin == true) {
        document.write("亲爱的<font color=\"#ff6900\">" + logFullName + "</font>，您已登陆。&nbsp;&nbsp;&nbsp;[<a href=\"http://user.buyingtop.com\" style=\"color:blue;\">进入后台</a>]&nbsp;&nbsp;[<a href=\"http://www.buyingtop.com/logout.aspx\" style=\"color:blue;\">退出登陆</a>]");
    }
    else {
        document.write("<a href=\"http://www.buyingtop.com/login.aspx\">登录</a> &nbsp;&nbsp;");
        document.write("<a href=\"http://www.buyingtop.com/reg/regclause.shtml\">注册</a> &nbsp;<a href=\"http://www.buyingtop.com/forget_password.aspx\">找回密码</a> &nbsp;");
        document.write("<a href=\"#\" onClick=\"this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.buyingtop.com');\">设为首页</a> &nbsp;&nbsp;");
        document.write("<a href=\"#\" onclick=\"window.external.addFavorite('http://www.buyingtop.com','拜托网-顺德家电网上商城');\">加入收藏</a>");
    }
}