function LoadFlv(strFlash,strWidth,strHeight,strObj)
{
	var fla ="<object"+" classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0'"+
                "width='"+strWidth+"' height='"+strHeight+"'>"+
                "<param name='movie' value='../Flash/"+strFlash+"' />"+
                "<param name='quality' value='high' />"+
                "<param name='SCALE' value='noborder' />"+
				"<param name='wmode' value='transparent'>"+
                "<embed src='Fla/"+strFlash+"'width='"+strWidth+"' height='"+strHeight+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer'"+
       	         "    type='application/x-shockwave-flash' scale='noborder'></embed>"+
            "</object>";
			if(typeof($(strObj))!= "undefined" &&$(strObj)!=null&&$(strObj)!="")
			{
				    $(strObj).innerHTML=fla;
			}
}
function LoadFlash()
{
    LoadFlv("office.swf","969","202","TopMes");
       //var strUrl=window.location.href;
       //var arrUrl=strUrl.split("/");
       //var strPage=arrUrl[arrUrl.length-1];
       //if(strPage=="Default.aspx"||strPage==""||strPage==null) 
        //LoadVideo();
}

function LoadVideo()
{
    var fla="<object id='player' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' name='player' width='345' height='275'>"+
		        "<param name='movie' value='../Flash/Video.swf'/>"+
		        "<param name='allowfullscreen' value='true' />"+
		        "<param name='allowscriptaccess' value='always' />"+
		        "<param name='flashvars' value='file=http://www.jinjier.com/Video/农资百度.flv&image=../Images/Public/preview.jpg/'/>"+
		"</object>";
		$("Video_Mes").innerHTML=fla;
}
function NotecheckNull()
{
    if($("txtNote").value==''||$("txtNote").value==null)
   {
        alert("请输入留言内容！");
        $("txtNote").focus();
        return false;
   } 
   else
   {
        return true;
   }
}

function clearvalue1()
{
    if($("txtLink").value=="游客")
   { 
         $("txtLink").value="";
    }
}

function setvalue1()
{
    if($("txtLink").value==''||$("txtLink").value==null)
   { 
        $("txtLink").value='游客';
   } 
}
function clearvalue2()
{
    if($("txtTitle").value=="意见或建议..")
   { 
        $("txtTitle").value="";
   } 
}

function setvalue2()
{
    if($("txtTitle").value==''||$("txtTitle").value==null)
   { 
        $("txtTitle").value='意见或建议..';
   } 
}