
<!--




  function Windowup(loc) {

      var wnd="Windowup";

      var width='700';

      var height='600';

      var myWindow = window.open(loc, wnd, 'resizable=yes,scrollbars=yes,status=0,width='+width+',height='+height);

      if (myWindow.focus!=null) {

          myWindow.focus();

      }

    }

//-->
<!--
  function Windowfortune(loc) {

      var wnd="Windowfortune";

      var width='250';

      var height='450';

      var myWindow = window.open(loc, wnd, 'resizable=yes,scrollbars=yes,status=0,width='+width+',height='+height);

      if (myWindow.focus!=null) {

          myWindow.focus();

      }

    }


//-->
<!--
  function Windowyamanga(loc) {

      var wnd="Windowyamanga";

      var width='600';

      var height='830';

      var myWindow = window.open(loc, wnd, 'resizable=yes,scrollbars=yes,status=0,width='+width+',height='+height);

      if (myWindow.focus!=null) {

          myWindow.focus();

      }

    }


//-->
<!--
  function Windowkids(loc) {

      var wnd="Windowkids";

      var width='600';

      var height='450';

      var myWindow = window.open(loc, wnd, 'resizable=yes,scrollbars=yes,status=0,width='+width+',height='+height);

      if (myWindow.focus!=null) {

          myWindow.focus();

      }

    }


//-->
<!--
  function Windowshopping2007(loc) {

      var wnd="Windowshopping2007";

      var width='950';

      var height='850';

      var myWindow = window.open(loc, wnd, 'resizable=yes,scrollbars=yes,status=0,width='+width+',height='+height);

      if (myWindow.focus!=null) {

          myWindow.focus();

      }

    }


//-->
<!--
var count = 0;
function blink () {
if(!document.getElementById) return;
var obj = document.getElementById("blink");
if(count % 2)
obj.style.visibility = "visible";
else obj.style.visibility = "hidden";
count++;
if(count < 200) setTimeout("blink()", 300);
}
//-->

