﻿//<!--TONYIN NETWORK CENTER [Tonyin.com]-->
<!--
function OpenWindow(htmurl,widths,heights)
{
   var paramet = 'toolbar=no,resizable=yes,scrollbars=yes,width='+ widths + ',height=' + heights;
   newWindow = window.open(htmurl,"viewfilm",paramet);
   newWindow.focus();
}
    function rf()
      {return false; }
    document.oncontextmenu = rf
    function keydown()
      {if(event.ctrlKey ==true || event.keyCode ==93 || event.shiftKey ==true){return false;} }
      document.onkeydown =keydown
    function drag()
      {return false;}
    document.ondragstart=drag

var Message="Tonyin.zz";
var place=1;
function scrollIn() {
window.status=Message.substring(0, place);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollOut()",300);
} else {
place++;
window.setTimeout("scrollIn()",50);
}
}
function scrollOut() {
window.status=Message.substring(place, Message.length);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollIn()", 100);
}
else {
place++;
window.setTimeout("scrollOut()", 50);
}
}
scrollIn();

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


//<!--  top.aspx --
function MM_showHideLayers() 
{
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) 
if ((obj=document.getElementById(args[i]))!=null)
      { v=args[i+2];
         if (obj.style) 
        { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
         obj.visibility=v;
       }
}
// --  top.aspx -->

//-->
//<!--&copy;TonyinNetworkCenter[Tonyin.com]-->