function openWindow() {
	window.open("","img_popup",'width=340,height=280,scrollbars=no,status=no,resizable=no,toolbar=no,directories=no,menubar=no');
}
function openStatus() {
	window.open("","stat_popup",'width=420,height=320,scrollbars=yes,status=no,resizable=no,toolbar=no,directories=no,menubar=no');
}
function clip_copy() {
   if (document.all && navigator.userAgent.match(/windows/i) && document.linktag.txtarea.value) {
      copy_obj = document.linktag.txtarea.createTextRange()
      copy_obj.execCommand("Copy")
   }
}
function clip_copy2() {
   if (document.all && navigator.userAgent.match(/windows/i) && document.linktag2.txtarea.value) {
      copy_obj = document.linktag2.txtarea.createTextRange()
      copy_obj.execCommand("Copy")
   }
}
function Chg(obj, n) {
    obj.src=n;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}