
function say(txt){
window.open('http://channel.mapabc.com/bd/getUrl/pointInfoHandle.jsp?x=JILMSMPVMQHHHH&y=KKGPTLHSKHLHL&t=%E5%B9%BF%E5%B7%9E%E5%B0%9A%E9%80%B8%E5%AE%B6%E5%B1%85%E7%94%A8%E5%93%81%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8&c=%E5%A4%A9%E6%B2%B3%E5%8C%97%E8%B7%AF368%E5%8F%B7%E9%83%BD%E5%B8%82%E5%8D%8E%E5%BA%AD%E6%97%A5%E5%BD%A9%E8%BD%A918C&u=1.png',txt,'width=710,height=512,left=100,top=100,scrollbars=yes, resizable=1,location=0, status=yes');
}
//添加收藏夹
function Add_url(title){
url = "http://www.lovejiaju.com"; 
window.external.AddFavorite(url,title); 
-->
}

//消息
function msg(txt){
alert(txt+ "\n");
}

//消息样式2
function msgr(txt)
{//利用对话框返回的值 （true 或者 false）
    if(confirm(txt+ "\n"))
    {//点击了确定
       window.document.mySWF.GotoFrame(20)
     }
    else
    {//点击了取消
        // alert("你按了取消，那就是返回false");
     }
}

function getParameter(param){
}
var pas
var types
var movename
	
var params ={
//这句是为了全屏方便的
allowscriptaccess: 'always',
//允许脚本访问
allowfullscreen: 'true'
//如需全屏
     };

var flashvars ={
};

var attributes ={
};

swf();
function swf(){
swfobject.embedSWF("home.swf?pas=2012542156", "mySWF", "100%", "100%", "9.0.0", false, flashvars, params, attributes);//取得某些参数
}

//========================
var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the FSCommand messages in a Flash movie.

function top_menu_DoFSCommand(command, args) {
var top_menuObj = isInternetExplorer ? document.all.top_menu : document.top_menu;
if (command == "setHomePage") { 
document.links[0].style.behavior = "url(#default#homepage)"; 
document.links[0].setHomePage(args); 
} else if (command == "addFavorite") {
args = args.split("|");
window.external.AddFavorite(args[0], args[1]); 
}
}
// Hook for Internet Explorer.
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write("<script language=\'VBScript\'\>\n");
document.write("On Error Resume Next\n");
document.write("Sub top_menu_FSCommand(ByVal command, ByVal args)\n");
document.write("Call top_menu_DoFSCommand(command, args)\n");
document.write("End Sub\n");
document.write("</script\>\n");
}

