function PCMSAD(PID) {
  this.ID        = PID;
  this.PosID  = 0; 
  this.ADID		  = 0;
  this.ADType	  = "";
  this.ADName	  = "";
  this.ADContent = "";
  this.PaddingLeft = 0;
  this.PaddingTop  = 0;
  this.Width = 0;
  this.Height = 0;
  this.IsHitCount = "Y";
  this.Scroll = "N";
  this.Align  = "N";
  this.UploadFilePath = "";
  this.URL = "";
  this.SiteID = 0;
  this.ShowAD  = showADContent;
  this.Stat = statAD;
}
function statAD() {
	var new_element = document.createElement("script"); 
	new_element.type = "text/javascript";
	new_element.src="{APP_PATH}index.php?m=poster&c=index&a=show&siteid="+this.SiteID+"&spaceid="+this.ADID+"&id="+this.PosID;
	document.body.appendChild(new_element);
}
var delta=0.08
function showADContent() {
  var content = this.ADContent;
  var str = "
";
  var AD = eval('('+content+')');
  if (this.ADType == "images") {
	  str += "
";
	  str += "!["+AD.Images[0].imgADAlt+"]("+this.UploadFilePath+AD.Images[0].ImgPath+") ";
	  str += "
";
	  str += "";
  }else if(this.ADType == "flash"){
	  str += "
";	  
  }
  str += "
";
  str += "