function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_openPerWindow(mID) { //v2.0
  theURL="http://w5.cooltalk.com.tw/members/personal_popup.cgi?id="+mID;
  window.open(theURL,'','scrollbars=no,width=745,height=547,left=45,top=0');
}

function MM_openPerWindow2(mID) { //v2.0
  theURL="http://w5.cooltalk.com.tw/members/personal_popup.cgi?id="+mID;
  window.open(theURL,'','scrollbars=no,width=745,height=547,left=45,top=0');
}

function MM_openAdvPerWindow(vendorID,advNo,mID) { //v2.0
  theURL="http://www.cooltalk.com.tw/members/personal_popup.cgi?vendorID="+vendorID+"&advNo="+advNo+"&id="+mID;
  window.open(theURL,'','scrollbars=no,width=745,height=547,left=45,top=0');
}

function MM_goPerWindow(mID) { //v2.0
  theURL="http://w5.cooltalk.com.tw/members/personal_popup.cgi?id="+mID;
  parent.location.href=theURL;
}

var clickmessage="抱歉，您不能帶回這張圖！"
function disableclick(e)
{
 if (document.all)
   {
    if (event.button==2||event.button==3)
      {
       if (event.srcElement.tagName=="IMG")
         {
          alert(clickmessage);
          return false;
         }
      }
   }
 if (document.layers)
   {
    if (e.which == 3)
      {
       alert(clickmessage);
       return false;
      }
   }
}
function associateimages()
{
 for(i=0;i<document.images.length;i++)
   document.images[i].onmousedown=disableclick;
}
if (document.all)
   document.onmousedown=disableclick
else if (document.layers)
   associateimages()
